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
/
lib
/
AST
/
Comment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-07
1
-3
/
+3
*
[clang] Ensure that comment classes are trivially destructible
Bruno Ricci
2019-08-27
1
-0
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[AST] Look through attribute type locs when searching for function type
Alex Lorenz
2017-04-26
1
-0
/
+3
*
[PR32667] -Wdocumentation should allow @param/@returns for fields/variables
Alex Lorenz
2017-04-21
1
-0
/
+17
*
[Sema][Comments] Add support for TypeAliasTemplate
Bruno Cardoso Lopes
2016-08-25
1
-0
/
+14
*
[Sema][Comments] Factor out function type loc logic. NFCI
Bruno Cardoso Lopes
2016-08-25
1
-64
/
+64
*
[Sema][Comments] Support @param with c++ 'using' keyword
Bruno Cardoso Lopes
2016-08-24
1
-6
/
+6
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-3
/
+3
*
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Craig Topper
2014-08-30
1
-12
/
+5
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-1
/
+1
*
Rename getResultLoc() too
Alp Toker
2014-01-25
1
-2
/
+2
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-5
/
+5
*
Documentation comment parsing: when checking if we have typedef to something
Dmitri Gribenko
2013-12-17
1
-0
/
+5
*
Documentation comment parsing: allow \param and \returns on std::function,
Dmitri Gribenko
2013-12-17
1
-0
/
+26
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+5
*
Add unused markings to suppress warnings.
Eli Friedman
2013-09-10
1
-1
/
+3
*
Use CharInfo.h routines in TextComment::isWhitespaceNoCache
Dmitri Gribenko
2013-08-23
1
-3
/
+2
*
[comment parsing]: Removes an unsafe API whose
Fariborz Jahanian
2013-07-05
1
-2
/
+2
*
Comment parsing: allow "\param ..." to describe variadic arguments
Dmitri Gribenko
2013-06-24
1
-0
/
+2
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-1
/
+1
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-13
/
+13
*
Dump comments in -ast-dump.
Alexander Kornienko
2013-01-14
1
-14
/
+0
*
Remove const_casts by propagating constness down to called functions.
Dmitri Gribenko
2012-10-19
1
-3
/
+3
*
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
1
-13
/
+11
*
[Doc parsing]: This patch adds <Declaration> tag to
Fariborz Jahanian
2012-10-17
1
-1
/
+1
*
Fixes location of overriding declaration with no comment
Fariborz Jahanian
2012-10-15
1
-1
/
+2
*
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-15
1
-0
/
+15
*
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-11
1
-0
/
+6
*
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
1
-10
/
+10
*
Comment parsing: don't treat typedef to a typedef to a function as a
Dmitri Gribenko
2012-09-15
1
-8
/
+0
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-3
/
+5
*
Comment semantic analysis: treat function typedefs as functions so that one can
Dmitri Gribenko
2012-08-24
1
-1
/
+52
*
Comment AST: DeclInfo: add a special kind for enums.
Dmitri Gribenko
2012-08-07
1
-0
/
+3
*
Comment AST: treat enumerators as "variables" in DeclInfo.
Dmitri Gribenko
2012-08-07
1
-0
/
+1
*
Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.
Dmitri Gribenko
2012-08-06
1
-12
/
+7
*
Comment diagnostics: \return in void function: specialize diagnostic text for
Dmitri Gribenko
2012-08-06
1
-0
/
+2
*
Comment diagnostics: warn if \returns is used in a non-function comment or if
Dmitri Gribenko
2012-08-03
1
-2
/
+7
*
Comment AST: convert a huge if -- else if statement on Decl's type into a
Dmitri Gribenko
2012-08-03
1
-17
/
+56
*
Comments AST: refactor DeclInfo to use an enum for decl kind instead of
Dmitri Gribenko
2012-08-02
1
-4
/
+17
*
Comments: handle template paramter documentation in alias-declaration
Dmitri Gribenko
2012-08-02
1
-0
/
+4
*
Comment AST: add DeclInfo to store information about the declaration. Sema was
Dmitri Gribenko
2012-08-01
1
-0
/
+64
*
Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace
Dmitri Gribenko
2012-07-19
1
-1
/
+2
*
Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().
Dmitri Gribenko
2012-07-18
1
-2
/
+2
*
On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())
Dmitri Gribenko
2012-07-18
1
-0
/
+14
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-0
/
+32
*
Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.
Matt Beaumont-Gay
2012-07-06
1
-1
/
+2
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+90