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
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libclang] Remove the 'extern "C"' blocks from the implementation files.
Argyrios Kyrtzidis
2016-12-17
1
-4
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-4
/
+4
*
libclang: split out the documentation comment API
Alp Toker
2014-04-28
1
-0
/
+14
*
Work around a bug in old gcc on the FreeBSD bot, which complains about
Dmitri Gribenko
2013-11-14
1
-3
/
+3
*
Documentation parsing: move comment-to-XML conversion routines to libIndex
Dmitri Gribenko
2013-11-13
1
-1110
/
+21
*
Documentation parsing: add support for \throws \throw \exception commands
Dmitri Gribenko
2013-11-12
1
-0
/
+13
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
*
Comment parsing: allow "\param ..." to describe variadic arguments
Dmitri Gribenko
2013-06-24
1
-16
/
+36
*
Comment parsing: followup to r184610: allow multiple \returns
Dmitri Gribenko
2013-06-22
1
-2
/
+2
*
[document parsing]: Allow multiple adjacent \return and the like
Fariborz Jahanian
2013-06-21
1
-8
/
+13
*
doxygen command. Add 'attention' command to list of similar
Fariborz Jahanian
2013-02-26
1
-0
/
+1
*
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
[next]