[PATCH] D149709: Fix a typo in head comment of CurPPLexer
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 2 19:14:17 PDT 2023
vsapsai accepted this revision.
vsapsai added a comment.
This revision is now accepted and ready to land.
Thanks for the fix! Don't see any other places in the file to fix.
================
Comment at: clang/include/clang/Lex/Preprocessor.h:726
/// The current top of the stack that we're lexing from if
/// not expanding a macro and we are lexing directly from source code.
----------------
This already uses "that".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149709/new/
https://reviews.llvm.org/D149709
More information about the cfe-commits
mailing list