summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Comment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-071-3/+3
* [clang] Ensure that comment classes are trivially destructibleBruno Ricci2019-08-271-0/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [AST] Look through attribute type locs when searching for function typeAlex Lorenz2017-04-261-0/+3
* [PR32667] -Wdocumentation should allow @param/@returns for fields/variablesAlex Lorenz2017-04-211-0/+17
* [Sema][Comments] Add support for TypeAliasTemplateBruno Cardoso Lopes2016-08-251-0/+14
* [Sema][Comments] Factor out function type loc logic. NFCIBruno Cardoso Lopes2016-08-251-64/+64
* [Sema][Comments] Support @param with c++ 'using' keywordBruno Cardoso Lopes2016-08-241-6/+6
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* Use more ArrayRefsDavid Majnemer2016-06-241-3/+3
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-301-12/+5
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-1/+1
* Rename getResultLoc() tooAlp Toker2014-01-251-2/+2
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-5/+5
* Documentation comment parsing: when checking if we have typedef to somethingDmitri Gribenko2013-12-171-0/+5
* Documentation comment parsing: allow \param and \returns on std::function,Dmitri Gribenko2013-12-171-0/+26
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-0/+5
* Add unused markings to suppress warnings.Eli Friedman2013-09-101-1/+3
* Use CharInfo.h routines in TextComment::isWhitespaceNoCacheDmitri Gribenko2013-08-231-3/+2
* [comment parsing]: Removes an unsafe API whoseFariborz Jahanian2013-07-051-2/+2
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-0/+2
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-1/+1
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-13/+13
* Dump comments in -ast-dump.Alexander Kornienko2013-01-141-14/+0
* Remove const_casts by propagating constness down to called functions.Dmitri Gribenko2012-10-191-3/+3
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-13/+11
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-1/+1
* Fixes location of overriding declaration with no commentFariborz Jahanian2012-10-151-1/+2
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-0/+15
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-0/+6
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-10/+10
* Comment parsing: don't treat typedef to a typedef to a function as aDmitri Gribenko2012-09-151-8/+0
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-3/+5
* Comment semantic analysis: treat function typedefs as functions so that one canDmitri Gribenko2012-08-241-1/+52
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-071-0/+3
* Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko2012-08-071-0/+1
* Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko2012-08-061-12/+7
* Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko2012-08-061-0/+2
* Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko2012-08-031-2/+7
* Comment AST: convert a huge if -- else if statement on Decl's type into aDmitri Gribenko2012-08-031-17/+56
* Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko2012-08-021-4/+17
* Comments: handle template paramter documentation in alias-declarationDmitri Gribenko2012-08-021-0/+4
* Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko2012-08-011-0/+64
* Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespaceDmitri Gribenko2012-07-191-1/+2
* Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().Dmitri Gribenko2012-07-181-2/+2
* On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())Dmitri Gribenko2012-07-181-0/+14
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+32
* Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay2012-07-061-1/+2
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+90
OpenPOWER on IntegriCloud