pjessesco updated this revision to Diff 400697.
pjessesco marked 2 inline comments as done.
pjessesco added a comment.
Fix to accept feedbacks.
1. `Forth` -> `Fourth`
2. Add unit test `verifyFormat("< <>");`
3. Fix to avoid undefined behavior
CHANGES SINCE LAST ACTION
https://reviews.llvm.org
pjessesco updated this revision to Diff 400782.
pjessesco added a comment.
Fix revision after running `git clang-format`.
Sorry for annoying, I thought I did not make any changes at that line. :(
name : Jino Park
email : pjesse...@gmail.com
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/
pjessesco added a comment.
Yes please, this is my first contribution in this project.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116658/new/
https://reviews.llvm.org/D116658
___
cfe-commits mailing li
pjessesco created this revision.
pjessesco requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
https://github.com/llvm/llvm-project/issues/44601
This patch handles a bug when parsing a below example code :
template class S;
template
pjessesco updated this revision to Diff 400290.
pjessesco added a comment.
Add deleted newline in `FormatTest.cpp` by mistake
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117398/new/
https://reviews.llvm.org/D117398
Files:
clang/lib/Format/FormatTokenLexer.cpp
clang/lib/Format/Tok
pjessesco updated this revision to Diff 400341.
pjessesco added a comment.
Fix to pass unittest
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117398/new/
https://reviews.llvm.org/D117398
Files:
clang/lib/Format/FormatTokenLexer.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unitte