Go to file
Douglas Gregor dba326363c Implement parsing, semantic analysis and ASTs for default template
arguments. This commit covers checking and merging default template
arguments from previous declarations, but it does not cover the actual
use of default template arguments when naming class template
specializations.

llvm-svn: 64229
2009-02-10 19:49:53 +00:00
clang Implement parsing, semantic analysis and ASTs for default template 2009-02-10 19:49:53 +00:00
llvm Use early exits. Reduce indentation. 2009-02-10 19:28:07 +00:00