]> granicus.if.org Git - clang/commit
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags...
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 13 Jul 2012 00:44:24 +0000 (00:44 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 13 Jul 2012 00:44:24 +0000 (00:44 +0000)
commit3f38bf2d441fac379c427f86153fbb0cb41256c6
tree85044422828656cba608b746c8e3e6937697aeb9
parent3d986980bd02594b1a5aa7b9f9f68d201621ced7
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160153 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/Comment.h
include/clang/AST/CommentLexer.h
include/clang/AST/CommentParser.h
include/clang/AST/CommentSema.h
include/clang/Basic/CommentNodes.td
include/clang/Basic/DiagnosticCommentKinds.td
lib/AST/CommentDumper.cpp
lib/AST/CommentLexer.cpp
lib/AST/CommentParser.cpp
lib/AST/CommentSema.cpp
test/Sema/warn-documentation.cpp
unittests/AST/CommentLexer.cpp
unittests/AST/CommentParser.cpp