| Commit message (Expand) | Author | Age | Files | Lines |
* | clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, f... | NAKAMURA Takumi | 2013-10-26 | 1 | -0/+1 |
* | Debug Info: update testing cases when the derived-from field of | Manman Ren | 2013-10-08 | 1 | -1/+1 |
* | Revert r189649 because it was breaking sanitizer bots. | Yunzhong Gao | 2013-08-30 | 1 | -12/+0 |
* | Fixing a bug where debug info for a local variable gets emitted at file scope. | Yunzhong Gao | 2013-08-30 | 1 | -0/+12 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -2/+2 |
* | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -2/+2 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -2/+2 |
* | DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with... | David Blaikie | 2013-08-16 | 1 | -15/+17 |
* | DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an... | David Blaikie | 2013-06-21 | 1 | -3/+3 |
* | Debug info: An if condition now creates a lexical scope of its own. | Adrian Prantl | 2013-06-08 | 1 | -2/+3 |
* | PR14606: Debug Info for namespace aliases/DW_TAG_imported_module | David Blaikie | 2013-05-20 | 1 | -11/+17 |
* | Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of... | David Blaikie | 2013-05-20 | 1 | -13/+43 |
* | Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl... | David Blaikie | 2013-05-15 | 1 | -35/+11 |
* | PR15956: Debug Info: Include the appropriate file location in types created d... | David Blaikie | 2013-05-14 | 1 | -11/+16 |
* | Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type... | David Blaikie | 2013-05-08 | 1 | -11/+30 |
* | DebugInfo: Support imported modules (using directives) within lexical blocks. | David Blaikie | 2013-05-06 | 1 | -5/+11 |
* | Support debug info for using directives at global/namespace scope. | David Blaikie | 2013-04-26 | 1 | -4/+9 |
* | Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu... | David Blaikie | 2013-04-22 | 1 | -2/+11 |
* | Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" | Eric Christopher | 2013-04-19 | 1 | -11/+2 |
* | PR14606: Debug info for using directives/DW_TAG_imported_module | David Blaikie | 2013-04-19 | 1 | -2/+11 |
* | Revert "Update debug info test for schema change made to LLVM." | David Blaikie | 2013-03-28 | 1 | -3/+3 |
* | Update debug info test for schema change made to LLVM. | David Blaikie | 2013-03-27 | 1 | -3/+3 |
* | clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo... | NAKAMURA Takumi | 2013-03-26 | 1 | -0/+3 |
* | Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry | David Blaikie | 2013-03-20 | 1 | -2/+2 |
* | refactoring file/directory for namespace debug info | David Blaikie | 2013-03-20 | 1 | -3/+3 |
* | Enhance debug info namespace test to check for context/scope reference | David Blaikie | 2013-03-20 | 1 | -1/+6 |
* | Make front-end debug info namespace test frontend-only & more specific withou... | David Blaikie | 2013-03-20 | 1 | -8/+5 |
* | test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 t... | NAKAMURA Takumi | 2011-05-02 | 1 | -2/+1 |
* | test: Mark 3 tests as XFAIL:cygwin,mingw. | NAKAMURA Takumi | 2011-03-05 | 1 | -0/+1 |
* | Update tests to not search of as. | Rafael Espindola | 2010-10-29 | 1 | -1/+0 |
* | Test passes on Darwin; try to XFAIL on freebsd, linux, xp/msvc9. | Stuart Hastings | 2010-10-28 | 1 | -0/+1 |
* | Fix context info for enums. | Devang Patel | 2010-10-27 | 1 | -0/+12 |