]> granicus.if.org Git - clang/commit
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)
commit116b574e0f3f08f29a443070342d70547d5abf6e
tree1cc61542f133ec9cb158dc523e8acd78c81fd6bc
parent4e6a057992f1fba3055e67868110ec9969d9f8ec
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219883 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/debug-info-template.cpp