This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f725de8314 [Bitfield] Add an option to access bitfield in a fine-graine [...] new 04999db339 Recommit r315738 "[clang-refactor] Apply source replacements"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Frontend/CommandLineSourceLoc.h | 46 ++++++++++++ test/Refactor/tool-apply-replacements.cpp | 11 +++ test/Refactor/tool-selection-option.c | 15 ++++ tools/clang-refactor/ClangRefactor.cpp | 94 +++++++++++++++++++++++-- unittests/Frontend/CMakeLists.txt | 1 + unittests/Frontend/ParsedSourceLocationTest.cpp | 37 ++++++++++ 6 files changed, 198 insertions(+), 6 deletions(-) create mode 100644 test/Refactor/tool-apply-replacements.cpp create mode 100644 test/Refactor/tool-selection-option.c create mode 100644 unittests/Frontend/ParsedSourceLocationTest.cpp