]> granicus.if.org Git - clang/commit
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Apr 2009 01:08:08 +0000 (01:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Apr 2009 01:08:08 +0000 (01:08 +0000)
commit558cb56caf8906e0adbe643e3febbef0b7af1b9f
treef2f69e6f3b421a6ac5eda24f3db68c5278be5424
parent5d8b2cf9fd704f6ca5e33525803a65421c0b440e
Introduce a "-fixit" mode to clang-cc that applies code-modification hints.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68268 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/FixItRewriter.h [new file with mode: 0644]
lib/Frontend/FixItRewriter.cpp [new file with mode: 0644]
lib/Parse/ParseInit.cpp
lib/Sema/SemaDeclCXX.cpp
test/Sema/fixit-c90.c
test/Sema/fixit-errors.c
test/Sema/fixit.c
test/SemaCXX/fixit.cpp
tools/clang-cc/clang-cc.cpp