aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-enum-class.cpp
AgeCommit message (Expand)Author
2019-01-08Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson
2019-01-08Don't emit DW_AT_enum_class unless it's actually an 'enum class'.Paul Robinson
2018-02-12Re-commit r324490: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov
2018-02-07Revert [DebugInfo] Improvements to representation of enumeration types (PR361...Momchil Velikov
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov
2016-10-20DebugInfo: pass alignment value only if it was forcedVictor Leschuk
2016-04-23DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith
2016-03-25Debug Info: Add a testcase for the bug introduced by r259975.Adrian Prantl
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith
2014-10-02Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith
2014-10-02DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith
2014-05-06Reapply: DebugInfo: Emit the definition of enums when the definition preceeds...David Blaikie
2014-05-06Revert "DebugInfo: Emit the definition of enums when the definition preceeds ...David Blaikie
2014-05-06DebugInfo: Emit the definition of enums when the definition preceeds the decl...David Blaikie
2013-06-21DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an...David Blaikie
2013-03-19Simplify/generalize some debug info test casesDavid Blaikie
2013-02-02Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
2012-06-01Support C++11 enum forward declarations.Eric Christopher
2012-05-23Emit C++11 enum class information if it exists.Eric Christopher