[all-commits] [llvm/llvm-project] d2e32f: [libTooling] Add support for implicit `this` to `b...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Wed Jul 7 10:36:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2e32fa493a272c21dee2c6cbf52e501f9ee3908
https://github.com/llvm/llvm-project/commit/d2e32fa493a272c21dee2c6cbf52e501f9ee3908
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp
M clang/unittests/Tooling/SourceCodeBuildersTest.cpp
Log Message:
-----------
[libTooling] Add support for implicit `this` to `buildAddressOf`.
Changes `buildAddressOf` to return `this` when given an implicit `this` expression.
Differential Revision: https://reviews.llvm.org/D105551
More information about the All-commits
mailing list