From: George Burgess IV Date: Sat, 26 May 2018 02:29:14 +0000 (+0000) Subject: Test commit; please ignore. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7361deef283ee7581597f67c1930a278b1d9bc7;p=clang Test commit; please ignore. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333333 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaAttr.cpp b/lib/Sema/SemaAttr.cpp index b2e03ad370..64f12f3f5e 100644 --- a/lib/Sema/SemaAttr.cpp +++ b/lib/Sema/SemaAttr.cpp @@ -330,7 +330,7 @@ void Sema::PragmaStack::Act(SourceLocation PragmaLocation, Stack.erase(std::prev(I.base()), Stack.end()); } } else if (!Stack.empty()) { - // We don't have a label, just pop the last entry. + // We do not have a label, just pop the last entry. CurrentValue = Stack.back().Value; CurrentPragmaLocation = Stack.back().PragmaLocation; Stack.pop_back();