llvm-project/clang/lib
Benjamin Kramer f473cd4b6a Remove unused private member variable uncovered by the recent changes to clang's -Wunused-private-field.
llvm-svn: 160584
2012-07-20 22:06:30 +00:00
..
ARCMigrate Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +00:00
AST Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. 2012-07-20 20:18:53 +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 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to 2012-07-13 23:57:43 +00:00
CodeGen Add the mechanics for -fms-inline-asm. No easy way to test at this time. 2012-07-20 21:44:43 +00:00
Driver Add a new flag, -fms-inline-asm, that enables the output of MS-style inline 2012-07-20 21:20:33 +00:00
Edit Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. 2012-07-16 18:53:42 +00:00
Frontend Add the mechanics for -fms-inline-asm. No easy way to test at this time. 2012-07-20 21:44:43 +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 Fixes an ObjC++ parse crash caused by delayed parsing 2012-07-20 17:19:54 +00:00
Rewrite modern objective-c translator: conditionally include 2012-07-16 16:21:45 +00:00
Sema No longer assuming the number of prototype arguments is always less than the number of formal parameters for a variadic function call. 2012-07-20 20:40:35 +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