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