llvm-project/clang/lib
Douglas Gregor fbc1823451 Add parsing for references to member function templates with explicit
template argument lists, e.g., x.f<int>().

Semantic analysis will be a separate commit.

llvm-svn: 80624
2009-08-31 21:16:32 +00:00
..
AST Fix a -Asserts warning. 2009-08-31 19:16:38 +00:00
Analysis Refactor undefined argument checking into a Checker. 2009-08-29 02:11:01 +00:00
Basic Improve diagnostics and recovery when the nested-name-specifier of a 2009-08-26 00:04:55 +00:00
CodeGen Re-implemented generation of objc_memmove_collectable 2009-08-31 19:33:16 +00:00
Driver Updated GNU runtime non-fragile ABI. 2009-08-31 16:41:57 +00:00
Frontend Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. 2009-08-27 22:01:41 +00:00
Headers CMake: Improve installation of Clang 2009-08-23 05:28:29 +00:00
Index Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Lex Updated GNU runtime non-fragile ABI. 2009-08-31 16:41:57 +00:00
Parse Add parsing for references to member function templates with explicit 2009-08-31 21:16:32 +00:00
Rewrite Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
Sema Add parsing for references to member function templates with explicit 2009-08-31 21:16:32 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00