This is an archive of the discontinued LLVM Phabricator instance.

[libTooling] Add `toString` method to the Stencil class
ClosedPublic

Authored by ymandel on Oct 7 2019, 6:48 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ymandel created this revision.Oct 7 2019, 6:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 6:49 AM
ymandel updated this revision to Diff 223566.Oct 7 2019, 6:50 AM

clang-format

ymandel updated this revision to Diff 223573.Oct 7 2019, 6:54 AM

comment tweaks

gribozavr accepted this revision.Oct 7 2019, 8:29 AM
gribozavr added inline comments.
clang/include/clang/Tooling/Refactoring/Stencil.h
54 ↗(On Diff #223573)

No space between "run" and backtick.

This revision is now accepted and ready to land.Oct 7 2019, 8:29 AM
ymandel updated this revision to Diff 223619.Oct 7 2019, 9:08 AM

fix comment

The tests broke the build on some platforms because of the use of raw strings in macros. Fixing now...

Harbormaster completed remote builds in B39082: Diff 223566.
Harbormaster completed remote builds in B39083: Diff 223573.
Harbormaster completed remote builds in B39092: Diff 223619.
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 10:14 PM