llvm-project/clang/lib
Ted Kremenek 45c5c0aa06 Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
llvm-svn: 162928
2012-08-30 19:26:38 +00:00
..
ARCMigrate Fix undefined behavior: member function calls where 'this' is a null pointer. 2012-08-23 06:16:52 +00:00
AST objective-C: clang must implicitly convert 2012-08-30 18:49:41 +00:00
ASTMatchers Modifes BoundNodes to store void* and allow casting them 2012-08-28 23:26:39 +00:00
Analysis Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. 2012-08-24 07:42:09 +00:00
Basic Define __mips64 / __mips64__ macros for MIPS 64-bit targets. 2012-08-29 20:50:11 +00:00
CodeGen Make alignment computation for pointer values for builtins handle 2012-08-29 21:21:11 +00:00
Driver Reland r160052: Default to -std=c++11 on Windows. 2012-08-30 02:08:31 +00:00
Edit clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Frontend Move Analyses.def to include/clang/StaticAnalyzer. 2012-08-30 19:26:33 +00:00
FrontendTool Added -ast-list option to dump filterable AST decl node names. 2012-07-31 09:37:40 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Make preprocessor act in a GCC-compatible fashion when a macro is redefined 2012-08-30 13:38:46 +00:00
Parse [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. 2012-08-25 00:11:56 +00:00
Rewrite Push ArrayRef through the Expr hierarchy. 2012-08-24 11:54:20 +00:00
Sema objective-C: clang must implicitly convert 2012-08-30 18:49:41 +00:00
Serialization Keep history of macro definitions and #undefs 2012-08-29 00:20:03 +00:00
StaticAnalyzer Move AnalyzerOptions.h to include/clang/StaticAnalyzer. 2012-08-30 19:26:38 +00:00
Tooling Tooling: Add a runToolOnCodeWithArgs() function that allows 2012-08-30 02:02:19 +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