llvm-capstone/clang/Driver
2009-01-09 18:20:21 +00:00
..
Analyses.def
AnalysisConsumer.cpp Add an option to make 'RemoveDeadBindings' a configurable behavior. This enables 2008-12-22 01:52:37 +00:00
AnalysisConsumer.h
ASTConsumers.cpp Provide a new kind of iterator, the specific_decl_iterator, that 2009-01-09 17:18:27 +00:00
ASTConsumers.h
Backend.cpp Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525. 2008-12-31 19:51:31 +00:00
CacheTokens.cpp Simpler solution to LiteralSupport compatibility: just add one whitespace character after each cached string. 2009-01-09 00:37:37 +00:00
clang.cpp Always print out SourceManager stats with 'Stats' is true. This revealed that PTH always pulls in the source pages with -fsyntax-only (investigating further). 2009-01-09 18:20:21 +00:00
clang.h
CMakeLists.txt
DependencyFile.cpp
DiagChecker.cpp Rewrite FindDiagnostics to be more strict about the formatting of the 2008-11-24 01:28:17 +00:00
HTMLPrint.cpp
Makefile
PrintParserCallbacks.cpp Convert a two more statement actions to smart pointers. 2008-12-28 16:13:43 +00:00
PrintPreprocessedOutput.cpp
RewriteBlocks.cpp Actually distinguish between RecordDecl::field_iterator and RecordDecl::field_const_iterator, propagating the constness down to the FieldDecls. 2008-12-11 17:59:21 +00:00
RewriteMacros.cpp
RewriteObjC.cpp Provide a new kind of iterator, the specific_decl_iterator, that 2009-01-09 17:18:27 +00:00
RewriteTest.cpp
SerializationTest.cpp