1. 1245a54 Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 11 years ago
  2. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  3. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  4. d4de59d Fixed source range of C++03 access declarations. by Enea Zaffanella · 11 years ago
  5. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  6. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  7. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  8. 51da142 Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", by Enea Zaffanella · 11 years ago
  9. 1fb09df AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now. by NAKAMURA Takumi · 11 years ago
  10. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  11. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  12. d5fbb29 Enhancements for the DynTypedNode by Samuel Benzaquen · 11 years ago
  13. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  14. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  15. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  16. 7e6e515 Adds a test that verifies angle bracket locations. by Manuel Klimek · 11 years ago
  17. 4b9b292 ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". by NAKAMURA Takumi · 11 years ago
  18. c69e173 __uint128_t is only available on 64 bit platforms, only test it when it's around. by Benjamin Kramer · 11 years ago
  19. f0f353b Fix memory leak for APValues that do memory allocation. by Manuel Klimek · 11 years ago
  20. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 11 years ago
  21. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  22. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  23. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 11 years ago
  24. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 11 years ago
  25. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  26. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  27. 4d0e9f5 Move commonly useful code for AST testing into MatchVerfier.h. by Manuel Klimek · 12 years ago
  28. 44a3ddb Comment parsing: add more tests for html character references by Dmitri Gribenko · 12 years ago
  29. 3a5fa03 fix the unit tests too. by Chris Lattner · 12 years ago
  30. 88d158c Provide couple of DeclPrint tests for my last patch. by Fariborz Jahanian · 12 years ago
  31. 40902d8 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 12 years ago
  32. 88b9521 This is the libclang patch providing minimal API to by Fariborz Jahanian · 12 years ago
  33. 1d28caf PR14558: Compute triviality of special members (etc) at the end of the class by Richard Smith · 12 years ago
  34. ddb2968 In DeclPrint add printing of '= default' in constructors. by Fariborz Jahanian · 12 years ago
  35. 65bcdab In DeclPrint add printing of 'explicit' constructors. by Fariborz Jahanian · 12 years ago
  36. a3064c3 fix comment. by Fariborz Jahanian · 12 years ago
  37. 02a2e5a Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  38. 7cc315c Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  39. 1050e8b Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  40. d031c6a ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB. by NAKAMURA Takumi · 12 years ago
  41. bf5bc4c Untabify (in USEDLIBS, Makefile(s)). by NAKAMURA Takumi · 12 years ago
  42. 9c196ac Remove out-of-date comment. by Richard Smith · 12 years ago
  43. 96794f1 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff. Conditioning-out in macro argument was not accepted on MS cl.exe. by NAKAMURA Takumi · 12 years ago
  44. 3b16477 ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 according to r168856, for now. by NAKAMURA Takumi · 12 years ago
  45. c2fc67e Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 12 years ago
  46. 4c5750e Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for ConstructorDecl source range. by Abramo Bagnara · 12 years ago
  47. 13fd684 Fixed range of implicit MemberExpr. by Abramo Bagnara · 12 years ago
  48. 5a78985 Test for source location range of new expressions fixed in r167507. by David Blaikie · 12 years ago
  49. 975a949 Add unit tests for source locations of AST nodes. by Manuel Klimek · 12 years ago
  50. 3aeb34f More unit-test fixes by Douglas Gregor · 12 years ago
  51. 8e02361 Fixup unit tests for DiagnosticOptions change by Douglas Gregor · 12 years ago
  52. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
  53. a7a68b6 Patch for decl printer test of objective-c methods. Patch by Dmitri Gribenko. by Fariborz Jahanian · 12 years ago
  54. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  55. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  56. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  57. 11e141d unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000i128 => 4294967296L", for now. by NAKAMURA Takumi · 12 years ago
  58. 525394e As a followup for r164303, add some tests for printing literals that test by Dmitri Gribenko · 12 years ago
  59. 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
  60. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  61. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  62. af503a6 Remove the useless CommentOptions class. by Dmitri Gribenko · 12 years ago
  63. 976f118 DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs by Dmitri Gribenko · 12 years ago
  64. 44470ef DeclPrinter tests: since now some platforms use C++11 by default, make it by Dmitri Gribenko · 12 years ago
  65. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  66. 29b1f68 ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible. by NAKAMURA Takumi · 12 years ago
  67. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  68. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  69. f6ec15a DeclPrinter tests: mark test case we get wrong currently with WRONG. by Dmitri Gribenko · 12 years ago
  70. c468424 DeclPrinter tests: add two more tests. by Dmitri Gribenko · 12 years ago
  71. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  72. 2e0b8d9 DeclPrinter, terse mode: don't print function bodies by Dmitri Gribenko · 12 years ago
  73. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  74. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  75. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  76. 8a90393 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 12 years ago
  77. d076e01 Comment parser tests: test that we allow placing no whitespace between \param by Dmitri Gribenko · 12 years ago
  78. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  79. 3ccc173 Comment parser: add one more test by Dmitri Gribenko · 12 years ago
  80. 477a9f5 Implement resolving of HTML character references (named: &amp;, decimal: &#42;, by Dmitri Gribenko · 12 years ago
  81. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  82. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  83. e68c229 Comment parser unit tests: split a huge test case by Dmitri Gribenko · 12 years ago
  84. debd16f Comment parser unit tests: reduce code duplication by Dmitri Gribenko · 12 years ago
  85. f919985 add AST unittests to CMake build system by Dmitri Gribenko · 12 years ago
  86. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  87. 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
  88. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  89. 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
  90. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  91. a99ec10 Comment lexing: fix lexing to actually work in non-error cases. by Dmitri Gribenko · 12 years ago
  92. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  93. 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
  94. 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
  95. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
  96. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  97. 2587ede Attempt to fix unit tests by Douglas Gregor · 13 years ago
  98. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  99. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  100. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago