summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-static-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r324107 again.Rafael Espindola2018-02-071-3/+3
* Revert "Recommit r324107."Rafael Espindola2018-02-071-3/+3
* Recommit r324107.Rafael Espindola2018-02-071-3/+3
* Revert "Start setting dso_local in clang."Rafael Espindola2018-02-021-3/+3
* Start setting dso_local in clang.Rafael Espindola2018-02-021-3/+3
* Adapt testcases to LLVM change r312144 in DIGlobalVariableExpressionAdrian Prantl2017-08-301-3/+3
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-201-3/+8
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-8/+3
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-3/+8
* Revert "Update for LLVM global variable debug info API change."Adrian Prantl2016-12-161-8/+3
* Update for LLVM global variable debug info API change.Adrian Prantl2016-12-161-3/+8
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-131-11/+16
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-33/+29
* Lit C++11 Compatibility Patch #7Charles Li2016-04-131-0/+6
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-20/+20
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-22/+62
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-13/+13
* DebugInfo: Fix another case of r222377 when we do have a definition of the va...David Blaikie2014-11-211-0/+17
* DebugInfo: Don't emit a 'global variable' when a static member declaration is...David Blaikie2014-11-191-0/+18
* DebugInfo: Correctly describe the lexical decl context of static member varia...David Blaikie2014-10-231-3/+13
* DebugInfo: Follow up to r219736, also test/demonstrate that we emit the const...David Blaikie2014-10-161-2/+4
* DebugInfo: Lazily built static member variable declarations should use the ca...David Blaikie2014-10-141-0/+10
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-9/+9
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-9/+9
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-9/+9
* Debug info: Only emit C++ accessibility specifiers when they are divergingAdrian Prantl2014-08-291-5/+5
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-2/+4
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-4/+2
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-2/+4
* PR16927: Don't assert (or, previously, skip) static data members of enumerati...David Blaikie2013-08-171-1/+5
* clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc t...NAKAMURA Takumi2013-01-251-1/+1
* The last of PR14471: Debug info support for inline in-class initializer for f...David Blaikie2013-01-201-4/+4
* Add testcase missed yesterday. Patch from Paul Robinson.Eric Christopher2013-01-161-0/+41