[PATCH] D59814: [Testing] Move clangd::Annotations to llvm testing support
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 28 09:56:21 PDT 2019
gribozavr accepted this revision.
gribozavr added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/Testing/Support/Annotations.h:9
//
// Annotations lets you mark points and ranges inside source code, for tests:
//
----------------
Move into a doc comment on the class Annonations?
================
Comment at: llvm/include/llvm/Testing/Support/Annotations.h:49
public:
// Parses the annotations from Text. Crashes if it's malformed.
Annotations(llvm::StringRef Text);
----------------
Three slashes for doc comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59814/new/
https://reviews.llvm.org/D59814
More information about the cfe-commits
mailing list