1. 1e36882 [ObjCARC] Add an new attribute, objc_externally_retained by Erik Pilkington · 7 years ago
  2. fb6deeb Refactor the way we handle diagnosing unused expression results. by Aaron Ballman · 7 years ago
  3. 57fc958 Make -Wstring-plus-int warns even if when the result is not out of bounds by Arnaud Bienner · 7 years ago
  4. c5885cf [AST] Store the callee and argument expressions of CallExpr in a trailing array. by Bruno Ricci · 7 years ago
  5. 4224c87 [Sema][NFC] Remove some unnecessary calls to getASTContext. by Bruno Ricci · 7 years ago
  6. 5fc4db7 [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr. by Bruno Ricci · 7 years ago
  7. 71645c2 [Sema] Produce diagnostics when C++17 aligned allocation/deallocation by Akira Hatanaka · 7 years ago
  8. cbb8aa1 Revert "Make -Wstring-plus-int warns even if when the result is not out of bounds" by Adam Nemet · 7 years ago
  9. 8523c085 Make -Wstring-plus-int warns even if when the result is not out of bounds by Sylvestre Ledru · 7 years ago
  10. 9d2872d [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  11. 5cdc2cd [AST] Store "UsesADL" information in CallExpr. by Eric Fiselier · 7 years ago
  12. 4d8257e Remove TODO leftover from my devleopment branch by Erich Keane · 7 years ago
  13. 9064673 Revert "[OpenCL] Add generic AS to 'this' pointer" by Mikael Nilsson · 7 years ago
  14. 78de847 [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  15. ef65d6c Replace Const-Member checking with non-recursive version. by Erich Keane · 7 years ago
  16. ad7ac96 [Sema/Attribute] Check for noderef attribute by Leonard Chan · 7 years ago
  17. bf5fe2d [Sema] Push and Pop Expression Evaluation Context Records at the start and end of function definitions by Leonard Chan · 7 years ago
  18. 4c9a019 [AST][Sema] Remove CallExpr::setNumArgs by Bruno Ricci · 7 years ago
  19. fd7d515 [OpenCL][Sema] Improving formatting by Marco Antognini · 7 years ago
  20. b3301b3 [OpenCL][Sema] Improve BuildResolvedCallExpr handling of builtins by Marco Antognini · 7 years ago
  21. af07de4 OpenCL: Extend argument promotion rules to vector types by Matt Arsenault · 7 years ago
  22. 407659a Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" by Fangrui Song · 7 years ago
  23. f5d3335 Revert r347417 "Re-Reinstate 347294 with a fix for the failures." by Fangrui Song · 7 years ago
  24. 48ee4ad Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures." by Hans Wennborg · 7 years ago
  25. 06d9d07 Derive builtin return type from its definition by Marco Antognini · 7 years ago
  26. 8c79706e Revert r347417 "Re-Reinstate 347294 with a fix for the failures." by Hans Wennborg · 7 years ago
  27. 1af8dd6 isEvaluatable() implies a constant context. by Bill Wendling · 7 years ago
  28. 6ff1751 Re-Reinstate 347294 with a fix for the failures. by Bill Wendling · 7 years ago
  29. 5997441 Mark lambda decl as invalid if a captured variable has an invalid type. by Jorge Gorbe Moya · 7 years ago
  30. 9f0246d Revert r347364 again, the fix was incomplete. by Nico Weber · 7 years ago
  31. 91549ed Reinstate 347294 with a fix for the failures. by Bill Wendling · 7 years ago
  32. f49e1ca [AST] Store the expressions in ParenListExpr in a trailing array by Bruno Ricci · 7 years ago
  33. 6438972 Revert 347294, it turned many bots on lab.llvm.org:8011/console red. by Nico Weber · 7 years ago
  34. 107b0e9 Use is.constant intrinsic for __builtin_constant_p by Bill Wendling · 7 years ago
  35. 28ddb91 [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode. by Richard Smith · 7 years ago
  36. 8003edc Compound literals, enums, et al require const expr by Bill Wendling · 7 years ago
  37. 3fee351 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  38. 3b12b7e Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation by Andrew Savonichev · 7 years ago
  39. 35dfce7 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  40. 3501895 Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type" by Richard Smith · 7 years ago
  41. b8dc052 [Diagnostics] Implement -Wsizeof-pointer-div by David Bolvansky · 7 years ago
  42. 4fbf1ab Allow clk_event_t comparisons by Sven van Haastregt · 7 years ago
  43. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  44. d2e69df PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type by Richard Smith · 7 years ago
  45. 17ff026 [AST] Refactor PredefinedExpr by Bruno Ricci · 7 years ago
  46. 6822bd7 PR26547: alignof should return ABI alignment, not preferred alignment by Richard Smith · 7 years ago
  47. f371380 [Sema] Fix -Wcomma for C89 by Richard Trieu · 7 years ago
  48. a451599 [Sema] Fix -Wcomma in dependent context by Richard Trieu · 7 years ago
  49. b4ba467 [Fixed Point Arithmetic] Fixed Point to Boolean Cast by Leonard Chan · 7 years ago
  50. 3b6ae57 [Diagnostics] Check for integer overflow in array size expressions by David Bolvansky · 7 years ago
  51. 99bda37 [Fixed Point Arithmetic] FixedPointCast by Leonard Chan · 7 years ago
  52. 49bf370 Emit CK_NoOp casts in C mode, not just C++. by James Y Knight · 7 years ago
  53. 8e57b07 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  54. 3197484 Revert r343518. by Akira Hatanaka · 7 years ago
  55. 2bf09cc Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  56. 864949b [cxx2a] P0624R2: Lambdas with no capture-default are by Richard Smith · 7 years ago
  57. 0ea28c0 [OpenCL] Allow zero assignment and comparisons between queue_t type variables by Sven van Haastregt · 7 years ago
  58. 83ace12 [OpenCL] Allow blocks to capture arrays in OpenCL by Andrew Savonichev · 7 years ago
  59. 4257857 [Sema][ObjC] Infer availability of +new from availability of -init. by Erik Pilkington · 7 years ago
  60. 9bd2452 Revert r341754. by Akira Hatanaka · 7 years ago
  61. 2e00b98 Distinguish `__block` variables that are captured by escaping blocks by Akira Hatanaka · 7 years ago
  62. 7fa8af0 Forbid address spaces on compound literals in local scope. by John McCall · 7 years ago
  63. ba3334a [Sema][NFC] Trivial cleanup in ActOnCallExpr by Jan Korous · 7 years ago
  64. e43e2b3 Model type attributes as regular Attrs. by Richard Smith · 7 years ago
  65. b111da1 [ObjC] Error out when using forward-declared protocol in a @protocol expression by Alex Lorenz · 7 years ago
  66. 11f9f8a Revert r339623 "Model type attributes as regular Attrs." by Reid Kleckner · 7 years ago
  67. f791786 Model type attributes as regular Attrs. by Richard Smith · 7 years ago
  68. 1c301dc Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  69. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  70. 7add582 [Sema] Fix for crash on conditional operation with address_space pointer by Leonard Chan · 7 years ago
  71. a677942 [Fixed Point Arithmetic] Fixed Point Constant by Leonard Chan · 7 years ago
  72. c65f966 Try to make builtin address space declarations not useless by Matt Arsenault · 7 years ago
  73. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  74. 7ed5fb2 Add missing temporary materialization conversion on left-hand side of . by Richard Smith · 7 years ago
  75. 4a83f0a [MS] Add L__FUNCSIG__ for compatibility by Reid Kleckner · 7 years ago
  76. 67af95b Separate out the initialization kind for a statement expression result by Richard Smith · 7 years ago
  77. cc4ad95 PR38257: don't perform ADL when instantiating a unary & operator that turns out by Richard Smith · 7 years ago
  78. 3efe002 Implement cpu_dispatch/cpu_specific Multiversioning by Erich Keane · 7 years ago
  79. b6d5c58 [C++17] Disallow lambdas in template parameters (PR33696). by Nicolas Lesser · 7 years ago
  80. f5d83f3 [Sema] Discarded statment should be an evaluatable context. by Erik Pilkington · 7 years ago
  81. 6e16c60 [Fixed Point Arithmetic] Rename `-fsame-fbits` flag by Leonard Chan · 7 years ago
  82. 1ef7554 DR1687: When overload resolution selects a built-in operator, implicit by Richard Smith · 7 years ago
  83. becac9e DR1213: Ignore implicit conversions when determining if an operand of an by Richard Smith · 7 years ago
  84. db01c3a [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals by Leonard Chan · 7 years ago
  85. 3be68e1 Revert r335019 "Update NRVO logic to support early return (Attempt 2)" by Taiju Tsuiki · 7 years ago
  86. b000a88 Update NRVO logic to support early return (Attempt 2) by Taiju Tsuiki · 7 years ago
  87. 5429bd7 Revert "Update NRVO logic to support early return" by Sam McCall · 7 years ago
  88. 44f9c58 Update NRVO logic to support early return by Taiju Tsuiki · 7 years ago
  89. 098f008 Remove the fixit for the diagnostics regarding capturing autoreleasing variables in a block by George Karpenkov · 7 years ago
  90. 7981004 Improve diagnostics and error recovery for template name lookup. by Richard Smith · 7 years ago
  91. 59055b9 [OpenCL] Add constant address space to __func__ in AST. by Anastasia Stulova · 7 years ago
  92. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  93. c5fb858 [C++2a] Implement operator<=>: Address bugs and post-commit review comments after r331677. by Eric Fiselier · 7 years ago
  94. 0683c0e [C++2a] Implement operator<=> CodeGen and ExprConstant by Eric Fiselier · 7 years ago
  95. 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
  96. c08b693 Parse A::template B as an identifier rather than as a template-id with no by Richard Smith · 7 years ago
  97. ecad88d Factor out common code for diagnosing missing template arguments. by Richard Smith · 7 years ago
  98. 6ed0fad [Sema] Add -Wno-self-assign-overloaded by Roman Lebedev · 7 years ago
  99. e372710 [OPENMP] Code cleanup and code improvements. by Alexey Bataev · 7 years ago
  100. ade321e Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578. by Nico Weber · 7 years ago