summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-enum-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-3/+3
* Revert [DebugInfo] Improvements to representation of enumeration types (PR361...Momchil Velikov2018-02-071-3/+3
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-3/+3
* DebugInfo: pass alignment value only if it was forcedVictor Leschuk2016-10-201-4/+4
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-231-2/+2
* Debug Info: Add a testcase for the bug introduced by r259975.Adrian Prantl2016-03-251-0/+6
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
* DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith2015-04-291-15/+15
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-031-14/+50
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-151-6/+6
* Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith2014-10-031-5/+5
* Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith2014-10-021-5/+5
* DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith2014-10-021-5/+5
* Reapply: DebugInfo: Emit the definition of enums when the definition preceeds...David Blaikie2014-05-061-1/+51
* Revert "DebugInfo: Emit the definition of enums when the definition preceeds ...David Blaikie2014-05-061-42/+1
* DebugInfo: Emit the definition of enums when the definition preceeds the decl...David Blaikie2014-05-061-1/+42
* DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie2013-06-211-4/+4
* Simplify/generalize some debug info test casesDavid Blaikie2013-03-191-4/+4
* Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie2013-02-021-4/+4
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-1/+15
* Support C++11 enum forward declarations.Eric Christopher2012-06-011-0/+3
* Emit C++11 enum class information if it exists.Eric Christopher2012-05-231-0/+12