r333333 - Test commit; please ignore.
George Burgess IV via cfe-commits
cfe-commits at lists.llvm.org
Fri May 25 19:29:14 PDT 2018
Author: gbiv
Date: Fri May 25 19:29:14 2018
New Revision: 333333
URL: http://llvm.org/viewvc/llvm-project?rev=333333&view=rev
Log:
Test commit; please ignore.
Modified:
cfe/trunk/lib/Sema/SemaAttr.cpp
Modified: cfe/trunk/lib/Sema/SemaAttr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaAttr.cpp?rev=333333&r1=333332&r2=333333&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaAttr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaAttr.cpp Fri May 25 19:29:14 2018
@@ -330,7 +330,7 @@ void Sema::PragmaStack<ValueType>::Act(S
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();
More information about the cfe-commits
mailing list