llvm-capstone/clang/Driver
Chris Lattner b6aa53b7de start implementing a token rewriter. At this point, it just reads in a file
and lets a client iterate over it. 

llvm-svn: 57407
2008-10-12 05:44:03 +00:00
..
Analyses.def Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis. 2008-09-18 21:25:13 +00:00
AnalysisConsumer.cpp Change implementation of NSError** coding-style check to be invoked at the end of the retain/release analysis. 2008-09-18 21:25:13 +00:00
AnalysisConsumer.h Added Ubigraph visualization for the static analyzer (this is pretty alpha quality). 2008-08-27 22:31:43 +00:00
ASTConsumers.cpp Add dummy -ast-dump support for ObjC category implementations. 2008-10-05 00:31:15 +00:00
ASTConsumers.h Add driver support for invoking block rewriter. 2008-09-18 14:10:13 +00:00
clang.cpp Add a new -rewrite-test option, which is basically a 2008-10-12 05:29:20 +00:00
clang.h Add a new -rewrite-test option, which is basically a 2008-10-12 05:29:20 +00:00
DiagChecker.cpp Add support for expected-note to Clang's -verify option 2008-09-11 02:46:36 +00:00
HTMLPrint.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
PrintParserCallbacks.cpp Pass postfix attributes to ActOnFields. 2008-10-03 02:03:53 +00:00
PrintPreprocessedOutput.cpp clean up a bunch of fixme's I added, by moving 2008-09-26 21:18:42 +00:00
RewriteBlocks.cpp Fix/simplify RewriteBlocks::RewriteBlockPointerFunctionArgs(). 2008-10-10 15:33:34 +00:00
RewriteMacros.cpp Change how raw lexers are handled: instead of creating them and then 2008-10-12 01:15:46 +00:00
RewriteObjC.cpp Explicitly access the first Decl* referenced by a DeclStmt instead of using "getDecl()." Added a FIXME indicating that the call to RewriteObjCQualifiedInterfaceTypes() is meant to modifying the type-specifier; hopefully this will be a little more clean once DeclGroups contain type specifiers. 2008-10-06 22:45:07 +00:00
RewriteTest.cpp start implementing a token rewriter. At this point, it just reads in a file 2008-10-12 05:44:03 +00:00
SerializationTest.cpp Patch by Csaba Hruska! 2008-09-13 05:16:45 +00:00