index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
CommentSema.h
Age
Commit message (
Expand
)
Author
2013-03-08
Documentation parsing. Some refactoring and code
Fariborz Jahanian
2013-03-07
HeaderDoc: Support more of HeaderDoc documentation
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
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-02
Some refactoring in my patch on document
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
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
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-11
Comment parsing: handle non-builtin commands correctly. After semantic
Dmitri Gribenko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-31
Use LLVM_DELETED_FUNCTION instead of a comment.
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-03
Comment diagnostics: warn if \returns is used in a non-function comment or if
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-25
Make comments::Parser and comments::Sema noncopyable.
Dmitri Gribenko
2012-07-24
Comment diagnostics: add warning for multiple \param commands with duplicate
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-13
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-12
Make concepts of optional and forbidden end tags separate. Thanks Jordan for...
Dmitri Gribenko
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko