llvm-project/clang/lib/Parse
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
..
AttributeList.cpp map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return 2009-08-09 20:07:29 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Keep track of the right paren ')' source location in a function declarator. 2009-08-19 23:14:54 +00:00
ExtensionRAIIObject.h Rejigger how -pedantic and -pedantic-errors work and their interaction 2009-04-15 07:01:18 +00:00
Makefile Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
MinimalAction.cpp Set the access specifier for using decls. 2009-08-29 19:54:19 +00:00
ParseCXXInlineMethods.cpp Make sure to adjust function template declarations to their templated 2009-08-24 11:57:43 +00:00
ParseDecl.cpp When we know that we are parsing a class-name, implicitly construct a 2009-08-26 18:27:52 +00:00
ParseDeclCXX.cpp Set the access specifier for using decls. 2009-08-29 19:54:19 +00:00
ParseExpr.cpp Add parsing for references to member function templates with explicit 2009-08-31 21:16:32 +00:00
ParseExprCXX.cpp Fix a couple issues with parsing invalid nested-name-specifiers. 2009-08-29 04:08:08 +00:00
ParseInit.cpp Merge the ASTVector and ASTOwningVector templates, since they offered 2009-05-21 16:25:11 +00:00
ParseObjc.cpp Fix a clang crash caused by incorrect user code. 2009-06-24 17:00:18 +00:00
ParsePragma.cpp Per advice that Doug Gregor gave me several months ago, clean up the 2009-08-03 23:24:57 +00:00
ParsePragma.h Add parser support for #pragma weak. 2009-06-05 00:49:58 +00:00
ParseStmt.cpp Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the return expr inside a CXXExprWithTemporaries if needed. 2009-08-18 16:11:00 +00:00
ParseTemplate.cpp Keep track of the template parameter depth properly when we have 2009-08-24 23:03:25 +00:00
ParseTentative.cpp Improve support for out-of-line definitions of nested templates and 2009-08-25 22:51:20 +00:00
Parser.cpp Improve support for out-of-line definitions of nested templates and 2009-08-25 22:51:20 +00:00