1. 2f47cab Fix misaligned allocation of QualifiedTempateName and DependentTemplateName. by Richard Smith · 12 years ago
  2. 058ab17 [ms-inline asm] Add inputs and outputs to AST. No functional change. by Chad Rosier · 12 years ago
  3. 4e79fdf [analyzer] Correctly devirtualize virtual method calls in constructors. by Jordan Rose · 12 years ago
  4. 7bd092b [ms-inline asm] Add the left brace source location and improve the pretty by Chad Rosier · 12 years ago
  5. 4746704 Use the right alignment when allocating NestedNameSpecifier objects. by Richard Smith · 12 years ago
  6. 97f6026 Fix overallocation and underalignment of ASTTemplateArgumentListInfo objects. by Richard Smith · 12 years ago
  7. 92570bd [ms-inline asm] Remove the last bits of LineEnds. by Chad Rosier · 12 years ago
  8. c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 12 years ago
  9. 42c72c2 Do NOT use inline functions with LLVM_ATTRIBUTE_USED. by Benjamin Kramer · 12 years ago
  10. 7657fd7 PR13570: When an unresolved overloaded call appeared in a dependent context, we by Richard Smith · 12 years ago
  11. 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 12 years ago
  12. cd81df2 When looking for the comment associated with a declaration, adjust the by Douglas Gregor · 12 years ago
  13. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  14. 33c72e1 [ms-inline asm] Avoid extra allocations by making this an array of StringRefs. by Chad Rosier · 12 years ago
  15. e790bc3 [ms-inline asm] Fix a memory leak introduced in r161686. by Chad Rosier · 12 years ago
  16. 4399ea9 [ms-inline asm] Add clobbers to AST representation. by Chad Rosier · 12 years ago
  17. 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 12 years ago
  18. cace210 [ms-inline asm] Use StringRef here, per Jordan's suggestion. by Chad Rosier · 12 years ago
  19. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  20. 7b7af02 Add new file CommentCommandTraits.cpp to CMakeLists.txt. by Dmitri Gribenko · 12 years ago
  21. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  22. 62f22b8 [ms-inline asm] Refactor the logic to generate the AsmString into Sema. No by Chad Rosier · 12 years ago
  23. 2aa800a Constify CXXRecordDecl::isVirtuallyDerivedFrom. by Jordan Rose · 12 years ago
  24. 3a32c9c Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor. by Chad Rosier · 12 years ago
  25. 50800fc Implement warning for integral null pointer constants other than the literal 0. by David Blaikie · 12 years ago
  26. 15631b4 Fix a -ast-dump crash. by Eli Friedman · 12 years ago
  27. 0e2a868 Whitespace. by Chad Rosier · 12 years ago
  28. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  29. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 12 years ago
  30. 60b7038 Update documentation of HasSideEffects to match its callers' expectations, and by Richard Smith · 12 years ago
  31. 8ae4ec2 Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it by Richard Smith · 12 years ago
  32. 79efe24 [ms-inline asm] Stmt destructors are never called, so allocate the AsmToks using by Chad Rosier · 12 years ago
  33. 8a90393 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 12 years ago
  34. 04bf29e Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum. by Dmitri Gribenko · 12 years ago
  35. 2b1b025 [analyzer] Improve arrow locations for PseudoObjectExprs. by Jordan Rose · 12 years ago
  36. 8f726de [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional by Chad Rosier · 12 years ago
  37. 7d9b511 Comment parser and sema: remove useless return values by Dmitri Gribenko · 12 years ago
  38. 9443c57 Comment diagnostics: warn on duplicate \brief and \return commands. by Dmitri Gribenko · 12 years ago
  39. 88815f3 Comment diagnostics: \return in void function: specialize diagnostic text for by Dmitri Gribenko · 12 years ago
  40. b34eb0c objective-C string literal has no side-effect, by Fariborz Jahanian · 12 years ago
  41. 51e87c5 Enhance getImplicitObjectArgument to look through ->*. by Jordan Rose · 12 years ago
  42. 89ab7d0 Comment diagnostics: warn if \returns is used in a non-function comment or if by Dmitri Gribenko · 12 years ago
  43. c23aca4 Flesh out test for defaulted key functions a bit more. by Benjamin Kramer · 12 years ago
  44. f3fce80 Fix failed to generate vtables in certain cases. by Benjamin Kramer · 12 years ago
  45. 5b32a08 Comment AST: convert a huge if -- else if statement on Decl's type into a by Dmitri Gribenko · 12 years ago
  46. af19a6a Comments AST: refactor DeclInfo to use an enum for decl kind instead of by Dmitri Gribenko · 12 years ago
  47. 967e5d7 Comments: handle template paramter documentation in alias-declaration templates. by Dmitri Gribenko · 12 years ago
  48. c27bc80 Attaching comments to declarations: handle using-declaration. by Dmitri Gribenko · 12 years ago
  49. 1abee64 ASTContext.h: replace include by a forward declaration. by Dmitri Gribenko · 12 years ago
  50. 651f8ce Initialize flag in DeclInfo. by Dmitri Gribenko · 12 years ago
  51. 1ca7ecc Comment AST: add DeclInfo to store information about the declaration. Sema was by Dmitri Gribenko · 12 years ago
  52. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  53. 9849901 Consider the visibility of template template arguments. GCC doesn't, but it also by Rafael Espindola · 12 years ago
  54. ca93ee7 Mark ObjCInterfaceDecl::lookupPrivateMethod as const. by Anna Zaks · 12 years ago
  55. e5deb79 Comment parser: don't crash on a completely empty \param followed by a block by Dmitri Gribenko · 12 years ago
  56. c109361 Comment dumper: silence a warning by not casting away const by Dmitri Gribenko · 12 years ago
  57. 2cd7f41 Fix ambiguity detection in GetBestOverloadCandidateSimple. by Benjamin Kramer · 12 years ago
  58. 72b57cc Comment dumper: print \param parameter index if parameter name is resolved. by Dmitri Gribenko · 12 years ago
  59. 0ba5880 CommentSema.cpp: remove extra semicolon by Dmitri Gribenko · 12 years ago
  60. bbb7af3 Comment Sema: don't try to typo-correct a \param when function has zero by Dmitri Gribenko · 12 years ago
  61. 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 12 years ago
  62. e61354b Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. by Anna Zaks · 12 years ago
  63. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  64. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  65. b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
  66. e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
  67. bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
  68. dc6dabc Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  69. d93c5ff Add a FIXME to revisit the performance of BackRefMap later by Timur Iskhodzhanov · 12 years ago
  70. 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
  71. 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
  72. 00c59f7 CommentSema: simplify functions, per Jordan's comment. by Dmitri Gribenko · 12 years ago
  73. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  74. db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
  75. c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
  76. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  77. f5e0b22 Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
  78. 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
  79. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
  80. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  81. 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
  82. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  83. 4423f81 CommentBriefParser: coding style fix by Dmitri Gribenko · 12 years ago
  84. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  85. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  86. ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
  87. ad29b2b CommentDumper: print word-like arguments for block commands. by Dmitri Gribenko · 12 years ago
  88. c48dd8e CommentSema: add more inline commands to tables by Dmitri Gribenko · 12 years ago
  89. 858e69f Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace by Dmitri Gribenko · 12 years ago
  90. cdd1b37 Comment::dump(): show name of inline command by Dmitri Gribenko · 12 years ago
  91. 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
  92. 94572c3 This fits into 80 columns without wrapping. by Dmitri Gribenko · 12 years ago
  93. 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
  94. fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
  95. 3d3d22c CommentSema: \short is the same as \brief. by Dmitri Gribenko · 12 years ago
  96. a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago
  97. 76e7edd CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 12 years ago
  98. 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
  99. 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
  100. 251c449 Handle the case where the base type is not dependent, but the derived one is. by Rafael Espindola · 12 years ago