index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
libclang
/
CXComment.cpp
Age
Commit message (
Expand
)
Author
2013-02-26
doxygen command. Add 'attention' command to list of similar
Fariborz Jahanian
2013-02-03
Comment to XML conversion: replace string comparison with command ID comparison
Dmitri Gribenko
2013-02-03
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-02
libclang: introduce cxstring::{createRef,createDup} for StringRefs
Dmitri Gribenko
2013-02-01
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
libclang: introduce cxstring::createNull()
Dmitri Gribenko
2013-01-31
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-26
libclang: type safety for CXTranslationUnitImpl::FormatContext
Dmitri Gribenko
2013-01-26
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-07
Comment to XML conversion: no, we don't want to print instantiations for the
Dmitri Gribenko
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2012-12-20
Add objective-C style formatting to clang format and
Fariborz Jahanian
2012-12-19
Audit DeclPrinter with -ast-dump on Cocoa.h and
Fariborz Jahanian
2012-12-19
Increas number of iterations before a new libclang format object
Fariborz Jahanian
2012-12-19
Some code refactoring per Dimitri's comment.
Fariborz Jahanian
2012-12-18
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-04
Sort #include lines for tools/...
Chandler Carruth
2012-10-25
Comment to XML conversion: avoid memory allocation while pretty-printing the
Dmitri Gribenko
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
libclang/CXComment.cpp: Fix abuse of StringRef.
NAKAMURA Takumi
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-10-03
Comment to XML conversion: escape XML special chars correctly; use correct
Dmitri Gribenko
2012-10-02
[Doc parse]: SUpport for message in deprecated/unavailable
Fariborz Jahanian
2012-10-02
[Doc parsing]: Add available and deprecated attribute info
Fariborz Jahanian
2012-10-01
availability in structured documents. Takes
Fariborz Jahanian
2012-09-28
[Doc parsing] Add availability information to generated Comment XML.
Fariborz Jahanian
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-09
Comment to HTML and XML conversion: ignore commands that contain a declaration
Dmitri Gribenko
2012-08-09
Comment to HTML and XML conversion: use CommandTraits to classify commands.
Dmitri Gribenko
2012-08-08
Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does
Dmitri Gribenko
2012-08-07
Comment AST: DeclInfo: add a special kind for enums.
Dmitri Gribenko
2012-08-07
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-01
Comment to HTML conversion: correct typo in CSS class name: taram -> tparam
Dmitri Gribenko
2012-08-01
Comment to HTML conversion: refactor. Extracted a class to for FullComment
Dmitri Gribenko
2012-08-01
Comment to HTML conversion: skip \tparam commands with whitespace paragraphs
Dmitri Gribenko
2012-08-01
Comment to HTML conversion: escape HTML special characters in command arguments
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-30
Move comment from member operator() to class.
Dmitri Gribenko
2012-07-30
Add missing include for Linux buildbot
Dmitri Gribenko
2012-07-30
Add an assert to ParamCommandComment::getParamIndex() -- it should not be
Dmitri Gribenko
2012-07-25
libclang comment to HTML rendering: \result is the same as \returns
Dmitri Gribenko
2012-07-23
libclang comments AST: clang_ParamCommandComment_getParamName: don't assert
Dmitri Gribenko
2012-07-23
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-21
Comment to HTML conversion: add more CSS classes to identify function arguments
Dmitri Gribenko
[next]