llvm-project/clang/include/clang
Ben Langmuir 4f5212a60e Add module name and module map file to -module-file-info
llvm-svn: 206217
2014-04-14 22:12:44 +00:00
..
ARCMigrate [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-14 06:02:07 +00:00
AST Thread Safety Analysis: some minor cleanups to the latest thread safety changes. No functional changes intended. 2014-04-09 17:45:44 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Some minor improvements to the thread safety intermediate language -- mostly const correctness and reformatting. Fixes the types involved with castOpcode(). 2014-04-10 18:12:58 +00:00
Basic Allow multiple modules with the same name to coexist in the module cache 2014-04-14 18:00:01 +00:00
CodeGen [C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(). Updating all of the usages of the iterators with range-based for loops. 2014-03-17 18:10:01 +00:00
Config use DEFAULT_SYSROOT 2012-04-16 04:16:43 +00:00
Driver Add -fmodules-strict-decluse to check that all headers are in modules 2014-04-11 11:47:45 +00:00
Edit [cleanup] Stop specifying size overrides for BumpPtrAllocators. 2014-03-27 10:45:22 +00:00
Format clang-format: Update flag documentation, and generation script. 2014-04-09 14:05:49 +00:00
Frontend Add clang:: qualifier back to Module 2014-04-14 18:21:04 +00:00
FrontendTool
Index libclang/libIndex: USR generation: mangle source location into USRs for macros, 2014-03-28 22:21:26 +00:00
Lex Allow multiple modules with the same name to coexist in the module cache 2014-04-14 18:00:01 +00:00
Parse Properly diagnose standard C++ attributes which have optional argument lists when the arguments are elided. eg) 2014-04-14 16:03:22 +00:00
Rewrite [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-15 04:29:04 +00:00
Sema Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
Serialization Add module name and module map file to -module-file-info 2014-04-14 22:12:44 +00:00
StaticAnalyzer [Allocator] Remove forward declarations of BumpPtrAllocator. These 2014-03-30 12:05:24 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +00:00
CMakeLists.txt Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
Makefile Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00