[PATCH] D120404: [NFC][Lexer] Remove getLangOpts function from Lexer

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 23 05:38:07 PST 2022


serge-sans-paille accepted this revision.
serge-sans-paille added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/include/clang/Lex/Lexer.h:313
 
+  /// getSpelling - This is non-staic variant of getSpelling method which
+  /// doesn't require passing LangOpts argument.
----------------
nit: *static*


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120404



More information about the cfe-commits mailing list