This revision was automatically updated to reflect the committed changes.
Closed by commit rG7b404b6d0031: Add `FloatingLiteral` to SyntaxTree (authored
by eduucaldas).
Changed prior to commit:
https://reviews.llvm.org/D82318?vs=273347&id=273437#toc
Repository:
rG LLVM Github Monorepo
CHANG
eduucaldas updated this revision to Diff 273347.
eduucaldas marked an inline comment as done.
eduucaldas added a comment.
Fix indenting
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82318/new/
https://reviews.llvm.org/D82318
Files:
clang/include
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:1239-1242
+1e-2;
+2.;
+.2;
+2.f;
Indent -2.
Repository:
rG LLVM Githu
eduucaldas added a reviewer: gribozavr2.
eduucaldas marked an inline comment as done.
eduucaldas added inline comments.
Comment at: clang/unittests/Tooling/Syntax/TreeTest.cpp:72-75
+ bool isCXX17OrLater() const {
+return Language == Lang_CXX17 || Language == Lang_CXX20;
+
eduucaldas created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
eduucaldas updated this revision to Diff 272492.
eduucaldas added a comment.
removing automatically added include
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82318
Files
eduucaldas updated this revision to Diff 272492.
eduucaldas added a comment.
removing automatically added include
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82318/new/
https://reviews.llvm.org/D82318
Files:
clang/include/clang/Tooling/Syntax/