summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-static-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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