summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/plugin-vs-debug-info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Give this test that uses Itanium mangling a tripleReid Kleckner2016-11-301-2/+4
| | | | llvm-svn: 288222
* Stop handling interesting deserialized decls after HandleTranslationUnitReid Kleckner2016-11-301-0/+30
Other AST consumers can deserialize interesting decls that we might codegen, but they won't make it to the final object file and can trigger assertions in debug information generation after finalization. llvm-svn: 288221
OpenPOWER on IntegriCloud