clang-1/lib/Rewrite
Fariborz Jahanian b5863da6ef objective-c modern translator: Further improving the last
patch fixing writing a spurious 'static' into
the wrong place. // rdar://11275241


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155130 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-19 16:30:28 +00:00
..
CMakeLists.txt
DeltaTree.cpp
FixItRewriter.cpp Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
FrontendActions.cpp
HTMLPrint.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
HTMLRewrite.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Makefile
RewriteMacros.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
RewriteModernObjC.cpp objective-c modern translator: Further improving the last 2012-04-19 16:30:28 +00:00
RewriteObjC.cpp Remove few if-then-else when both branches are the 2012-03-27 16:42:20 +00:00
RewriteRope.cpp Actually, this tree isn't necessarily binary. 2012-04-15 11:35:18 +00:00
RewriteTest.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Rewriter.cpp
TokenRewriter.cpp