hanchenye-llvm-project/clang/lib
Rafael Espindola eb4fd01f7a Use private linkage to avoid symbol conflicts in corner cases like the one
in PR9301.

llvm-svn: 126422
2011-02-24 20:31:44 +00:00
..
AST Likely fix for PR9316 and other unknown bugs: don't use the anonynmous 2011-02-24 19:03:39 +00:00
Analysis Fix tiny error in CFG construction for BinaryConditionalOperators, making sure the branch always has two successors. Also teach Environment::getSVal() about OpaqueValueExprs. 2011-02-24 03:09:15 +00:00
Basic Switch the VerifyDiagnosticsClient to use PresumedLocs now that they 2011-02-23 00:47:48 +00:00
CodeGen Use private linkage to avoid symbol conflicts in corner cases like the one 2011-02-24 20:31:44 +00:00
Driver improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64). 2011-02-22 20:47:07 +00:00
Frontend Allow passing a list of comma separated checker names to -analyzer-checker, e.g: 2011-02-24 08:42:20 +00:00
FrontendTool Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful 2011-02-17 19:04:40 +00:00
Headers Put targets on folders, if the IDE supports the feature. 2011-02-20 22:06:44 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Reimplement __pragma support using a TokenLexer 2011-02-22 13:49:06 +00:00
Parse Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
Rewrite Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
Sema Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
Serialization Teach NestedNameSpecifier to keep track of namespace aliases the same 2011-02-24 02:36:08 +00:00
StaticAnalyzer [analyzer] Migrate ArrayBoundChecker to CheckerV2. 2011-02-24 08:42:12 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00