1. fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 13 years ago
  2. 80bc96e Compare the canonical types and document why we give up on the covariant case. by Rafael Espindola · 13 years ago
  3. 0239df8 Warn on weak properties declared in protocols as well. by Jordan Rose · 13 years ago
  4. 8376f59 Remove redundant check. by Dmitri Gribenko · 13 years ago
  5. c3fee35 Attaching comments to declarations: don't attach comments to implicit declarations. by Dmitri Gribenko · 13 years ago
  6. 4a889e4 Disable devirtualization when we have covariant returns. I will open a bug by Rafael Espindola · 13 years ago
  7. ea01d76 Don't devirtualize calls when we don't have the correct type of the this pointer by Rafael Espindola · 13 years ago
  8. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 13 years ago
  9. b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 13 years ago
  10. 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 13 years ago
  11. d558b52 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 13 years ago
  12. da970d2 Fix grammar. by Eric Christopher · 13 years ago
  13. 2a5d644 Update the #include to find the DebugInfo.h in the correct place by Bill Wendling · 13 years ago
  14. f199b9c Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 13 years ago
  15. af505c5 Fix uninitialized variable use bug found by the clairvoyant static analyzer. by Argyrios Kyrtzidis · 13 years ago
  16. 8bdb58a Attaching documentation comments to declarations: don't attach a comment to a declaration if there is a preprocessor directive between them. by Dmitri Gribenko · 13 years ago
  17. 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 · 13 years ago
  18. 8771872 Two more tests for PR13207 - wrong mangling of templates with back references [-cxx-abi microsoft] by Timur Iskhodzhanov · 13 years ago
  19. f4bcfa1 Propagate lvalue alignment into bitfields. Per report on cfe-dev. by Eli Friedman · 13 years ago
  20. 7c16d58 objective-c mrc: Issue warning for mrc, as is done for arc, when by Fariborz Jahanian · 13 years ago
  21. e1971a1 Refactoring after r159290: don't hold onto and check a misleading QualType. by Richard Smith · 13 years ago
  22. 83ea530 Check for non-POD vararg argument type after default argument promotion, not by Richard Smith · 13 years ago
  23. 12d2cc7 patch to suggest 'static' function should be 'static inline' by Fariborz Jahanian · 13 years ago
  24. 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 13 years ago
  25. 0713d99 Fix a crash I introduced in r159212. by Rafael Espindola · 13 years ago
  26. 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 · 13 years ago
  27. f5e0aea Comment lexer: counting backwards from token end is thought to be confusing. We already have a pointer to the beginning of the token, so use it to extract the text instead. by Dmitri Gribenko · 13 years ago
  28. 1255e1b Add a test for unterminated /* comments. by Dmitri Gribenko · 13 years ago
  29. 446ba14 Fix for r159256 on Windows. by Axel Naumann · 13 years ago
  30. 4421e55 Remove a completely unused and remarkably inaccurate list of test by Chandler Carruth · 13 years ago
  31. 073b98e Update the Clang CMake build to reflect the name change in LLVM r159258. by Chandler Carruth · 13 years ago
  32. 3ce42c3 From Vassil Vassilev: by Axel Naumann · 13 years ago
  33. 1e15e3b Initialize RawComment::BriefTextValid in other constructor, too. by Dmitri Gribenko · 13 years ago
  34. 2dc509d Introduce __has_feature(attribute_unused_on_fields) to determine whether by Daniel Jasper · 13 years ago
  35. 4375b08 Add missing words to manual. by Richard Trieu · 13 years ago
  36. 7249eb0 Add a few (currently failing) tests for the PR13207 (template mangling in the presence of back references). by Timur Iskhodzhanov · 13 years ago
  37. e59331a Update documentation with regards to template type diffing. by Richard Trieu · 13 years ago
  38. df43804 Add a few more test cases for the -cxx-abi microsoft mangler. Some of them were broken recently by Timur Iskhodzhanov · 13 years ago
  39. c0b8324 Simplify logic in BriefParser::Parse(), per Jordan's comment. by Dmitri Gribenko · 13 years ago
  40. c2cda02 Initialize RawCommentList::BriefTextValid when deserializing AST. by Dmitri Gribenko · 13 years ago
  41. 29299c6 [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind. by Jordan Rose · 13 years ago
  42. 4715ed9 [analyzer] Remove unneeded helper function (it's in ASTContext.h) by Jordan Rose · 13 years ago
  43. 8decdee Whitespace. by Chad Rosier · 13 years ago
  44. 4285f84 [Windows] Improve mangling of templates when back references are present by Timur Iskhodzhanov · 13 years ago
  45. 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 13 years ago
  46. 7349cce Always use getDerived().shouldVisitImplicitCode() so it can be altered by Daniel Jasper · 13 years ago
  47. 91cbbbf Whitespace. by Chad Rosier · 13 years ago
  48. 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 13 years ago
  49. 7bbf9d1 unit test tweak by Andrew Trick · 13 years ago
  50. 4622fe8 Remove typedef which is unused after r159189. by Richard Smith · 13 years ago
  51. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 13 years ago
  52. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 13 years ago
  53. 12582bd Fix a bug in my previous patch: If we are not doing a virtual call because by Rafael Espindola · 13 years ago
  54. 37d2a00 Remove spurious semicolons committed in r159216. by David Blaikie · 13 years ago
  55. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 13 years ago
  56. 72c1a6a MachineBlockPlacement would prefer that clang lay out blocks in source order. by Andrew Trick · 13 years ago
  57. 7e0f1ee Fix comment: refer to documentation comments in general, not just Doxygen comments. by Dmitri Gribenko · 13 years ago
  58. de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 13 years ago
  59. 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 13 years ago
  60. 7ed4f66 [driver] Make -serialize-diagnostics (one dash) and alias for by Chad Rosier · 13 years ago
  61. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 13 years ago
  62. b9d2b3b [asan] add missing asan instrumentation in generated global init functions by Kostya Serebryany · 13 years ago
  63. e92b1f4 Fix lifetime issue for backing APValue of OpaqueValueExpr in recursive by Richard Smith · 13 years ago
  64. 66a5bf9 build/compiler-rt: Companion commit to r159172. by Daniel Dunbar · 13 years ago
  65. b4e8008 Give L__FUNCTION__ the right type in templates. PR13206. by Nico Weber · 13 years ago
  66. 94d92fb Add tests that I wrote for r159060 but forgot to `svn add`. by Nico Weber · 13 years ago
  67. 78eb76e ARM: enable struct byval for APCS. by Manman Ren · 13 years ago
  68. d9cf826 PR12937: Explicitly deleting an explicit template specialization. by David Blaikie · 13 years ago
  69. c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 13 years ago
  70. f6172ae Use std::map instead of llvm::DenseMap because we rely on the stability of references to values in these maps. PR13197. by Eli Friedman · 13 years ago
  71. ee68111 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 13 years ago
  72. 831421f Unrevert r158887, reverted in r158949, along with a fix for the bug which by Richard Smith · 13 years ago
  73. f63797c Thread safety analysis: implement lock_returned attribute. by DeLesley Hutchins · 13 years ago
  74. 8f35d23 Appease -Wnon-virtual-dtor and fix a typo in a comment by Matt Beaumont-Gay · 13 years ago
  75. 6b02009 Make explicit specializations at class scope work by Nico Weber · 13 years ago
  76. 5c62ef5 Add test for -Wused-but-marked-unused on private fields. by Daniel Jasper · 13 years ago
  77. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 13 years ago
  78. 19bf662 [diagtool] Appease buildbots by explicitly using makeArrayRef. by Jordan Rose · 13 years ago
  79. e742763 [diagtool] Add a new "tree" command to shows warnings activated by a flag. by Jordan Rose · 13 years ago
  80. 9ee494f IRGen: Factor v-table generation into the CGCXXABI object. by Charles Davis · 13 years ago
  81. 1e12b3d Recognize GNU attributes after 'enum class'. Fixes the libc++ build. by John McCall · 13 years ago
  82. 33e6c2d objective-c: issue deprecation/unavailability warnings for methods called on by Fariborz Jahanian · 13 years ago
  83. a1c5965 Add triple to test/Sema/attr-tls_model.c by Hans Wennborg · 13 years ago
  84. 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 13 years ago
  85. 2edf0a2 Clean up a large number of C++11 attribute parse issues, including parsing by Sean Hunt · 13 years ago
  86. 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 13 years ago
  87. 3f83568 [Windows] Fix mangling of repeated types in the presence of bool and function pointers PR13176,PR13177 by Timur Iskhodzhanov · 13 years ago
  88. 3facb62 MicrosoftMangle: Fix mangling of integral constant non-type template arguments in a class specialization. by Charles Davis · 13 years ago
  89. 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 13 years ago
  90. 10f77ad Implement initial static analysis inlining support for C++ methods. by Ted Kremenek · 13 years ago
  91. c1fb542 Perform typo correction for base class specifiers. by Kaelyn Uhrain · 13 years ago
  92. 7186dc6 [analyzer] Teach malloc checker that initWith[Bytes|Characters}NoCopy by Anna Zaks · 13 years ago
  93. 0206425 [analyzer] Remove a statistic - it's too expensive. by Anna Zaks · 13 years ago
  94. 1e548f1 [analyzer]scan-build: report the total number of steps analyzer performs by Anna Zaks · 13 years ago
  95. 3e4f65d [analyzer] Fixup to r158958. by Anna Zaks · 13 years ago
  96. df19fe7 [analyzer] Report the cumulative number of steps the analyzer performs. by Anna Zaks · 13 years ago
  97. 4b2239b Mark Doxygen warnings DefaultIgnore. by Dmitri Gribenko · 13 years ago
  98. 7e0dc76 revert CodeGen support for the alloc_size attribute until we finish the design of a more generic metadata node by Nuno Lopes · 13 years ago
  99. 8ac6b13 Disable llvm optimizations in a clang test. by Rafael Espindola · 13 years ago
  100. 6c234b1 [analyzer] Check for +raise:format: on subclasses of NSException as well. by Jordan Rose · 13 years ago