This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2d3687c2d2 Rename TypeNodes.def to TypeNodes.inc for consistency across [...] new 5ff4895982 [ClangFormat] Future-proof Standard option, allow floating o [...] new 8a4696a650 [clang-rename] Better renaming the typedef decl.
The 2 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: docs/ClangFormatStyleOptions.rst | 28 ++++++++++++---- include/clang/Format/Format.h | 29 +++++++++++++---- .../Tooling/Refactoring/RecursiveSymbolVisitor.h | 12 ++++++- lib/Format/Format.cpp | 37 +++++++++++++++------- test/clang-rename/Typedef.cpp | 8 +++++ unittests/Format/FormatTest.cpp | 24 ++++++++++++-- 6 files changed, 111 insertions(+), 27 deletions(-) create mode 100644 test/clang-rename/Typedef.cpp