aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-namespace.cpp
AgeCommit message (Expand)Author
2013-05-06DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie
2013-04-26Support debug info for using directives at global/namespace scope.David Blaikie
2013-04-22Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie
2013-04-19Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"Eric Christopher
2013-04-19PR14606: Debug info for using directives/DW_TAG_imported_moduleDavid Blaikie
2013-03-28Revert "Update debug info test for schema change made to LLVM."David Blaikie
2013-03-27Update debug info test for schema change made to LLVM.David Blaikie
2013-03-26clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo...NAKAMURA Takumi
2013-03-20Debug info - generalize namespace test to not depend on a DW_TAG_file_type entryDavid Blaikie
2013-03-20refactoring file/directory for namespace debug infoDavid Blaikie
2013-03-20Enhance debug info namespace test to check for context/scope referenceDavid Blaikie
2013-03-20Make front-end debug info namespace test frontend-only & more specific withou...David Blaikie
2011-05-02test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 t...NAKAMURA Takumi
2011-03-05test: Mark 3 tests as XFAIL:cygwin,mingw.NAKAMURA Takumi
2010-10-29Update tests to not search of as.Rafael Espindola
2010-10-28Test passes on Darwin; try to XFAIL on freebsd, linux, xp/msvc9.Stuart Hastings
2010-10-27Fix context info for enums.Devang Patel