This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 97a93ed908 [clang] Fix format specifiers fixits new 1fc30fcae8 [ASTMatchers] Add support for boolean literals new 6b87ef832e [ASTMatchers] Add support for floatLiterals new 32dfbce661 [ASTMatchers] Add clang-query support for equals matcher
The 3 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/LibASTMatchersReference.html | 102 +++++++++++++++++---- include/clang/ASTMatchers/ASTMatchers.h | 44 ++++++++- include/clang/ASTMatchers/Dynamic/Diagnostics.h | 2 +- include/clang/ASTMatchers/Dynamic/Parser.h | 4 +- include/clang/ASTMatchers/Dynamic/VariantValue.h | 23 +++++ lib/ASTMatchers/Dynamic/Diagnostics.cpp | 4 +- lib/ASTMatchers/Dynamic/Marshallers.h | 20 ++++ lib/ASTMatchers/Dynamic/Parser.cpp | 62 ++++++++++--- lib/ASTMatchers/Dynamic/Registry.cpp | 28 ++++-- lib/ASTMatchers/Dynamic/VariantValue.cpp | 64 +++++++++++++ unittests/ASTMatchers/Dynamic/ParserTest.cpp | 28 +++++- unittests/ASTMatchers/Dynamic/RegistryTest.cpp | 40 ++++++++ unittests/ASTMatchers/Dynamic/VariantValueTest.cpp | 25 +++++ 13 files changed, 395 insertions(+), 51 deletions(-)