xbolva00 added inline comments.
================
Comment at: clang/lib/Parse/ParseTentative.cpp:2146
+bool Parser::isNullStmtWithAttributes() {
+ RevertingTentativeParsingAction PA(*this);
+ return TryParseNullStmtWithAttributes() == TPResult::True;
----------------
Is this “cheap” in terms of compile time?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64838/new/
https://reviews.llvm.org/D64838
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits