This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a12d0b0e01 Remove LIT_SITE_CFG_IN_FOOTER, clang new d0fdb4f35f Add dump() method for SourceRange new 6cc61e5fd4 Extract parseBindID method new e6e8fef281 Allow binding to NamedValue resulting from let expression
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: include/clang/ASTMatchers/Dynamic/Parser.h | 1 + include/clang/Basic/SourceLocation.h | 4 ++ lib/ASTMatchers/Dynamic/Parser.cpp | 92 ++++++++++++++++++---------- lib/Basic/SourceLocation.cpp | 54 ++++++++++++++++ unittests/ASTMatchers/Dynamic/ParserTest.cpp | 38 ++++++++++++ unittests/Basic/SourceManagerTest.cpp | 48 +++++++++++++++ 6 files changed, 204 insertions(+), 33 deletions(-)