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)
commitd49963609d58ceaf85de6ad90170a359258a3a2c
tree7b995443c861e4f0a59b5ced57007c4f502ace81
parentdb4443f7af005588d4fd0df5669a2a2ee21fac11
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

llvm-svn: 176387
clang/include/clang/AST/Comment.h
clang/include/clang/AST/CommentLexer.h
clang/include/clang/Basic/DiagnosticCommentKinds.td
clang/lib/AST/CommentLexer.cpp
clang/lib/AST/CommentParser.cpp
clang/lib/AST/CommentSema.cpp
clang/test/Sema/warn-documentation.cpp