This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 330ea9e419 [OPENMP] Improve error message for mapping union members. new d4cff48210 Stringizing raw string literals containing newline
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/Lexer.h | 27 ++++---- lib/Lex/Lexer.cpp | 121 ++++++++++++++++++--------------- test/Preprocessor/macro_raw_string.cpp | 11 +++ unittests/Lex/LexerTest.cpp | 40 ++++++++++- 4 files changed, 128 insertions(+), 71 deletions(-) create mode 100644 test/Preprocessor/macro_raw_string.cpp