MyDeveloperDay added inline comments.

================
Comment at: clang/lib/Format/FormatTokenLexer.cpp:432
 
+  auto Forth = (Tokens.end() - 4)[0];
   bool FourthTokenIsLess = false;
----------------
isn't this going to crash if Tokens.size() is 3?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117398

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

Reply via email to