llvm-project/clang/include/clang
Richard Smith 5638c1146e [modules] Fix a bug that would result in a build with P paths through a module
graph with M modules to take O(P) time, not just O(M) time, when using explicit
module builds.

llvm-svn: 230412
2015-02-25 00:56:02 +00:00
..
ARCMigrate
AST [modules] Ensure we've imported all declarations of a template before 2015-02-24 02:44:23 +00:00
ASTMatchers ASTMatchers: Make TypeList a variadic template and remove the implicit flattening of TypeLists. 2015-02-16 20:37:00 +00:00
Analysis Add support for analyzing FreeBSD kernel printf extensions. 2015-02-19 22:32:33 +00:00
Basic CUDA: Add option to allow host device functions to call host functions 2015-02-24 21:45:33 +00:00
CodeGen Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-24 05:14:17 +00:00
Config [multilib] Teach Clang's code about multilib by threading 2014-12-29 12:09:08 +00:00
Driver CUDA: Add option to allow host device functions to call host functions 2015-02-24 21:45:33 +00:00
Edit
Format clang-format: Add option to suppress operator alignment. 2014-12-02 13:24:51 +00:00
Frontend [modules] Fix a bug that would result in a build with P paths through a module 2015-02-25 00:56:02 +00:00
FrontendTool
Index
Lex Revert "Mangle the IsSystem bit into the .pcm file name" 2015-02-19 20:23:22 +00:00
Parse Revert "Improve declaration / expression disambiguation around ptr-operators, and use" 2015-02-23 22:36:28 +00:00
Rewrite Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition. 2015-02-15 22:54:08 +00:00
Sema [Objective-C]. Provide a new formatting kind, "os_trace" which 2015-02-21 00:45:58 +00:00
Serialization Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-24 05:14:17 +00:00
StaticAnalyzer Analyzer: Flatten Checker hierarchy. 2015-02-16 15:43:06 +00:00
Tooling Make getInsertArgumentAdjuster insert extra arguments to the end by default. 2014-12-04 11:00:56 +00:00
CMakeLists.txt
Makefile
module.modulemap Fix layering violation: include/clang/Basic/PlistSupport.h should not include 2015-01-28 20:14:54 +00:00