This is an archive of the discontinued LLVM Phabricator instance.

Add `FloatingLiteral` to SyntaxTree
ClosedPublic

Authored by eduucaldas on Jun 22 2020, 10:36 AM.

Diff Detail

Event Timeline

eduucaldas created this revision.Jun 22 2020, 10:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2020, 10:36 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

removing automatically added include

Harbormaster completed remote builds in B61269: Diff 272492.
eduucaldas marked an inline comment as done.
eduucaldas added inline comments.
clang/unittests/Tooling/Syntax/TreeTest.cpp
74–77

This was already defined in this patch. But I wanted to make them independent.

gribozavr2 accepted this revision.Jun 24 2020, 2:58 AM
gribozavr2 added inline comments.
clang/unittests/Tooling/Syntax/TreeTest.cpp
1355–1358

Indent -2.

This revision is now accepted and ready to land.Jun 24 2020, 2:58 AM
eduucaldas marked an inline comment as done.

Fix indenting

This revision was automatically updated to reflect the committed changes.