aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CommentParser.cpp
AgeCommit message (Expand)Author
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-04-18Comment parsing: simplify code. As a side effect, this also silences GCC'sDmitri Gribenko
2013-03-05doc parsing. Add @method and @callback forFariborz Jahanian
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian
2013-02-09Comment parsing: use CharInfo.hDmitri Gribenko
2013-01-26Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko
2012-12-19Fix PR14591: Windows newlines in doxygen comments cause failed assertion inDmitri Gribenko
2012-12-19Comment parsing: add a missing 'else'. Found by inspection.Dmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-18Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.Dmitri Gribenko
2012-09-11Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-08-06Comment parsing: fix crash on \tparam followed immediately by another blockDmitri Gribenko
2012-08-06Comment parser and sema: remove useless return valuesDmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-30Comment parser: don't crash on a completely empty \param followed by a blockDmitri Gribenko
2012-07-24Comment parsing: allow newlines between \param, direction specification (e.g.,Dmitri Gribenko
2012-07-24Comment parsing: couple TextTokenRetokenizer and comment parser together toDmitri Gribenko
2012-07-24Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it isDmitri Gribenko
2012-07-24Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko
2012-07-20Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko
2012-07-18This fits into 80 columns without wrapping.Dmitri Gribenko
2012-07-13Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay
2012-07-06Stop using new[] on llvm::BumpPtrAllocator.Dmitri Gribenko
2012-07-06CommentParser.cpp: remove unused variable.Dmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko