hanchenye-llvm-project/clang/lib
Benjamin Kramer 2a812288c7 Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out.
No functionality change.

llvm-svn: 169099
2012-12-01 20:58:01 +00:00
..
ARCMigrate Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
AST Include pruning and general cleanup. 2012-12-01 17:12:56 +00:00
ASTMatchers Allow matchers to access the ASTContext. 2012-11-30 13:45:19 +00:00
Analysis Include pruning and general cleanup. 2012-12-01 17:12:56 +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 [MIPS] Add -mxgot/-mno-xgot command line options 2012-12-01 18:27:21 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. 2012-12-01 20:58:01 +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 Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. 2012-12-01 20:58:01 +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 Add raw_ostream include to pacify MSVC. 2012-12-01 17:54:07 +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