diff options
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
-rw-r--r-- | clang/lib/Frontend/FrontendActions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp index e219be3..10d6e1f 100644 --- a/clang/lib/Frontend/FrontendActions.cpp +++ b/clang/lib/Frontend/FrontendActions.cpp @@ -480,6 +480,8 @@ private: return "InitializingStructuredBinding"; case CodeSynthesisContext::MarkingClassDllexported: return "MarkingClassDllexported"; + case CodeSynthesisContext::BuildingBuiltinDumpStructCall: + return "BuildingBuiltinDumpStructCall"; } return ""; } |