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
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-5
/
+6
*
Comment parsing: remove HTML attribute validation
Dmitri Gribenko
2014-04-30
1
-13
/
+8
*
Comment parsing: in the generated XML file, mark HTML that is safe to pass
Dmitri Gribenko
2014-04-22
1
-4
/
+29
*
Comment parsing: recognize \param ... on function templates with variadic
Dmitri Gribenko
2014-03-19
1
-1
/
+4
*
Comment parsing: don't crash while parsing \deprecated in a standalone comment
Dmitri Gribenko
2014-01-27
1
-2
/
+11
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Fix strange indentation and remove trailing whitespace on empty lines
Dmitri Gribenko
2013-12-17
1
-10
/
+10
*
Avoid double StringMap lookups. No functionality change.
Benjamin Kramer
2013-11-10
1
-5
/
+3
*
CommentSema: Factor code better. No functionality change.
Benjamin Kramer
2013-11-10
1
-44
/
+28
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
Comment parsing: allow "\param ..." to describe variadic arguments
Dmitri Gribenko
2013-06-24
1
-1
/
+19
*
Move comment on Sema::isFunctionPointerVarDecl() to the header file
Dmitri Gribenko
2013-06-24
1
-3
/
+1
*
Comment parsing: followup to r184610: allow multiple \returns
Dmitri Gribenko
2013-06-22
1
-7
/
+1
*
[document parsing]: Allow multiple adjacent \return and the like
Fariborz Jahanian
2013-06-21
1
-3
/
+2
*
documentation parsing: patch to make @class work for
Fariborz Jahanian
2013-06-19
1
-3
/
+21
*
Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functi...
NAKAMURA Takumi
2013-06-19
1
-15
/
+1
*
doc. parsing: Allow parameter name "..." for variadic functions/methods.
Fariborz Jahanian
2013-06-18
1
-1
/
+15
*
doc. parsing. HeaderDoc documentaton allows use of
Fariborz Jahanian
2013-05-20
1
-0
/
+5
*
documentation comment parsing. Added couple of
Fariborz Jahanian
2013-03-18
1
-2
/
+8
*
Documentation parsing. Some refactoring and code
Fariborz Jahanian
2013-03-08
1
-36
/
+81
*
HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
2013-03-07
1
-2
/
+100
*
say objective-C in the warning and streamline
Fariborz Jahanian
2013-03-06
1
-9
/
+8
*
fix a missing check in my last patch.
Fariborz Jahanian
2013-03-05
1
-3
/
+11
*
doc. parsing. Improve on diagnostics on my last patch.
Fariborz Jahanian
2013-03-05
1
-7
/
+19
*
Fix this checkin.
Fariborz Jahanian
2013-03-05
1
-1
/
+1
*
doc parsing. Add @method and @callback for
Fariborz Jahanian
2013-03-05
1
-3
/
+21
*
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-03-05
1
-0
/
+9
*
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-04
1
-23
/
+29
*
[comment parsing] source fidelity for tparam command too.
Fariborz Jahanian
2013-03-04
1
-0
/
+1
*
comment parsing. Missed a case of referring
Fariborz Jahanian
2013-03-04
1
-0
/
+1
*
Some refactoring in my patch on document
Fariborz Jahanian
2013-03-02
1
-12
/
+15
*
comment parsing. Keep the original command format
Fariborz Jahanian
2013-03-01
1
-0
/
+6
*
comment parsing: Properties are considered like methods, and people
Fariborz Jahanian
2013-02-27
1
-0
/
+11
*
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-31
1
-1
/
+8
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-1
/
+2
*
[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
[next]