[PATCH] D69238: Fix clang-tidy readability-redundant-string-init for c++17/c++2a

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 17:26:59 PST 2019


NoQ added a comment.

In D69238#1739618 <https://reviews.llvm.org/D69238#1739618>, @poelmanc wrote:

> Is there a tool to print the AST? That would show whether the AST already has some expression with the right SourceRange.


Clang's `-ast-dump` <https://clang.llvm.org/docs/IntroductionToTheClangAST.html>.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69238/new/

https://reviews.llvm.org/D69238





More information about the cfe-commits mailing list