index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
CommentSema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
1
-2
/
+2
*
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-11
1
-1
/
+1
*
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
1
-6
/
+6
*
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-29
1
-3
/
+21
*
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-22
1
-0
/
+34
*
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-13
1
-0
/
+3
*
Comment parsing: handle non-builtin commands correctly. After semantic
Dmitri Gribenko
2012-09-11
1
-2
/
+8
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-34
/
+40
*
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-31
1
-25
/
+4
*
Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
Dmitri Gribenko
2012-08-24
1
-52
/
+88
*
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-09
1
-55
/
+7
*
Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.
Dmitri Gribenko
2012-08-06
1
-4
/
+4
*
Comment parser and sema: remove useless return values
Dmitri Gribenko
2012-08-06
1
-43
/
+30
*
Comment diagnostics: warn on duplicate \brief and \return commands.
Dmitri Gribenko
2012-08-06
1
-3
/
+40
*
Comment diagnostics: \return in void function: specialize diagnostic text for
Dmitri Gribenko
2012-08-06
1
-1
/
+4
*
Comment diagnostics: warn if \returns is used in a non-function comment or if
Dmitri Gribenko
2012-08-03
1
-5
/
+40
*
Comments AST: refactor DeclInfo to use an enum for decl kind instead of
Dmitri Gribenko
2012-08-02
1
-1
/
+1
*
Initialize flag in DeclInfo.
Dmitri Gribenko
2012-08-01
1
-0
/
+1
*
Comment AST: add DeclInfo to store information about the declaration. Sema was
Dmitri Gribenko
2012-08-01
1
-67
/
+22
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-23
/
+258
*
CommentSema.cpp: remove extra semicolon
Dmitri Gribenko
2012-07-27
1
-1
/
+1
*
Comment Sema: don't try to typo-correct a \param when function has zero
Dmitri Gribenko
2012-07-27
1
-0
/
+4
*
Comment diagnostics: add warning for multiple \param commands with duplicate
Dmitri Gribenko
2012-07-24
1
-1
/
+11
*
CommentSema: simplify functions, per Jordan's comment.
Dmitri Gribenko
2012-07-24
1
-8
/
+4
*
Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members.
Dmitri Gribenko
2012-07-23
1
-26
/
+49
*
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-23
1
-10
/
+28
*
CommentSema: add more inline commands to tables
Dmitri Gribenko
2012-07-19
1
-2
/
+3
*
CommentSema: \short is the same as \brief.
Dmitri Gribenko
2012-07-18
1
-2
/
+2
*
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...
Dmitri Gribenko
2012-07-13
1
-3
/
+3
*
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-13
1
-38
/
+36
*
Make concepts of optional and forbidden end tags separate. Thanks Jordan for...
Dmitri Gribenko
2012-07-12
1
-7
/
+30
*
AST/CommentSema.cpp: Fix signess in abs() to appease msvc. It would not make ...
NAKAMURA Takumi
2012-07-12
1
-1
/
+2
*
Fix warning.
Richard Smith
2012-07-11
1
-1
/
+1
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-61
/
+253
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+268
[prev]