summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-var-template-partial-spec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR42205: DebugInfio: Do not attempt to emit debug info metadata for static ↵David Blaikie2019-06-171-0/+13
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). llvm-svn: 363606
OpenPOWER on IntegriCloud