This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fd7e956 Remove bogus assertion and add testcase that triggers it. new 904c878 Allow lexer to handle string_view literals. Patch from Anton [...]
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/Lex/LiteralSupport.h | 2 ++ lib/Lex/Lexer.cpp | 6 +++--- lib/Lex/LiteralSupport.cpp | 9 +++++++++ lib/Sema/SemaDeclCXX.cpp | 2 +- test/SemaCXX/cxx1z-user-defined-literals.cpp | 21 +++++++++++++++++++++ 5 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 test/SemaCXX/cxx1z-user-defined-literals.cpp