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
/
Comment.cpp
Age
Commit message (
Expand
)
Author
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-01-14
Dump comments in -ast-dump.
Alexander Kornienko
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-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-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-09-15
Comment parsing: don't treat typedef to a typedef to a function as a
Dmitri Gribenko
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 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-03
Comment AST: convert a huge if -- else if statement on Decl's type into a
Dmitri Gribenko
2012-08-02
Comments AST: refactor DeclInfo to use an enum for decl kind instead of
Dmitri Gribenko
2012-08-02
Comments: handle template paramter documentation in alias-declaration
Dmitri Gribenko
2012-08-01
Comment AST: add DeclInfo to store information about the declaration. Sema was
Dmitri Gribenko
2012-07-19
Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace
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-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-06
Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.
Matt Beaumont-Gay
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko