llvm-project/clang/lib
Nick Lewycky bae992ffd9 Non-void functions need to return some value.
llvm-svn: 125185
2011-02-09 08:42:57 +00:00
..
AST Non-void functions need to return some value. 2011-02-09 08:42:57 +00:00
Analysis Enhance -Wuninitialized to better reason about || and &&, tracking dual dataflow facts and properly merging them. 2011-02-01 17:43:18 +00:00
Basic Update for API change. 2011-02-08 22:44:16 +00:00
CodeGen Remove vtables from the Stmt hierarchy; this was pretty easy as 2011-02-09 08:16:59 +00:00
Driver Allow multiple -B prefixes. Patch by Joerg Sonnenberger. 2011-02-08 20:31:42 +00:00
Frontend static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. 2011-02-09 01:27:33 +00:00
FrontendTool Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00
Headers Optimized IR for vec_splat 2010-12-01 21:59:31 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Add a __has_feature check for default template arguments in function 2011-02-05 20:35:30 +00:00
Parse Support for objextive-c++ use of property-dot syntax as receiver 2011-02-08 18:05:59 +00:00
Rewrite A few more tweaks to the blocks AST representation: 2011-02-07 10:33:21 +00:00
Sema Remove vtables from the Stmt hierarchy; this was pretty easy as 2011-02-09 08:16:59 +00:00
Serialization NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl. 2011-02-09 01:13:10 +00:00
StaticAnalyzer Remove vtables from the Stmt hierarchy; this was pretty easy as 2011-02-09 08:16:59 +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