Manna marked an inline comment as done.
Manna added inline comments.

================
Comment at: clang/lib/Lex/PPDirectives.cpp:494-495
   ++NumSkipped;
   assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?");
+  assert(CurLexer && "Invalid lexer value");
 
----------------
tahonermann wrote:
> Would you mind splitting out all of the predicates? The updates to the 
> messages in the suggested edit are intended to match the style present in 
> other similar assertions.
Thanks @tahonermann for the suggestion. Done


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

https://reviews.llvm.org/D158293

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to