[PATCH] D149709: Fix a typo in head comment of CurPPLexer

2023-05-02 Thread Volodymyr Sapsai via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGe46aa7f92729: Fix a typo in head comment of `CurPPLexer`. (authored by zhouyizhou, committed by vsapsai). Repository: rG LLVM Github Monorepo CHA

[PATCH] D149709: Fix a typo in head comment of CurPPLexer

2023-05-02 Thread zhouyizhou via Phabricator via cfe-commits
zhouyizhou added a comment. In D149709#4314390 , @vsapsai wrote: > Thanks for the fix! Don't see any other places in the file to fix. Thanks for review my patch ;-) I have no write access to LLVM project, can you commit it for me ? Thanks in Advance ;-

[PATCH] D149709: Fix a typo in head comment of CurPPLexer

2023-05-02 Thread Volodymyr Sapsai via Phabricator via cfe-commits
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 l

[PATCH] D149709: Fix a typo in head comment of CurPPLexer

2023-05-02 Thread zhouyizhou via Phabricator via cfe-commits
zhouyizhou created this revision. zhouyizhou added reviewers: vsapsai, zequanwu, ChuanqiXu, MaskRay, pengfei. Herald added a project: All. zhouyizhou requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. In head comment of CurPPLexer field of cla