summaryrefslogtreecommitdiff
path: root/include/clang/AST
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2019-09-05 15:24:49 +0000
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2019-09-05 15:24:49 +0000
commite43bf8941f750e6cd8141a3053efc29fe6ed2deb (patch)
treed874d6191cfdaf451c900c2a606bb5f53ad78c13 /include/clang/AST
parent57e3a8e7783fd84776c37603b4e9ed35a7539f2d (diff)
downloadclang-e43bf8941f750e6cd8141a3053efc29fe6ed2deb.tar.gz
[DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them as artificial
Differential Revision: https://reviews.llvm.org/D66328 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371080 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST')
-rw-r--r--include/clang/AST/GlobalDecl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/GlobalDecl.h b/include/clang/AST/GlobalDecl.h
index 145e961a23..ab14d96788 100644
--- a/include/clang/AST/GlobalDecl.h
+++ b/include/clang/AST/GlobalDecl.h
@@ -31,6 +31,7 @@ enum class DynamicInitKind : unsigned {
NoStub = 0,
Initializer,
AtExit,
+ GlobalArrayDestructor
};
/// GlobalDecl - represents a global declaration. This can either be a