DebugInfo: Cleanup testing of non-type template parameters.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 16 Oct 2014 00:41:40 +0000 (00:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 16 Oct 2014 00:41:40 +0000 (00:41 +0000)
commitd59bbd1e91a91602ca643a7f696def8812347c66
tree0b4ae2f9dae1adbb3843a50ce01943c341837a30
parent2400c96cc3f482aafdbfec26e64d582693f029ba
DebugInfo: Cleanup testing of non-type template parameters.

Separate out the non-nullable parameters from the nullable ones
(currently only the template template parameter) and demonstrate that
cv-qualifiers aren't preserved for non-null parameters (but are
preserved for null parameters) by adding 'const' to an int* non-type
template parameter.

llvm-svn: 219883
clang/test/CodeGenCXX/debug-info-template.cpp