diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-15 06:46:58 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-15 06:46:58 +0000 |
commit | a1e20de9084036fa2977004a31abf5ff490d8c8d (patch) | |
tree | 531a63f1c83892c45d1476793901a248daa35e1e /clang/test/FixIt/fixit-errors.c | |
parent | 72ac9505f0ea4c97e440f3c59b1847b24dcfb88a (diff) | |
download | llvm-a1e20de9084036fa2977004a31abf5ff490d8c8d.zip llvm-a1e20de9084036fa2977004a31abf5ff490d8c8d.tar.gz llvm-a1e20de9084036fa2977004a31abf5ff490d8c8d.tar.bz2 |
Teach -fixit to modify all of its inputs instead of just the main file, unless
-fixit-at specified a particular fixit to fix, or the -o flag was used.
llvm-svn: 101359
Diffstat (limited to 'clang/test/FixIt/fixit-errors.c')
-rw-r--r-- | clang/test/FixIt/fixit-errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/FixIt/fixit-errors.c b/clang/test/FixIt/fixit-errors.c index 7bf9a58..0a60e5b 100644 --- a/clang/test/FixIt/fixit-errors.c +++ b/clang/test/FixIt/fixit-errors.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -pedantic -fixit %s -o - | %clang_cc1 -pedantic -Werror -x c - +// XFAIL: * /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. All of the |