llvm-project/clang/lib
Douglas Gregor cef1a03eb5 Tweak the partial ordering rules for function templates to prefer a
non-variadic function template over a variadic one. This matches GCC
and the intent of the C++0x wording, in a way that I think is likely
to be acceptable to the committee.

llvm-svn: 123581
2011-01-16 16:03:23 +00:00
..
AST AST/InheritViz: Remove all internal uses of PathV1. 2011-01-15 21:43:57 +00:00
Analysis Unbreak the MSVC build again: replace bzero by memset. 2011-01-15 13:27:47 +00:00
Basic Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. 2011-01-14 20:54:07 +00:00
CodeGen Also set unnamed_addr on declarations. 2011-01-15 08:23:14 +00:00
Driver improve compatibility with GCC: when generating the ".d" filename to use 2011-01-16 08:14:11 +00:00
Frontend Replace all uses of PathV1::exists with PathV2::fs::exists. 2011-01-10 02:34:13 +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 clean up some dead code around __has_include() processing code identified by the ted-o-matic. 2011-01-15 06:57:04 +00:00
Parse Make sure that we parse a '>>' that closes two template argument lists 2011-01-11 00:45:18 +00:00
Rewrite Clang should not warn on code in clang that is only there to remove warnings. 2011-01-06 01:37:28 +00:00
Sema Tweak the partial ordering rules for function templates to prefer a 2011-01-16 16:03:23 +00:00
Serialization Introduce a new kind of TemplateName that captures a substituted 2011-01-15 06:45:20 +00:00
StaticAnalyzer Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, 2011-01-15 01:15:58 +00:00
CMakeLists.txt Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00