llvm-project/clang/lib
Douglas Gregor af82e3510b Introduce a new lexer function to compute the "preamble" of a file,
which is the part of the file that contains all of the initial
comments, includes, and preprocessor directives that occur before any
of the actual code. Added a new -print-preamble cc1 action that is
only used for testing.

llvm-svn: 108913
2010-07-20 20:18:03 +00:00
..
AST Hide FunctionTemplateDecl's specializations folding set as implementation detail and introduce 2010-07-20 13:59:58 +00:00
Analysis Hookup checking for invalid length modifiers in scanf format strings. 2010-07-20 20:04:47 +00:00
Basic Introduce a new libclang API, clang_reparseTranslationUnit(), which 2010-07-19 21:46:24 +00:00
Checker Constify all references to Stmt* and CFGBlock* in libChecker. 2010-07-20 06:22:24 +00:00
CodeGen Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, 2010-07-20 20:13:52 +00:00
Driver Add -lstdc++ to DragonFly tools. 2010-07-20 12:59:03 +00:00
Frontend Introduce a new lexer function to compute the "preamble" of a file, 2010-07-20 20:18:03 +00:00
Headers PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue was an oversight 2010-07-08 20:09:45 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Introduce a new lexer function to compute the "preamble" of a file, 2010-07-20 20:18:03 +00:00
Parse tidy up comment. 2010-07-19 05:07:24 +00:00
Rewrite Update ImplicitCastExpr to be able to represent an XValue. 2010-07-20 04:20:21 +00:00
Sema Hookup checking for invalid length modifiers in scanf format strings. 2010-07-20 20:04:47 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00