[PATCH] D122179: Serialize PragmaAssumeNonNullLoc to support preambles

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 25 06:31:47 PDT 2022


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

Thanks, this looks really solid now!



================
Comment at: clang/lib/Lex/PPLexerChange.cpp:430
 
-  // Complain about reaching a true EOF within assume_nonnull.
+  // Complain about reaching a true EOF.
+  //
----------------
revert comment change? this is still specific to assume_nonnull


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122179/new/

https://reviews.llvm.org/D122179



More information about the cfe-commits mailing list