hanchenye-llvm-project/clang/include/clang
Aaron Ballman ed1547040c Minor formatting cleanups -- no functional changes intended.
llvm-svn: 206386
2014-04-16 13:16:19 +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 -Wunreachable-code: refine recognition of unreachable "sigil" to cope with implicit casts in C++. 2014-04-16 07:26:09 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Minor formatting cleanups -- no functional changes intended. 2014-04-16 13:16:19 +00:00
Basic Hopefully avoid a warning on some GCCs (but not all strangely, 2014-04-16 11:04:33 +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
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 Honour -ivfsoverlay in ASTUnit to match clang 2014-04-15 18:16:25 +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 Sema: Factor out argument range checks for builtin functions 2014-04-16 08:47:51 +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