Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fd939162ff99a0084ed22a08dd37c149a0883a2b
/
unittests
/
AST
fd93916
Comment parsing: retokenized text tokens are now pushed back in correct (not
by Dmitri Gribenko
· 13 years ago
e68c229
Comment parser unit tests: split a huge test case
by Dmitri Gribenko
· 13 years ago
debd16f
Comment parser unit tests: reduce code duplication
by Dmitri Gribenko
· 13 years ago
f919985
add AST unittests to CMake build system
by Dmitri Gribenko
· 13 years ago
9f08f49
Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.
by Dmitri Gribenko
· 13 years ago
64da4e5
Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace.
by Dmitri Gribenko
· 13 years ago
0eaf69d
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes.
by Dmitri Gribenko
· 13 years ago
3f38bf2
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
a5ef44f
Enable comment parsing and semantic analysis to emit diagnostics. A few
by Dmitri Gribenko
· 13 years ago
a99ec10
Comment lexing: fix lexing to actually work in non-error cases.
by Dmitri Gribenko
· 13 years ago
8d3ba23
Implement AST classes for comments, a real parser for Doxygen comments and a
by Dmitri Gribenko
· 13 years ago
5676d32
Fix an infinite loop in comment lexer: we were not advancing in the input character stream when we saw a '<' that is not a start of an HTML tag.
by Dmitri Gribenko
· 13 years ago
962668d
Remove unsigned and a pointer from a comment token (so that each token can have only one semantic string value attached to it), at a cost of adding an additional token.
by Dmitri Gribenko
· 13 years ago
2d44d77
Implement a lexer for structured comments.
by Dmitri Gribenko
· 13 years ago
08d6e03
C++11 constexpr: Add note stacks containing backtraces if constant evaluation
by Richard Smith
· 13 years ago
2587ede
Attempt to fix unit tests
by Douglas Gregor
· 13 years ago
40847cf
Rename DiagnosticInfo to Diagnostic as per issue 5397
by David Blaikie
· 13 years ago
78ad0b9
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
by David Blaikie
· 13 years ago
d6471f7
Rename Diagnostic to DiagnosticsEngine as per issue 5397
by David Blaikie
· 13 years ago
5b106a8
Define DiagnosticBuilder<<APValue so it's easy to include APValues in
by Jeffrey Yasskin
· 14 years ago