[PATCH] D67632: [libTooling] Introduce new library of source-code builders.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 13:57:39 PDT 2019
ymandel created this revision.
ymandel added a reviewer: gribozavr.
Herald added a subscriber: mgorny.
Herald added a project: clang.
Introduces facilities for easily building source-code strings, including
idiomatic use of the address-of, dereference and member-access operators (dot
and arrow) and queries about need for parentheses.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67632
Files:
clang/include/clang/Tooling/Refactoring/SourceCodeBuilders.h
clang/lib/Tooling/Refactoring/CMakeLists.txt
clang/lib/Tooling/Refactoring/SourceCodeBuilders.cpp
clang/unittests/Tooling/CMakeLists.txt
clang/unittests/Tooling/SourceCodeBuildersTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67632.220386.patch
Type: text/x-patch
Size: 16950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190916/0e3a3473/attachment-0001.bin>
More information about the cfe-commits
mailing list