llvm-project/clang/lib
Benjamin Kramer d7d2b1fe45 Don't include Type.h in DeclarationName.h.
Recursively prune some includes.

llvm-svn: 169094
2012-12-01 16:35:25 +00:00
..
ARCMigrate Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
AST Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
ASTMatchers Allow matchers to access the ASTContext. 2012-11-30 13:45:19 +00:00
Analysis Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. 2012-12-01 15:09:41 +00:00
Basic Don't emit a warning with an input/output parameter. We assume the user knows what they're doing here. 2012-11-30 23:46:56 +00:00
CodeGen Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. 2012-12-01 15:09:41 +00:00
Driver Remove restriction on combining ubsan with asan or tsan. This has worked for a while. 2012-12-01 01:02:45 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Teach the serialized diagnostic writer to clone() itself, sharing 2012-11-30 23:32:31 +00:00
FrontendTool PR14303: Add a NoDriverOption flag to those options which are not accepted by 2012-11-09 22:36:44 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex Try to make the source location information for token pastes a bit more consistent. 2012-12-01 01:15:54 +00:00
Parse Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
Rewrite Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
Sema Consistently use 'needsImplicit<special member>' to determine whether we need 2012-12-01 02:35:44 +00:00
Serialization When we're emitting a diagnostic with a source location in an imported 2012-11-30 21:58:49 +00:00
StaticAnalyzer Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
Tooling Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and 2012-11-27 16:10:37 +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