..
ARCMigrate
Fix undefined behavior: member function calls where 'this' is a null pointer.
2012-08-23 06:16:52 +00:00
AST
Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
2012-08-24 17:45:39 +00:00
ASTMatchers
Fix for ASTMatchFinder to visit a functions parameter declarations.
2012-07-30 05:03:25 +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
Avoid binding a reference to a dereferenced null pointer, if we try to emit a
2012-08-17 00:55:32 +00:00
CodeGen
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
2012-08-24 21:42:51 +00:00
Driver
Reduce the amount of state in the Option class by relying on the data from OptTable::Info.
2012-08-21 18:51:17 +00:00
Edit
clang/lib: [CMake] Update tblgen'd dependencies.
2012-07-27 06:18:33 +00:00
Frontend
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
2012-08-24 21:42:51 +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
Use LLVM_BUILTIN_TRAP instead of lame volatile int traps.
2012-08-21 18:56:49 +00:00
Parse
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
2012-08-24 21:42:51 +00:00
Rewrite
Push ArrayRef through the Expr hierarchy.
2012-08-24 11:54:20 +00:00
Sema
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
2012-08-24 21:42:51 +00:00
Serialization
Fix a few -Wdocumentation warnings.
2012-08-24 00:01:24 +00:00
StaticAnalyzer
Rename the "experimental" checker package to "alpha". We will then refine
2012-08-24 19:46:03 +00:00
Tooling
Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects.
2012-08-24 10:39: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