1. 8a90393 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 12 years ago
  2. 04bf29e Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum. by Dmitri Gribenko · 12 years ago
  3. 2b1b025 [analyzer] Improve arrow locations for PseudoObjectExprs. by Jordan Rose · 12 years ago
  4. 8f726de [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional by Chad Rosier · 12 years ago
  5. 7d9b511 Comment parser and sema: remove useless return values by Dmitri Gribenko · 12 years ago
  6. 9443c57 Comment diagnostics: warn on duplicate \brief and \return commands. by Dmitri Gribenko · 12 years ago
  7. 88815f3 Comment diagnostics: \return in void function: specialize diagnostic text for by Dmitri Gribenko · 12 years ago
  8. b34eb0c objective-C string literal has no side-effect, by Fariborz Jahanian · 12 years ago
  9. 51e87c5 Enhance getImplicitObjectArgument to look through ->*. by Jordan Rose · 12 years ago
  10. 89ab7d0 Comment diagnostics: warn if \returns is used in a non-function comment or if by Dmitri Gribenko · 12 years ago
  11. c23aca4 Flesh out test for defaulted key functions a bit more. by Benjamin Kramer · 12 years ago
  12. f3fce80 Fix failed to generate vtables in certain cases. by Benjamin Kramer · 12 years ago
  13. 5b32a08 Comment AST: convert a huge if -- else if statement on Decl's type into a by Dmitri Gribenko · 12 years ago
  14. af19a6a Comments AST: refactor DeclInfo to use an enum for decl kind instead of by Dmitri Gribenko · 12 years ago
  15. 967e5d7 Comments: handle template paramter documentation in alias-declaration templates. by Dmitri Gribenko · 12 years ago
  16. c27bc80 Attaching comments to declarations: handle using-declaration. by Dmitri Gribenko · 12 years ago
  17. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  18. 651f8ce Initialize flag in DeclInfo. by Dmitri Gribenko · 12 years ago
  19. 1ca7ecc Comment AST: add DeclInfo to store information about the declaration. Sema was 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. 9849901 Consider the visibility of template template arguments. GCC doesn't, but it also by Rafael Espindola · 12 years ago
  22. ca93ee7 Mark ObjCInterfaceDecl::lookupPrivateMethod as const. by Anna Zaks · 12 years ago
  23. e5deb79 Comment parser: don't crash on a completely empty \param followed by a block by Dmitri Gribenko · 12 years ago
  24. c109361 Comment dumper: silence a warning by not casting away const by Dmitri Gribenko · 12 years ago
  25. 2cd7f41 Fix ambiguity detection in GetBestOverloadCandidateSimple. by Benjamin Kramer · 12 years ago
  26. 72b57cc Comment dumper: print \param parameter index if parameter name is resolved. by Dmitri Gribenko · 12 years ago
  27. 0ba5880 CommentSema.cpp: remove extra semicolon by Dmitri Gribenko · 12 years ago
  28. bbb7af3 Comment Sema: don't try to typo-correct a \param when function has zero by Dmitri Gribenko · 12 years ago
  29. 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 12 years ago
  30. e61354b Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. by Anna Zaks · 12 years ago
  31. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  32. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  33. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  34. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  35. bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
  36. dc6dabc Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  37. d93c5ff Add a FIXME to revisit the performance of BackRefMap later by Timur Iskhodzhanov · 12 years ago
  38. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  39. 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
  40. 00c59f7 CommentSema: simplify functions, per Jordan's comment. by Dmitri Gribenko · 12 years ago
  41. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  42. db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
  43. c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
  44. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  45. f5e0b22 Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  46. 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
  47. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  48. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  49. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
  50. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  51. 4423f81 CommentBriefParser: coding style fix by Dmitri Gribenko · 12 years ago
  52. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  53. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  54. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
  55. ad29b2b CommentDumper: print word-like arguments for block commands. by Dmitri Gribenko · 12 years ago
  56. c48dd8e CommentSema: add more inline commands to tables by Dmitri Gribenko · 12 years ago
  57. 858e69f Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace by Dmitri Gribenko · 12 years ago
  58. cdd1b37 Comment::dump(): show name of inline command by Dmitri Gribenko · 12 years ago
  59. 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
  60. 94572c3 This fits into 80 columns without wrapping. by Dmitri Gribenko · 12 years ago
  61. 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
  62. fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
  63. 3d3d22c CommentSema: \short is the same as \brief. by Dmitri Gribenko · 12 years ago
  64. a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago
  65. 76e7edd CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 12 years ago
  66. 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
  67. 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
  68. 251c449 Handle the case where the base type is not dependent, but the derived one is. by Rafael Espindola · 12 years ago
  69. 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 12 years ago
  70. d8672ef Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from by Richard Smith · 12 years ago
  71. 9123940 Revert change accidentally committed in r160240. by Richard Smith · 12 years ago
  72. f5baeb4 PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSD by Richard Smith · 12 years ago
  73. 81695fa Replace IsSameValue with the llvm::APSInt/llvm::APInt versions by Eric Christopher · 12 years ago
  74. f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
  75. 0bab9da Move option test earlier in the function. by Rafael Espindola · 12 years ago
  76. f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago
  77. 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
  78. b04b731 Use -fvisibility-inlines-hidden in inline functions too. This matches gcc by Rafael Espindola · 12 years ago
  79. 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
  80. d3d02dd Fix a bug in my previous commit. The problem is not that we were not using the by Rafael Espindola · 12 years ago
  81. abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 12 years ago
  82. 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
  83. 3d98698 Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this! by Dmitri Gribenko · 12 years ago
  84. 2345820 Use the canonical template decl when trying to find if it has a visibility by Rafael Espindola · 12 years ago
  85. 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
  86. dc5796c AST/CommentSema.cpp: Fix signess in abs() to appease msvc. It would not make sense to pass (unsigned)-(unsigned) to abs(). by NAKAMURA Takumi · 12 years ago
  87. e3f470a Stop instantiating a class if we hit a static_assert failure. Also, if the by Richard Smith · 12 years ago
  88. 18b7f95 Fix warning. by Richard Smith · 12 years ago
  89. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  90. a4334df Fix crash when constant-evaluating a CXXConstructExpr representing by Richard Smith · 12 years ago
  91. 5409d28 Properly update the FormattedArgs vector when the template type diffing falls by Richard Trieu · 12 years ago
  92. a99ec10 Comment lexing: fix lexing to actually work in non-error cases. by Dmitri Gribenko · 12 years ago
  93. 34f60a4 The delete argument should not be converted to void*. by Abramo Bagnara · 12 years ago
  94. 4990890 Inline storage of attributes in AttributedStmt. by Alexander Kornienko · 12 years ago
  95. de31aa7 PR13290: Constant-evaluation support for CXXConstructExprs which construct a by Richard Smith · 12 years ago
  96. 9c00676 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 12 years ago
  97. 4d48b5c Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
  98. 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
  99. 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
  100. 9bf997e Use C++ cast. by Dmitri Gribenko · 12 years ago