llvm-project/clang/lib
Douglas Gregor d612566385 Have the parser initialize Sema before it consumes the first
token. This is important because the first token could actually be
after an #include that triggers a module import, which might use
either Sema or the AST consumer before it would have been initialized.

llvm-svn: 167423
2012-11-05 23:58:27 +00:00
..
ARCMigrate Move PreprocessorOptions into the Lex library, and make it intrusively 2012-10-24 17:01:35 +00:00
AST Remove a const_cast by propagating constness to the member function. 2012-11-03 14:24:57 +00:00
ASTMatchers Insert interception point onStartOfTranslationUnit. 2012-11-02 01:31:03 +00:00
Analysis [analyzer] add LocationContext::inTopFrame() helper. 2012-11-03 02:54:16 +00:00
Basic Frontend: Add support for reading named pipes as the main file. 2012-11-05 22:53:33 +00:00
CodeGen Have the parser initialize Sema before it consumes the first 2012-11-05 23:58:27 +00:00
Driver Use the individual -fsanitize=<...> arguments to control which of the UBSan 2012-11-05 22:21:05 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so 2012-11-05 23:30:26 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so 2012-11-05 23:30:26 +00:00
Lex Rename LangOptions members for address sanitizer and thread sanitizer from 2012-11-05 21:48:12 +00:00
Parse Have the parser initialize Sema before it consumes the first 2012-11-05 23:58:27 +00:00
Rewrite Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
Sema Put the usage-directive inside the nearest namespace or TU decl. We don't want 2012-11-04 20:21:54 +00:00
Serialization [libclang] Correct how the index inside the local preprocessed entities array 2012-11-02 02:31:22 +00:00
StaticAnalyzer [analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h 2012-11-05 16:58:00 +00:00
Tooling Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00