]> granicus.if.org Git - clang/commit
comment parsing. Keep the original command format
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 1 Mar 2013 22:51:30 +0000 (22:51 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 1 Mar 2013 22:51:30 +0000 (22:51 +0000)
commitc98e9130bcddd0258c110d30749edd2284087e3d
treeb1bef38e783e38b9a92774dd24175d9a327cbc51
parentfc09336a5965040736f9bc63a70416003972364e
comment parsing. Keep the original command format
in AST for source fidelity and use it in diagnostics
to refer to the original format. // rdar://13066276

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