summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-namespace.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Enhance debug info namespace test to check for context/scope referenceDavid Blaikie2013-03-201-1/+6
| | | | | | | | | The #line directive is mostly for backend testing (keeping these files matching should simplify maintenance somewhat) though the corresponding backend test improvement/update doesn't verify the file information directly just yet. Coming in a later iteration. llvm-svn: 177559
* Make front-end debug info namespace test frontend-only & more specific ↵David Blaikie2013-03-201-8/+5
| | | | | | | | without overconstraining it The backend portion of this test will be committed to LLVM's test suite. llvm-svn: 177485
* test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 ↵NAKAMURA Takumi2011-05-021-2/+1
| | | | | | | | to let cygming pass. This test seeks a verbose comment in output. By default, "-integrated-as" sets verbose-asm. Cygming is not ready for -integrated-as yet. llvm-svn: 130681
* test: Mark 3 tests as XFAIL:cygwin,mingw.NAKAMURA Takumi2011-03-051-0/+1
| | | | llvm-svn: 127077
* Update tests to not search of as.Rafael Espindola2010-10-291-1/+0
| | | | llvm-svn: 117711
* Test passes on Darwin; try to XFAIL on freebsd, linux, xp/msvc9.Stuart Hastings2010-10-281-0/+1
| | | | llvm-svn: 117515
* Fix context info for enums.Devang Patel2010-10-271-0/+12
Radar 8595129 llvm-svn: 117507
OpenPOWER on IntegriCloud