llvm-project/clang/lib/Parse
Douglas Gregor 5ed5ae476e Introduce support for constructor templates, which can now be declared
and will participate in overload resolution. Unify the instantiation
of CXXMethodDecls and CXXConstructorDecls, which had already gotten
out-of-sync.

llvm-svn: 79658
2009-08-21 18:42:58 +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 Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
MinimalAction.cpp Make it possible for using decls to point to operators. Fixes PR4441. 2009-06-27 00:27:47 +00:00
ParseCXXInlineMethods.cpp Initial support for parsing and representation of member function templates. 2009-08-20 22:52:58 +00:00
ParseDecl.cpp Introduce support for constructor templates, which can now be declared 2009-08-21 18:42:58 +00:00
ParseDeclCXX.cpp Initial support for parsing and representation of member function templates. 2009-08-20 22:52:58 +00:00
ParseExpr.cpp Keep track of the right paren ')' source location in a function declarator. 2009-08-19 23:14:54 +00:00
ParseExprCXX.cpp Take 2 on AltiVec-style vector initializers. 2009-08-10 23:49:36 +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 Initial support for parsing and representation of member function templates. 2009-08-20 22:52:58 +00:00
ParseTentative.cpp Consider nested-names as part of the declarator when resolving an ambiguous statement. 2009-07-21 17:05:03 +00:00
Parser.cpp Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this 2009-08-03 20:12:06 +00:00