index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
tools
/
libclang
/
CXComment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment to XML conversion: replace string comparison with command ID comparison
Dmitri Gribenko
2013-02-03
1
-3
/
+8
*
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-03
1
-1
/
+0
*
libclang: introduce cxstring::{createRef,createDup} for StringRefs
Dmitri Gribenko
2013-02-02
1
-15
/
+15
*
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
1
-3
/
+42
*
libclang: introduce cxstring::createNull()
Dmitri Gribenko
2013-02-01
1
-15
/
+15
*
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-31
1
-2
/
+15
*
libclang: type safety for CXTranslationUnitImpl::FormatContext
Dmitri Gribenko
2013-01-26
1
-10
/
+7
*
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-26
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Comment to XML conversion: no, we don't want to print instantiations for the
Dmitri Gribenko
2013-01-07
1
-1
/
+1
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Add objective-C style formatting to clang format and
Fariborz Jahanian
2012-12-20
1
-6
/
+0
*
Audit DeclPrinter with -ast-dump on Cocoa.h and
Fariborz Jahanian
2012-12-19
1
-1
/
+1
*
Increas number of iterations before a new libclang format object
Fariborz Jahanian
2012-12-19
1
-1
/
+1
*
Some code refactoring per Dimitri's comment.
Fariborz Jahanian
2012-12-19
1
-39
/
+38
*
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-18
1
-4
/
+70
*
Sort #include lines for tools/...
Chandler Carruth
2012-12-04
1
-6
/
+3
*
Comment to XML conversion: avoid memory allocation while pretty-printing the
Dmitri Gribenko
2012-10-25
1
-18
/
+22
*
Remove const_casts by propagating constness down to called functions.
Dmitri Gribenko
2012-10-19
1
-9
/
+7
*
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
1
-10
/
+15
*
libclang/CXComment.cpp: Fix abuse of StringRef.
NAKAMURA Takumi
2012-10-18
1
-1
/
+1
*
[Doc parsing]: This patch adds <Declaration> tag to
Fariborz Jahanian
2012-10-17
1
-1
/
+20
*
Fixes location of overriding declaration with no comment
Fariborz Jahanian
2012-10-15
1
-1
/
+1
*
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-15
1
-3
/
+3
*
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-11
1
-2
/
+2
*
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
1
-15
/
+22
*
Comment to XML conversion: escape XML special chars correctly; use correct
Dmitri Gribenko
2012-10-03
1
-11
/
+9
*
[Doc parse]: SUpport for message in deprecated/unavailable
Fariborz Jahanian
2012-10-02
1
-5
/
+19
*
[Doc parsing]: Add available and deprecated attribute info
Fariborz Jahanian
2012-10-02
1
-1
/
+6
*
availability in structured documents. Takes
Fariborz Jahanian
2012-10-01
1
-33
/
+27
*
[Doc parsing] Add availability information to generated Comment XML.
Fariborz Jahanian
2012-09-28
1
-1
/
+56
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-33
/
+41
*
Comment to HTML and XML conversion: ignore commands that contain a declaration
Dmitri Gribenko
2012-08-09
1
-1
/
+7
*
Comment to HTML and XML conversion: use CommandTraits to classify commands.
Dmitri Gribenko
2012-08-09
1
-5
/
+9
*
Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does
Dmitri Gribenko
2012-08-08
1
-3
/
+3
*
Comment AST: DeclInfo: add a special kind for enums.
Dmitri Gribenko
2012-08-07
1
-0
/
+4
*
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-07
1
-0
/
+388
*
Comment to HTML conversion: correct typo in CSS class name: taram -> tparam
Dmitri Gribenko
2012-08-01
1
-2
/
+2
*
Comment to HTML conversion: refactor. Extracted a class to for FullComment
Dmitri Gribenko
2012-08-01
1
-122
/
+137
*
Comment to HTML conversion: skip \tparam commands with whitespace paragraphs
Dmitri Gribenko
2012-08-01
1
-0
/
+3
*
Comment to HTML conversion: escape HTML special characters in command arguments
Dmitri Gribenko
2012-08-01
1
-7
/
+17
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-0
/
+112
*
Move comment from member operator() to class.
Dmitri Gribenko
2012-07-30
1
-2
/
+2
*
Add missing include for Linux buildbot
Dmitri Gribenko
2012-07-30
1
-0
/
+2
*
Add an assert to ParamCommandComment::getParamIndex() -- it should not be
Dmitri Gribenko
2012-07-30
1
-4
/
+11
*
libclang comment to HTML rendering: \result is the same as \returns
Dmitri Gribenko
2012-07-25
1
-1
/
+2
*
libclang comments AST: clang_ParamCommandComment_getParamName: don't assert
Dmitri Gribenko
2012-07-23
1
-1
/
+1
*
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-23
1
-21
/
+43
*
Comment to HTML conversion: add more CSS classes to identify function arguments
Dmitri Gribenko
2012-07-21
1
-67
/
+66
*
Add libclang APIs to walk comments ASTs and an API to convert a comment to an
Dmitri Gribenko
2012-07-20
1
-0
/
+657