llvm-svn: 187089
This commit is contained in:
Adrian Prantl 2013-07-25 00:23:37 +00:00
parent acc8cf441b
commit 12bdde57a9
1 changed files with 1 additions and 1 deletions

View File

@ -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.