Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This test dates from the time when llvm-gcc had problems if two types were | Duncan Sands | 2010-12-02 | 1 | -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 dirs | Anton Korobeynikov | 2008-05-29 | 1 | -0/+12 |
llvm-svn: 51695 |