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