Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
558e8872b364b43ab9f201dd6b2df9a5b74b0542
/
unittests
/
AST
0eaf69d
Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes.
by Dmitri Gribenko
· 12 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
· 12 years ago
a5ef44f
Enable comment parsing and semantic analysis to emit diagnostics. A few
by Dmitri Gribenko
· 12 years ago
a99ec10
Comment lexing: fix lexing to actually work in non-error cases.
by Dmitri Gribenko
· 12 years ago
8d3ba23
Implement AST classes for comments, a real parser for Doxygen comments and a
by Dmitri Gribenko
· 12 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
· 12 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
· 12 years ago
2d44d77
Implement a lexer for structured comments.
by Dmitri Gribenko
· 12 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
· 13 years ago