]> granicus.if.org Git - clang/commit
PR42205: DebugInfio: Do not attempt to emit debug info metadata for static member...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 17 Jun 2019 19:40:52 +0000 (19:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 17 Jun 2019 19:40:52 +0000 (19:40 +0000)
commite8dbe3f862b764015d233c4030be6d668242c340
treea2cdf8fc755ff93654fb9a1872eee60265869c81
parentd21950d147f0b95f5c81cdb2e0663c824ba44da1
PR42205: DebugInfio: Do not attempt to emit debug info metadata for static member variable template partial specializations

Would cause a crash in an attempt to create the type for the still
unresolved 'auto' in the partial specialization (& even without the use
of 'auto', the expression would be value dependent &
crash/assertion-fail there).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-var-template-partial-spec.cpp [new file with mode: 0644]