llvm-project/clang/lib
Nico Weber 80806a7b91 Add Gentoo gcc 4.3.4 include paths
llvm-svn: 137834
2011-08-17 17:55:30 +00:00
..
ARCMigrate Fix "Uninitialized" warnings on g++-4.4. 2011-08-14 00:37:22 +00:00
AST Whitelist operator== and operator!= as valid for unused value warnings, 2011-08-17 09:49:44 +00:00
Analysis Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
Basic Introduce SourceManager::getMacroArgExpandedLocation function. 2011-08-17 00:31:20 +00:00
CodeGen Finalize debug info after all deferred globals are emitted. 2011-08-16 20:58:22 +00:00
Driver Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext. 2011-08-15 19:13:06 +00:00
Frontend Add Gentoo gcc 4.3.4 include paths 2011-08-17 17:55:30 +00:00
FrontendTool [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). 2011-08-16 21:24:21 +00:00
Headers http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Make Lexer::GetBeginningOfToken able to handle macro arg expansion locations. 2011-08-17 00:31:23 +00:00
Parse Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Treating the unused equality comparisons as something other than part of 2011-08-17 09:34:37 +00:00
Serialization Add serialization support for ClassScopeFunctionSpecializationDecl. 2011-08-17 01:06:54 +00:00
StaticAnalyzer Fix typo. 2011-08-17 05:00:56 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00