llvm-project/clang/lib
Douglas Gregor 6e9cf630f8 When finalizing a function template specialization following template
argument deduction, make sure to check the correctness of deduced template
type arguments (which we had previously skipped) along with other
kinds of template arguments. This fixes part of PR6784, but we're
still swallowing the extension warning about unnamed/local template
arguments.

llvm-svn: 116327
2010-10-12 18:51:08 +00:00
..
AST Progress. 2010-10-12 02:09:17 +00:00
Analysis * Simplify code 2010-10-05 08:38:06 +00:00
Basic Basic: Tweak attempt to make version tags work from 'svn export's again, clip 2010-10-11 23:50:34 +00:00
Checker comment out unused function 2010-10-11 05:38:10 +00:00
CodeGen Fixes a typo which caused byte offset in debug info 2010-10-11 23:55:47 +00:00
Driver Driver/Darwin: Remove a useless warning about missing runtime libraries. These 2010-10-11 23:31:07 +00:00
Frontend Parse default arguments within member functions in source order, from 2010-10-12 16:25:54 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers Eliminate CIndexer::getClangPath(), since libclang no longer depends 2010-10-11 23:17:59 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Add support for UCNs for character literals 2010-10-09 00:27:47 +00:00
Parse Parse default arguments within member functions in source order, from 2010-10-12 16:25:54 +00:00
Rewrite Some refactoring of property rewriting stuff 2010-10-11 22:21:03 +00:00
Sema When finalizing a function template specialization following template 2010-10-12 18:51:08 +00:00
Serialization Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a 2010-10-08 23:50:27 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00