This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5f96802aec Fix undefined behavior that is caused by not always initiali [...] new 05fae15d08 Print enum constant values using the original source formatt [...]
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/AST/PrettyPrinter.h | 21 ++++++++++- include/clang/AST/Stmt.h | 4 +-- lib/AST/DeclPrinter.cpp | 21 ++++++----- lib/AST/StmtPrinter.cpp | 41 +++++++++++++++++----- lib/Index/CommentToXML.cpp | 1 + ...-html-xml-conversion-with-original-literals.cpp | 26 ++++++++++++++ 6 files changed, 93 insertions(+), 21 deletions(-) create mode 100644 test/Index/comment-to-html-xml-conversion-with-original-literals.cpp