summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/hidden-definition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Don't try to use the definition of a class ifRichard Smith2015-12-181-0/+16
RequireCompleteType(..., 0) says we're not permitted to do so. The definition might not be visible, even though we know what it is. llvm-svn: 256045
OpenPOWER on IntegriCloud