llvm-project/clang/include
Reid Kleckner 377c1592f8 Recover from missing typenames on template args for MSVC compatibility
While matching a non-type template argument against a known template
type parameter we now modify the AST's TemplateArgumentLoc to assume the
user wrote typename.  Under -fms-compatibility, we downgrade our
diagnostic from an error to an extwarn.

Reviewed by: rsmith

Differential Revision: http://reviews.llvm.org/D4049

llvm-svn: 210607
2014-06-10 23:29:48 +00:00
..
clang Recover from missing typenames on template args for MSVC compatibility 2014-06-10 23:29:48 +00:00
clang-c Expose CUDA function attributes to the C interface. 2014-05-28 19:29:58 +00:00
CMakeLists.txt
Makefile