summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-namespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-3/+3
* DI: Update DISubprogram testcases after LLVM r246098Duncan P. N. Exon Smith2015-08-261-3/+3
* Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพYaron Keren2015-07-151-1/+0
* Update testcase to reflect new behavior in DIBuilder.Adrian Prantl2015-07-061-2/+1
* Update testcases: DICompileUnits are now created distinct by DIBuilder.Adrian Prantl2015-06-301-2/+2
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-36/+36
* Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha2015-03-141-1/+1
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-38/+52
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-31/+31
* Fully handle globals and functions in CGDebugInfo::getDeclarationOrDefinition()Frederic Riss2014-11-181-7/+27
* [DebugInfo] Do not record artificial global initializer functions in the Decl...Frederic Riss2014-11-051-4/+4
* Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi2014-11-041-2/+0
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-21/+21
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-21/+21
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-21/+21
* 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
OpenPOWER on IntegriCloud