summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-scoped-class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a crash when emitting dbeug info for forward-declared scoped enums.Adrian Prantl2016-02-061-0/+15
It is possible for enums to be created as part of their own declcontext. We need to cache a placeholder to avoid the type being created twice before hitting the cache. <rdar://problem/24493203> llvm-svn: 259975
OpenPOWER on IntegriCloud