llvm-project/clang/lib
Eric Christopher cf5e83b471 __clear_cache() is varargs and people will occasionally write it without
arguments. Process only the arguments that people write, but process
all of them.

Fixes rdar://8900346

llvm-svn: 127616
2011-03-14 20:30:34 +00:00
..
AST Block return type of the initialized must be 2011-03-14 16:07:00 +00:00
Analysis Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcept specifiers, unique FunctionProtoTypes with a ContextualFoldingSet, as suggested by John McCall. 2011-03-13 17:09:40 +00:00
Basic Get rid of the static FileManager::FixupRelativePath. 2011-03-14 01:13:54 +00:00
CodeGen __clear_cache() is varargs and people will occasionally write it without 2011-03-14 20:30:34 +00:00
Driver Support Ubuntu hardy and intrepid, from Thomas Gamper! 2011-03-14 15:39:50 +00:00
Frontend Add include paths for Gentoo Linux, from Marcin Mirosław! 2011-03-14 15:33:44 +00:00
FrontendTool Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Headers CMake: updated list of installable header files. PR9321. 2011-02-27 13:33:31 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Fix my earlier commit to work with escaped newlines and leave breadcrumbs 2011-03-08 07:59:04 +00:00
Parse Place duplicate argument declaration in in 2011-03-12 18:54:30 +00:00
Rewrite Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
Sema Implement instantiation of noexcept spec and add a test case. 2011-03-14 18:51:50 +00:00
Serialization Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
StaticAnalyzer Tweak VariadicMethodTypeChecker to only create one ExplodedNode when issuing multiple warnings for the same message expression. 2011-03-14 19:50:37 +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