]> granicus.if.org Git - clang/commit
Teach debug info generation to handle TemplateSpecializationType,
authorDouglas Gregor <dgregor@apple.com>
Mon, 21 Dec 2009 19:57:21 +0000 (19:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 21 Dec 2009 19:57:21 +0000 (19:57 +0000)
commit2101a821df49884df6d78d8770400a48ed3c8ef6
treed1f8915c53f5639d6d57a747653af9696137f15e
parentee788e70fcd0adf76103b17c78ac658d4ea30c9b
Teach debug info generation to handle TemplateSpecializationType,
ElaboratedType, QualifiedNameType, and SubstTemplateTypeParmType type
nodes. Also, produce an "unsupported" diagnostic for C++0x type nodes
and "typeof" nodes, rather than asserting nondescriptly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91837 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp