llvm-project/clang/lib
Fariborz Jahanian 196f9384c7 Add some new types in preparation of encoding of captured block variable
layout meta-data work. wip.

llvm-svn: 166717
2012-10-25 21:15:04 +00:00
..
ARCMigrate Move PreprocessorOptions into the Lex library, and make it intrusively 2012-10-24 17:01:35 +00:00
AST CommentDumper: reorder members and add a comment. 2012-10-25 18:16:02 +00:00
ASTMatchers Adds the possibility to run ASTMatchFinder over arbitrary AST nodes. 2012-10-24 14:47:44 +00:00
Analysis Fix potential null deference in CFG printer. 2012-10-12 22:56:31 +00:00
Basic Modify the targets to set appropriate calling convention defaults and C variables when using a gnueabihf or aapcs-vfp target. 2012-10-25 13:33:01 +00:00
CodeGen Add some new types in preparation of encoding of captured block variable 2012-10-25 21:15:04 +00:00
Driver -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen side. 2012-10-25 02:14:12 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend ASTUnit doesn't actually care about the predefines; don't record them. 2012-10-25 00:09:28 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. 2012-10-11 01:10:04 +00:00
Lex Take into account that there may be a BOM at the beginning of the file, 2012-10-25 01:51:45 +00:00
Parse 'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery. 2012-10-25 00:00:53 +00:00
Rewrite Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
Sema Revert r166647 to rethink the patch... 2012-10-25 00:32:44 +00:00
Serialization Remove the old predefines-buffer diffing code completely. It's been 2012-10-25 00:30:23 +00:00
StaticAnalyzer [analyzer] Handle 'SomeVar.SomeEnumConstant', which is legal in C++. 2012-10-23 23:59:08 +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