summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/submodules-merge-defs/use-defs.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix submodule test to pass on content addressable filesystems where inodes ↵Reid Kleckner2015-06-151-0/+1
| | | | | | would collide llvm-svn: 239765
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+1
non-visible definition, skip the new definition and make the old one visible instead of trying to parse it again and failing horribly. C++'s ODR allows us to assume that the two definitions are identical. llvm-svn: 233250
OpenPOWER on IntegriCloud