summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-codeview-var-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [codeview] Don't emit variable templates as class membersReid Kleckner2018-07-201-0/+35
MSVC doesn't, so neither should we. Fixes PR38004, which is a crash that happens when we try to emit debug info for a still-dependent partial variable template specialization. As a follow-up, we should review what we're doing for function and class member templates. It looks like we don't filter those out, but I can't seem to get clang to emit any. llvm-svn: 337616
OpenPOWER on IntegriCloud