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
/
Comment.h
Age
Commit message (
Expand
)
Author
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-03-01
comment parsing. Keep the original command format
Fariborz Jahanian
2013-01-26
Highlight various parts of the AST dump with color. Colors are controlled by
Richard Trieu
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-10-19
Remove const_casts by propagating constness down to called functions.
Dmitri Gribenko
2012-10-18
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
Fix more documentation comments in Comment.h
Dmitri Gribenko
2012-10-18
Expand the comment for DeclInfo::CurrentDecl.
Dmitri Gribenko
2012-10-18
Improve comment in couple of fields of DeclInfo.
Fariborz Jahanian
2012-10-17
[Doc parsing]: This patch adds <Declaration> tag to
Fariborz Jahanian
2012-10-15
Fixes location of overriding declaration with no comment
Fariborz Jahanian
2012-10-15
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-11
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-24
Comment semantic analysis: treat function typedefs as functions so that one can
Dmitri Gribenko
2012-08-07
Comment AST: DeclInfo: add a special kind for enums.
Dmitri Gribenko
2012-08-07
Comment.h: fix typo in comment
Dmitri Gribenko
2012-08-07
Comment AST: treat enumerators as "variables" in DeclInfo.
Dmitri Gribenko
2012-08-06
Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.
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
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-30
Add an assert to ParamCommandComment::getParamIndex() -- it should not be
Dmitri Gribenko
2012-07-23
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-21
Comment AST nodes: add NumHTMLStartTagCommentBits member.
Dmitri Gribenko
2012-07-20
Add libclang APIs to walk comments ASTs and an API to convert a comment to an
Dmitri Gribenko
2012-07-18
Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().
Dmitri Gribenko
2012-07-18
On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())
Dmitri Gribenko
2012-07-17
Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stm...
Dmitri Gribenko
2012-07-16
Fix BlockCommandComment::classof() to return true for objects of derived clas...
Dmitri Gribenko
2012-07-13
Comment.h: reword comments
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
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-06
Comment.h: correct identation
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko