]> granicus.if.org Git - clang/commit
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
authorNick Lewycky <nicholas@mxc.ca>
Sat, 24 Apr 2010 01:30:46 +0000 (01:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 24 Apr 2010 01:30:46 +0000 (01:30 +0000)
commitba5f6eced29937e4e4851a2c0980744768413d66
tree7c65077ea2d105c3761012d52510063c5ce36530
parent970c618c3f9ce7e010a30587118afc03434cfd99
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
files with the additional suffix in the middle.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102230 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/FixItRewriter.h
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FixItRewriter.cpp
lib/Frontend/FrontendActions.cpp
test/FixIt/fixit-at.c [deleted file]
test/FixIt/fixit-c90.c
test/FixIt/fixit-cxx0x.cpp
test/FixIt/fixit-errors-1.c
test/FixIt/fixit-errors.c
test/FixIt/fixit-objc.m
test/FixIt/fixit-pmem.cpp
test/FixIt/fixit-suffix.c [new file with mode: 0644]
test/FixIt/fixit-unrecoverable.c
test/FixIt/fixit.c
test/FixIt/fixit.cpp
test/FixIt/typo.c
test/FixIt/typo.cpp
test/FixIt/typo.m