summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-namespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-5/+5
* DebugInfo: emit namespace aliases as named imported declarations instead of n...David Blaikie2014-04-061-3/+3
* Adapt CGDebugInfo to interface changes in DIBuilder/DIImportedEntity.Adrian Prantl2014-04-011-2/+2
* Revert "Just call getContextDescriptor to get the context for subprograms"Eric Christopher2014-03-271-1/+1
* Just call getContextDescriptor to get the context for subprogramsEric Christopher2014-03-261-1/+1
* Pass down the debug emission kind into the compile unit for codeEric Christopher2014-02-271-2/+2
* check-clang: Introduce the feature "dw2" to suppress CodeGenCXX/debug-info-na...NAKAMURA Takumi2014-02-161-0/+1
* DebugInfo: imported_decl/using declarations at namespace scopeDavid Blaikie2014-02-151-1/+6
* DebugInfo: Fix for an improvement to DIBuilder to not emit {i32 0} for zero-l...David Blaikie2014-02-031-1/+1
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-3/+3
* clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, f...NAKAMURA Takumi2013-10-261-0/+1
* Debug Info: update testing cases when the derived-from field ofManman Ren2013-10-081-1/+1
* Revert r189649 because it was breaking sanitizer bots.Yunzhong Gao2013-08-301-12/+0
* Fixing a bug where debug info for a local variable gets emitted at file scope.Yunzhong Gao2013-08-301-0/+12
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-2/+2
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-2/+2
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-2/+2
* DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with...David Blaikie2013-08-161-15/+17
* DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie2013-06-211-3/+3
* Debug info: An if condition now creates a lexical scope of its own.Adrian Prantl2013-06-081-2/+3
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-11/+17
* Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...David Blaikie2013-05-201-13/+43
* Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...David Blaikie2013-05-151-35/+11
* PR15956: Debug Info: Include the appropriate file location in types created d...David Blaikie2013-05-141-11/+16
* Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...David Blaikie2013-05-081-11/+30
* DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie2013-05-061-5/+11
* Support debug info for using directives at global/namespace scope.David Blaikie2013-04-261-4/+9
* Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie2013-04-221-2/+11
* Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"Eric Christopher2013-04-191-11/+2
* PR14606: Debug info for using directives/DW_TAG_imported_moduleDavid Blaikie2013-04-191-2/+11
* Revert "Update debug info test for schema change made to LLVM."David Blaikie2013-03-281-3/+3
* Update debug info test for schema change made to LLVM.David Blaikie2013-03-271-3/+3
* clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo...NAKAMURA Takumi2013-03-261-0/+3
* Debug info - generalize namespace test to not depend on a DW_TAG_file_type entryDavid Blaikie2013-03-201-2/+2
* refactoring file/directory for namespace debug infoDavid Blaikie2013-03-201-3/+3
* Enhance debug info namespace test to check for context/scope referenceDavid Blaikie2013-03-201-1/+6
* Make front-end debug info namespace test frontend-only & more specific withou...David Blaikie2013-03-201-8/+5
* test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 t...NAKAMURA Takumi2011-05-021-2/+1
* test: Mark 3 tests as XFAIL:cygwin,mingw.NAKAMURA Takumi2011-03-051-0/+1
* Update tests to not search of as.Rafael Espindola2010-10-291-1/+0
* Test passes on Darwin; try to XFAIL on freebsd, linux, xp/msvc9.Stuart Hastings2010-10-281-0/+1
* Fix context info for enums.Devang Patel2010-10-271-0/+12
OpenPOWER on IntegriCloud