1. 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
  2. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  3. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  4. af503a6 Remove the useless CommentOptions class. by Dmitri Gribenko · 12 years ago
  5. 976f118 DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs by Dmitri Gribenko · 12 years ago
  6. 44470ef DeclPrinter tests: since now some platforms use C++11 by default, make it by Dmitri Gribenko · 12 years ago
  7. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  8. 29b1f68 ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible. by NAKAMURA Takumi · 12 years ago
  9. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  10. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  11. f6ec15a DeclPrinter tests: mark test case we get wrong currently with WRONG. by Dmitri Gribenko · 12 years ago
  12. c468424 DeclPrinter tests: add two more tests. by Dmitri Gribenko · 12 years ago
  13. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  14. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  15. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  16. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  17. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  18. 8a90393 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 12 years ago
  19. d076e01 Comment parser tests: test that we allow placing no whitespace between \param by Dmitri Gribenko · 12 years ago
  20. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  21. 3ccc173 Comment parser: add one more test by Dmitri Gribenko · 12 years ago
  22. 477a9f5 Implement resolving of HTML character references (named: &amp;, decimal: &#42;, by Dmitri Gribenko · 12 years ago
  23. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  24. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  25. e68c229 Comment parser unit tests: split a huge test case by Dmitri Gribenko · 12 years ago
  26. debd16f Comment parser unit tests: reduce code duplication by Dmitri Gribenko · 12 years ago
  27. f919985 add AST unittests to CMake build system by Dmitri Gribenko · 12 years ago
  28. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  29. 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
  30. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  31. 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
  32. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  33. a99ec10 Comment lexing: fix lexing to actually work in non-error cases. by Dmitri Gribenko · 12 years ago
  34. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  35. 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
  36. 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
  37. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  38. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  39. 2587ede Attempt to fix unit tests by Douglas Gregor · 13 years ago
  40. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  41. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  42. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  43. 5b106a8 Define DiagnosticBuilder<<APValue so it's easy to include APValues in by Jeffrey Yasskin · 13 years ago