llvm-project/clang/lib/Parse
Douglas Gregor aa49ecc458 Not content to implement just "extern" explicit template
instantiations, GCC also supports "inline" and "static" explicit
template instantiations. Parse and warn about such constructs, but
don't implement the semantics of either "inline" or "static". They
don't seem to be widely used.

llvm-svn: 120599
2010-12-01 20:32:20 +00:00
..
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
ParseCXXInlineMethods.cpp Parse default arguments within member functions in source order, from 2010-10-12 16:25:54 +00:00
ParseDecl.cpp After parsing a ':' in an enum-specifier within class context, 2010-12-01 17:42:47 +00:00
ParseDeclCXX.cpp In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see 2010-11-18 08:32:02 +00:00
ParseExpr.cpp Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. 2010-11-22 10:30:56 +00:00
ParseExprCXX.cpp Remove one I just added, add a more focused test for why the current code is correct. 2010-11-22 13:12:28 +00:00
ParseInit.cpp Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00
ParseObjc.cpp When parsing something that looks like an ill-formed 2010-11-19 17:10:50 +00:00
ParsePragma.cpp When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
ParsePragma.h When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
ParseStmt.cpp Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" 2010-11-20 02:04:01 +00:00
ParseTemplate.cpp Diagnose attempst to template using declarations and using directives. 2010-11-10 02:40:36 +00:00
ParseTentative.cpp After parsing a ':' in an enum-specifier within class context, 2010-12-01 17:42:47 +00:00
Parser.cpp Not content to implement just "extern" explicit template 2010-12-01 20:32:20 +00:00
RAIIObjectsForParser.h Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00