SuibianP added a comment.
@aaron.ballman Thanks for the guidance! I have rectified the parentheses and
appended to the release notes. Please feel free to point out any additional
issues with the Differential.
If all is good, I would like to have the patch attributed to `Jialun Hu
`.
Reposito
SuibianP updated this revision to Diff 468509.
SuibianP added a comment.
Add release note entry
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133248/new/
https://reviews.llvm.org/D133248
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/P
SuibianP updated this revision to Diff 468488.
SuibianP added a comment.
Remove superfluous parentheses
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133248/new/
https://reviews.llvm.org/D133248
Files:
clang/include/clang/Parse/Parser.h
clang/
SuibianP created this revision.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
SuibianP requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The parser assumes that the lexer never emits coloncolon token for
C code, but this