hanchenye-llvm-project/clang/lib/Parse
David Majnemer 90b1729af9 Parse: Template specializations which aren't dependent needn't have their parsing be delayed
Summary:
We should treat a non-dependent template specialization like it wasn't
templated at all.

Reviewers: rsmith

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1554

llvm-svn: 190743
2013-09-14 05:46:42 +00:00
..
CMakeLists.txt
Makefile
ParseAST.cpp
ParseCXXInlineMethods.cpp Parse: Template specializations which aren't dependent needn't have their parsing be delayed 2013-09-14 05:46:42 +00:00
ParseDecl.cpp As Aaron pointed out it's simpler to reject wide string availability attr messages in the parser. 2013-09-13 17:31:48 +00:00
ParseDeclCXX.cpp Consolidating the notion of a GNU attribute parameter with the attribute argument list. 2013-08-31 01:11:41 +00:00
ParseExpr.cpp Fix Altivec vector literal parser hack for C++11. 2013-08-13 23:38:34 +00:00
ParseExprCXX.cpp Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
ParseInit.cpp
ParseObjc.cpp
ParseOpenMP.cpp OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) 2013-09-06 18:03:48 +00:00
ParsePragma.cpp
ParsePragma.h
ParseStmt.cpp Fix the MCTargetAsmParser API change. 2013-09-12 10:59:24 +00:00
ParseTemplate.cpp Parse: Do not 'HandleTopLevelDecl' on templated functions. 2013-08-16 08:29:13 +00:00
ParseTentative.cpp PR13657 (and duplicates): 2013-09-12 23:28:08 +00:00
Parser.cpp Parser: support Microsoft syntax for 'typename typedef' 2013-09-03 22:36:22 +00:00
RAIIObjectsForParser.h