Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
debug-info-enum-class.cpp
25f6be5
Re-commit r324490: [DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
cd0ac25
Revert [DebugInfo] Improvements to representation of enumeration types (PR36168)"
by Momchil Velikov
· 8 years ago
d7e17c2
[DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
a7ece03
DebugInfo: pass alignment value only if it was forced
by Victor Leschuk
· 9 years ago
383f841
DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
by Duncan P. N. Exon Smith
· 9 years ago
5305838
Debug Info: Add a testcase for the bug introduced by r259975.
by Adrian Prantl
· 10 years ago
3459ce2
Stop messing with the 'g' group of options in CompilerInvocation.
by Douglas Katzman
· 10 years ago
9dd4e4e
DebugInfo: Metadata constructs now start with DI*
by Duncan P. N. Exon Smith
· 10 years ago
f04be1f
DebugInfo: Move new hierarchy into place (clang)
by Duncan P. N. Exon Smith
· 11 years ago
b3a6669
IR: Make metadata typeless in assembly, clang side
by Duncan P. N. Exon Smith
· 11 years ago
3c51fa6
Revert "Revert "DI: LLVM schema change: fold constants into string""
by Duncan P. N. Exon Smith
· 11 years ago
834c265
Revert "DI: LLVM schema change: fold constants into string"
by Duncan P. N. Exon Smith
· 11 years ago
02b418a
DI: LLVM schema change: fold constants into string
by Duncan P. N. Exon Smith
· 11 years ago
483a9da
Reapply: DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use.
by David Blaikie
· 11 years ago
29020cc5
Revert "DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use."
by David Blaikie
· 11 years ago
5740752
DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use.
by David Blaikie
· 11 years ago
03039fe
DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types
by David Blaikie
· 12 years ago
86eac72
Simplify/generalize some debug info test cases
by David Blaikie
· 13 years ago
f857442
Generalize DebugInfo tests by avoiding explicit metadata numbers
by David Blaikie
· 13 years ago
9018ef7
Make sure to generate the right kind of MDNode for enum forward declarations.
by Eli Friedman
· 13 years ago
31a1fc6
Support C++11 enum forward declarations.
by Eric Christopher
· 13 years ago
a91af14
Emit C++11 enum class information if it exists.
by Eric Christopher
· 13 years ago