Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
AST
/
CommentParser.cpp
c6fbfd8
Remove spurious assertion in -Wdocumentation
by Reid Kleckner
· 7 years ago
c937026
[cleanup] Remove excessive padding from TextTokenRetokenizer::Position
by Alexander Shaposhnikov
· 9 years ago
36250ad
[C++11] Use 'nullptr'. AST edition.
by Craig Topper
· 11 years ago
1e50cbf
Comment parsing: fix a bug where a line with whitespace between two paragraphs
by Dmitri Gribenko
· 12 years ago
44ebbd5
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None
by Dmitri Gribenko
· 12 years ago
c2c804d
Comment parsing: simplify code. As a side effect, this also silences GCC's
by Dmitri Gribenko
· 12 years ago
f4ba35d
doc parsing. Add @method and @callback for
by Fariborz Jahanian
· 13 years ago
8a7a592
doc parsing. We want to issue a strong warning when
by Fariborz Jahanian
· 13 years ago
bcf7f4d
Comment parsing: refactor handling of command markers in AST
by Dmitri Gribenko
· 13 years ago
e400cb7
Some refactoring in my patch on document
by Fariborz Jahanian
· 13 years ago
d499636
comment parsing. Keep the original command format
by Fariborz Jahanian
· 13 years ago
bcef341
Comment parsing: use CharInfo.h
by Dmitri Gribenko
· 13 years ago
7146930
Comment parsing: actually check for a block command after "\param x"
by Dmitri Gribenko
· 13 years ago
c55c6fc
Fix PR14591: Windows newlines in doxygen comments cause failed assertion in
by Dmitri Gribenko
· 13 years ago
696d722
Comment parsing: add a missing 'else'. Found by inspection.
by Dmitri Gribenko
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
76b91c3
Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.
by Dmitri Gribenko
· 13 years ago
9304d86
Comment parsing: handle non-builtin commands correctly. After semantic
by Dmitri Gribenko
· 13 years ago
7acbf00
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
by Dmitri Gribenko
· 13 years ago
ca7f80a
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
by Dmitri Gribenko
· 13 years ago
6297fa8
Comment parsing: fix crash on \tparam followed immediately by another block
by Dmitri Gribenko
· 13 years ago
a9770ad
Comment parser and sema: remove useless return values
by Dmitri Gribenko
· 13 years ago
34df220
Comment parsing: add support for \tparam command on all levels.
by Dmitri Gribenko
· 13 years ago
1ba47ca
Comment parser: don't crash on a completely empty \param followed by a block
by Dmitri Gribenko
· 13 years ago
35b0c09
Comment parsing: allow newlines between \param, direction specification (e.g.,
by Dmitri Gribenko
· 13 years ago
0a36302
Comment parsing: couple TextTokenRetokenizer and comment parser together to
by Dmitri Gribenko
· 13 years ago
1bfd9da
Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is
by Dmitri Gribenko
· 13 years ago
1c85d5b
Comment parsing: retokenized text tokens are now pushed back in correct (not
by Dmitri Gribenko
· 13 years ago
66a00c7
Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.
by Dmitri Gribenko
· 13 years ago
b03cc7e
This fits into 80 columns without wrapping.
by Dmitri Gribenko
· 13 years ago
e00ffc7
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec.
by Dmitri Gribenko
· 13 years ago
f26054f
Enable comment parsing and semantic analysis to emit diagnostics. A few
by Dmitri Gribenko
· 13 years ago
4106ea3
Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.
by Matt Beaumont-Gay
· 13 years ago
bacb9f6
Stop using new[] on llvm::BumpPtrAllocator.
by Dmitri Gribenko
· 13 years ago
017b677
CommentParser.cpp: remove unused variable.
by Dmitri Gribenko
· 13 years ago
ec92531
Implement AST classes for comments, a real parser for Doxygen comments and a
by Dmitri Gribenko
· 13 years ago