1. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  2. 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
  3. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  4. a99ec10 Comment lexing: fix lexing to actually work in non-error cases. by Dmitri Gribenko · 12 years ago
  5. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  6. 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
  7. 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
  8. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  9. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  10. 2587ede Attempt to fix unit tests by Douglas Gregor · 13 years ago
  11. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  12. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  13. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  14. 5b106a8 Define DiagnosticBuilder<<APValue so it's easy to include APValues in by Jeffrey Yasskin · 13 years ago