..
ARCMigrate
Implement AST classes for comments, a real parser for Doxygen comments and a
2012-07-06 00:28:32 +00:00
AST
When we have an Objective-C object with non-trivial lifetime in a
2012-07-23 04:23:39 +00:00
ASTMatchers
Move RefactoringCallbacks to Tooling to avoid dependency from
2012-07-17 08:03:01 +00:00
Analysis
Add a reverse iterator to DeclStmt, and use it when building a CFG.
2012-07-20 18:50:48 +00:00
Basic
char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a way to disable keywords under Microsoft mode.
2012-07-22 11:32:41 +00:00
CodeGen
Add "long double" to permitted list of ARM complex homogeneous aggregates.
2012-07-20 22:29:29 +00:00
Driver
Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.
2012-07-20 23:12:26 +00:00
Edit
Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build.
2012-07-16 18:53:42 +00:00
Frontend
Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.
2012-07-20 23:12:26 +00:00
FrontendTool
Remove a goofy CMake hack and use the standard CMake facilities to
2012-06-21 01:30:21 +00:00
Headers
Add _rdrand{16,32,64}_step intrinsics to immintrin.h
2012-07-12 09:33:03 +00:00
Lex
Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201.
2012-07-17 23:19:16 +00:00
Parse
Add diagnostics for comma at end of enum and for extra semicolon at namespace
2012-07-23 05:45:25 +00:00
Rewrite
modern objective-c translator: conditionally include
2012-07-16 16:21:45 +00:00
Sema
When we have an Objective-C object with non-trivial lifetime in a
2012-07-23 04:23:39 +00:00
Serialization
Remove HasSynthBitfield and all callers/writers/etc. Also remove
2012-07-19 22:22:55 +00:00
StaticAnalyzer
Remove unused private member variable uncovered by the recent changes to clang's -Wunused-private-field.
2012-07-20 22:06:30 +00:00
Tooling
Reverted custom init hook from r160369.
2012-07-18 12:24:51 +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