[libTooling] Add support for implicit `this` to `buildAddressOf`.
authorYitzhak Mandelbaum <yitzhakm@google.com>
Wed, 7 Jul 2021 14:26:06 +0000 (14:26 +0000)
committerYitzhak Mandelbaum <yitzhakm@google.com>
Wed, 7 Jul 2021 17:35:04 +0000 (17:35 +0000)
commitd2e32fa493a272c21dee2c6cbf52e501f9ee3908
tree198299ddc99f2f886c17871a8c2e9d12022bc723
parentf5603aa050cefff9052e9085920f3aa2d1d31b86
[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
clang/lib/Tooling/Transformer/SourceCodeBuilders.cpp
clang/unittests/Tooling/SourceCodeBuildersTest.cpp