[Comment parsing] Add support for recognizing
\headerfile command and representing it in an xml document. Patch reviewed by Dmitri Gribenko. // rdar://12397511 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174109 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- bindings/xml/comment-xml-schema.rng 29 additions, 0 deletionsbindings/xml/comment-xml-schema.rng
- include/clang/AST/CommentCommandTraits.h 3 additions, 0 deletionsinclude/clang/AST/CommentCommandTraits.h
- include/clang/AST/CommentCommands.td 2 additions, 1 deletioninclude/clang/AST/CommentCommands.td
- include/clang/AST/CommentSema.h 3 additions, 0 deletionsinclude/clang/AST/CommentSema.h
- lib/AST/CommentSema.cpp 8 additions, 1 deletionlib/AST/CommentSema.cpp
- test/Index/headerfile-comment-to-html.m 111 additions, 0 deletionstest/Index/headerfile-comment-to-html.m
- test/Sema/warn-documentation.cpp 8 additions, 0 deletionstest/Sema/warn-documentation.cpp
- tools/libclang/CXComment.cpp 15 additions, 2 deletionstools/libclang/CXComment.cpp
- utils/TableGen/ClangCommentCommandInfoEmitter.cpp 1 addition, 0 deletionsutils/TableGen/ClangCommentCommandInfoEmitter.cpp
Loading
Please register or sign in to comment