This revision was automatically updated to reflect the committed changes.
Closed by commit rL365629: Loop pragma parsing. NFC. (authored by SjoerdMeijer,
committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D644
samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64471/new/
https://reviews.llvm.org/D64471
___
cfe-commits mailing list
cfe-com
SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: Meinersbur, dmgreen, samparker.
I would like to add some pragma handling here, but couldn't resist a little NFC
and tidy up first.
https://reviews.llvm.org/D64471
Files:
clang/lib/Sema/SemaStmtAttr.cpp
Index: clang/lib/Sema/