summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/lsv-debuginfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
|
* Add an explicit -std=c++14 to this test.Adrian Prantl2018-11-021-4/+4
| | | | | | rdar://problem/45642490 llvm-svn: 346048
* Debug Info (-gmodules): emit full types for non-anchored template ↵Adrian Prantl2018-10-241-0/+39
specializations Before this patch, clang would emit a (module-)forward declaration for template instantiations that are not anchored by an explicit template instantiation, but still are guaranteed to be available in an imported module. Unfortunately detecting the owning module doesn't reliably work when local submodule visibility is enabled and the template is inside a cross-module namespace. This make clang debuggable again with -gmodules and LSV enabled. rdar://problem/41552377 llvm-svn: 345109
OpenPOWER on IntegriCloud