[PATCH] D82318: Add `FloatingLiteral` to SyntaxTree
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 03:12:38 PDT 2020
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 Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82318/new/
https://reviews.llvm.org/D82318
More information about the cfe-commits
mailing list