diff options
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index b090c4d3bf5..37b4bfc5cb6 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -422,7 +422,7 @@ public: ArtificialLocation(CodeGenFunction &CGF, CGBuilderTy &B); /// Set the current location to line 0, but within the current scope - /// (= the top of the LexicalScopeStack). + /// (= the top of the LexicalBlockStack). void Emit(); /// ~ArtificialLocation - Autorestore everything back to normal. |