This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from be57045855 Test commit access: remove superflous spaces new 983ac4e991 [CodeComplete] Expose helpers to get RawComment of completio [...] new bfc7cfab82 [AST] Added a helper to extract a user-friendly text of a comment.
The 2 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/CommentLexer.h | 21 +-- include/clang/AST/RawCommentList.h | 24 +++ include/clang/Sema/CodeCompleteConsumer.h | 18 +++ lib/AST/CommentLexer.cpp | 246 ++++++++++++++++-------------- lib/AST/RawCommentList.cpp | 91 +++++++++++ lib/Sema/SemaCodeComplete.cpp | 92 +++++++---- unittests/AST/CMakeLists.txt | 1 + unittests/AST/CommentTextTest.cpp | 122 +++++++++++++++ 8 files changed, 459 insertions(+), 156 deletions(-) create mode 100644 unittests/AST/CommentTextTest.cpp