summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-namespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl2017-07-191-4/+4
* Fix scope of namespaced DISubprograms when the function definition is out-of-...Adrian Prantl2017-05-161-0/+6
* Relax testcase to fix a PS4 buildbot failure.Adrian Prantl2017-05-011-1/+1
* Adapt to LLVM API change (DINamespace no longer takes line/file info).Adrian Prantl2017-04-281-7/+13
* Add debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-4/+9
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-2/+2
* Port some more debug info tests on WindowsReid Kleckner2016-06-301-3/+1
* DebugInfo: DIGlobalVariables became 'distinct' in LLVM r267301Duncan P. N. Exon Smith2016-04-231-4/+4
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-16/+16
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-151-6/+8
* Adapt to LLVM API change in r265077.Adrian Prantl2016-03-311-1/+1
* 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