[all-commits] [llvm/llvm-project] 07a410: [Syntax] Mark synthesized nodes as modifiable
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Tue Jan 14 07:41:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07a41018e9d27f67f7b4295eb7e00e0345c0aacf
https://github.com/llvm/llvm-project/commit/07a41018e9d27f67f7b4295eb7e00e0345c0aacf
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M clang/include/clang/Tooling/Syntax/Tree.h
M clang/lib/Tooling/Syntax/Synthesis.cpp
M clang/unittests/Tooling/Syntax/TreeTest.cpp
Log Message:
-----------
[Syntax] Mark synthesized nodes as modifiable
This was an oversight in the original patch.
Also add corresponding tests.
More information about the All-commits
mailing list