summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/debug-info-enum.c
AgeCommit message (Expand)Author
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-24DebugInfo: Merge a bad debug info enum test into a good oneDavid Blaikie
2010-08-23Emit debug info for enum constants.Devang Patel