index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
CommentSema.cpp
Age
Commit message (
Expand
)
Author
2013-03-18
documentation comment parsing. Added couple of
Fariborz Jahanian
2013-03-08
Documentation parsing. Some refactoring and code
Fariborz Jahanian
2013-03-07
HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
2013-03-06
say objective-C in the warning and streamline
Fariborz Jahanian
2013-03-05
fix a missing check in my last patch.
Fariborz Jahanian
2013-03-05
doc. parsing. Improve on diagnostics on my last patch.
Fariborz Jahanian
2013-03-05
Fix this checkin.
Fariborz Jahanian
2013-03-05
doc parsing. Add @method and @callback for
Fariborz Jahanian
2013-03-05
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-03-04
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-04
[comment parsing] source fidelity for tparam command too.
Fariborz Jahanian
2013-03-04
comment parsing. Missed a case of referring
Fariborz Jahanian
2013-03-02
Some refactoring in my patch on document
Fariborz Jahanian
2013-03-01
comment parsing. Keep the original command format
Fariborz Jahanian
2013-02-27
comment parsing: Properties are considered like methods, and people
Fariborz Jahanian
2013-01-31
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-10-18
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-11
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-09-29
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-22
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-13
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-11
Comment parsing: handle non-builtin commands correctly. After semantic
Dmitri Gribenko
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-31
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-24
Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
Dmitri Gribenko
2012-08-09
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-06
Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.
Dmitri Gribenko
2012-08-06
Comment parser and sema: remove useless return values
Dmitri Gribenko
2012-08-06
Comment diagnostics: warn on duplicate \brief and \return commands.
Dmitri Gribenko
2012-08-06
Comment diagnostics: \return in void function: specialize diagnostic text for
Dmitri Gribenko
2012-08-03
Comment diagnostics: warn if \returns is used in a non-function comment or if
Dmitri Gribenko
2012-08-02
Comments AST: refactor DeclInfo to use an enum for decl kind instead of
Dmitri Gribenko
2012-08-01
Initialize flag in DeclInfo.
Dmitri Gribenko
2012-08-01
Comment AST: add DeclInfo to store information about the declaration. Sema was
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-27
CommentSema.cpp: remove extra semicolon
Dmitri Gribenko
2012-07-27
Comment Sema: don't try to typo-correct a \param when function has zero
Dmitri Gribenko
2012-07-24
Comment diagnostics: add warning for multiple \param commands with duplicate
Dmitri Gribenko
2012-07-24
CommentSema: simplify functions, per Jordan's comment.
Dmitri Gribenko
2012-07-23
Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members.
Dmitri Gribenko
2012-07-23
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-19
CommentSema: add more inline commands to tables
Dmitri Gribenko
2012-07-18
CommentSema: \short is the same as \brief.
Dmitri Gribenko
2012-07-13
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...
Dmitri Gribenko
2012-07-13
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
[next]