summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2003-10-21-InnerClass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This test dates from the time when llvm-gcc had problems if two types wereDuncan Sands2010-12-021-12/+0
| | | | | | | | | | | named the same, so it had to qualify type names according to the enclosing scope to ensure uniqueness. This is no longer needed for correctness (though it may be helpful when reading the IR), so this test has lost its importance. Zap it because dragonegg will never be able to produce the qualified type name since modern gcc zaps language specific info (such as whether a type is nested inside another - needed to get X::Y here) before dragonegg is reached. llvm-svn: 120721
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-291-0/+12
llvm-svn: 51695
OpenPOWER on IntegriCloud