aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+2
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-2/+2
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-1/+1
* Comment parsing: don't crash while parsing \deprecated in a standalone commentDmitri Gribenko2014-01-271-0/+20
* Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko2013-08-231-5/+30
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-031-1/+1
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-1/+2
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-041-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-7/+6
* More unit-test fixesDouglas Gregor2012-10-231-0/+1
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-231-1/+1
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-2/+2
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-1/+1
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-1/+1
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-291-1/+1
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-50/+68
* Remove the useless CommentOptions class.Dmitri Gribenko2012-08-311-1/+1
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-091-3/+5
* Comment parsing: fix crash on \tparam followed immediately by another blockDmitri Gribenko2012-08-061-8/+56
* Comment parser tests: test that we allow placing no whitespace between \paramDmitri Gribenko2012-08-011-0/+3
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-0/+60
* Comment parser: add one more testDmitri Gribenko2012-07-301-4/+23
* Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko2012-07-271-1/+1
* Comment parsing: allow newlines between \param, direction specification (e.g.,Dmitri Gribenko2012-07-241-44/+82
* Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko2012-07-241-0/+25
* Comment parser unit tests: split a huge test caseDmitri Gribenko2012-07-231-34/+51
* Comment parser unit tests: reduce code duplicationDmitri Gribenko2012-07-231-122/+45
* Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko2012-07-201-15/+58
* Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko2012-07-181-18/+48
* Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...Dmitri Gribenko2012-07-131-15/+15
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-61/+61
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-5/+54
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1126