Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
55fc873017f10f6f566b182b70f6fc22aefa3464
/
lib
/
AST
/
CommentSema.cpp
55fc873
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 12 years ago
2fa67ef
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
by Benjamin Kramer
· 12 years ago
262e60c
[doc parsing] use getParamName to access parameter
by Fariborz Jahanian
· 12 years ago
749ace6
search for overridden methods with comment when overriding method
by Fariborz Jahanian
· 12 years ago
bf967be
[Doc parsing] This patch searches overridden objc/c++
by Fariborz Jahanian
· 12 years ago
1952354
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
by Dmitri Gribenko
· 12 years ago
0bd9838
Comment sema: warn when comment has \deprecated but declaration does not have a
by Dmitri Gribenko
· 12 years ago
abcf0dc
Comment parsing: handle \deprecated command. It is a block command, but it
by Dmitri Gribenko
· 12 years ago
b0b8a96
Comment parsing: handle non-builtin commands correctly. After semantic
by Dmitri Gribenko
· 12 years ago
1ad23d6
Remove redundant semicolons which are null statements.
by Dmitri Gribenko
· 12 years ago
e4330a3
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
by Dmitri Gribenko
· 12 years ago
c24a76e
Comment HTML tag name machers: move from StringSwitch to an efficient
by Dmitri Gribenko
· 12 years ago
9edd2c8
Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
by Dmitri Gribenko
· 12 years ago
aa58081
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
by Dmitri Gribenko
· 12 years ago
04bf29e
Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.
by Dmitri Gribenko
· 12 years ago
7d9b511
Comment parser and sema: remove useless return values
by Dmitri Gribenko
· 12 years ago
9443c57
Comment diagnostics: warn on duplicate \brief and \return commands.
by Dmitri Gribenko
· 12 years ago
88815f3
Comment diagnostics: \return in void function: specialize diagnostic text for
by Dmitri Gribenko
· 12 years ago
89ab7d0
Comment diagnostics: warn if \returns is used in a non-function comment or if
by Dmitri Gribenko
· 12 years ago
af19a6a
Comments AST: refactor DeclInfo to use an enum for decl kind instead of
by Dmitri Gribenko
· 12 years ago
651f8ce
Initialize flag in DeclInfo.
by Dmitri Gribenko
· 12 years ago
1ca7ecc
Comment AST: add DeclInfo to store information about the declaration. Sema was
by Dmitri Gribenko
· 12 years ago
96b0986
Comment parsing: add support for \tparam command on all levels.
by Dmitri Gribenko
· 12 years ago
0ba5880
CommentSema.cpp: remove extra semicolon
by Dmitri Gribenko
· 12 years ago
bbb7af3
Comment Sema: don't try to typo-correct a \param when function has zero
by Dmitri Gribenko
· 12 years ago
6582277
Comment diagnostics: add warning for multiple \param commands with duplicate
by Dmitri Gribenko
· 12 years ago
00c59f7
CommentSema: simplify functions, per Jordan's comment.
by Dmitri Gribenko
· 12 years ago
8487c52
Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members.
by Dmitri Gribenko
· 12 years ago
2d66a50
Comment AST: add InlineContentComment::RenderKind to specify a default
by Dmitri Gribenko
· 12 years ago
c48dd8e
CommentSema: add more inline commands to tables
by Dmitri Gribenko
· 12 years ago
3d3d22c
CommentSema: \short is the same as \brief.
by Dmitri Gribenko
· 12 years ago
0eaf69d
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes.
by Dmitri Gribenko
· 12 years ago
3f38bf2
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.
by Dmitri Gribenko
· 12 years ago
3d98698
Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this!
by Dmitri Gribenko
· 12 years ago
dc5796c
AST/CommentSema.cpp: Fix signess in abs() to appease msvc. It would not make sense to pass (unsigned)-(unsigned) to abs().
by NAKAMURA Takumi
· 12 years ago
18b7f95
Fix warning.
by Richard Smith
· 12 years ago
a5ef44f
Enable comment parsing and semantic analysis to emit diagnostics. A few
by Dmitri Gribenko
· 12 years ago
8d3ba23
Implement AST classes for comments, a real parser for Doxygen comments and a
by Dmitri Gribenko
· 12 years ago