diff options
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 962ae8b2f34..e16dbc37f96 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -443,6 +443,8 @@ private: } }; +/// A scoped helper to set the current debug location to the specified location +/// or preferred location of the specified Expr. class ApplyDebugLocation { private: void init(SourceLocation TemporaryLocation); |