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

LGTM, thanks!



================
Comment at: lib/Lex/Lexer.cpp:1717
+          const StringRef CompleteSuffix(Buffer, Chars);
+          const LangOptions &LangOpts = getLangOpts();
+          IsUDSuffix =
----------------
I don't think the `LangOpts` variable is worthwhile; remove and replace the use 
of it below with `getLangOpts()`.


https://reviews.llvm.org/D26829



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

Reply via email to