Add a unit test for ClangASTContext template arguments handling
authorPavel Labath <labath@google.com>
Thu, 9 Nov 2017 15:06:31 +0000 (15:06 +0000)
committerPavel Labath <labath@google.com>
Thu, 9 Nov 2017 15:06:31 +0000 (15:06 +0000)
commit0ccb256dae110390146c09e4ccbda360a352f6f1
tree71fbc3aab4fe2033f591379f05b4e239a8e36444
parent8c345c5aa903b67bdf43394f05205a09c50f6dce
Add a unit test for ClangASTContext template arguments handling

I am planning to make changes to this piece of code, so I wrote this
test to add more coverage to it first.

llvm-svn: 317792
lldb/unittests/Symbol/TestClangASTContext.cpp