aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/debug-info-enum.cpp
AgeCommit message (Expand)Author
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
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-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-29Debug Info: this reverts commit r189600.Manman Ren
2013-08-29Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren
2013-08-26Debug Info: follow-up patch to r189283.Manman Ren
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren
2013-06-24DebugInfo: ensure negative enumerators are emitted as suchDavid Blaikie
2013-06-24DebugInfo: Merge a bad debug info enum test into a good oneDavid Blaikie
2010-08-10Test case for llvm r110712.Devang Patel