summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Diagnostics] Implement -Wsizeof-pointer-div David Bolvansky2018-11-011-2/+30
* Allow clk_event_t comparisonsSven van Haastregt2018-11-011-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-4/+4
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2018-10-301-2/+5
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-13/+13
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-8/+11
* [Sema] Fix -Wcomma for C89Richard Trieu2018-10-251-1/+4
* [Sema] Fix -Wcomma in dependent contextRichard Trieu2018-10-241-0/+6
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-231-10/+1
* [Diagnostics] Check for integer overflow in array size expressions David Bolvansky2018-10-181-1/+1
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+52
* Emit CK_NoOp casts in C mode, not just C++.James Y Knight2018-10-051-1/+8
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-7/+11
* Revert r343518.Akira Hatanaka2018-10-011-3/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+3
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-271-0/+11
* [OpenCL] Allow zero assignment and comparisons between queue_t type variablesSven van Haastregt2018-09-251-0/+11
* [OpenCL] Allow blocks to capture arrays in OpenCLAndrew Savonichev2018-09-171-2/+4
* [Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington2018-09-101-2/+3
* Revert r341754.Akira Hatanaka2018-09-091-3/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-0/+3
* Forbid address spaces on compound literals in local scope.John McCall2018-09-051-6/+14
* [Sema][NFC] Trivial cleanup in ActOnCallExprJan Korous2018-08-301-7/+1
* Model type attributes as regular Attrs.Richard Smith2018-08-201-4/+4
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-171-10/+0
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-4/+4
* Model type attributes as regular Attrs.Richard Smith2018-08-131-4/+4
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-27/+26
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-156/+152
* [Sema] Fix for crash on conditional operation with address_space pointerLeonard Chan2018-08-071-24/+20
* [Fixed Point Arithmetic] Fixed Point ConstantLeonard Chan2018-08-061-5/+4
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-021-1/+4
* Remove trailing spaceFangrui Song2018-07-301-223/+223
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-271-0/+6
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-2/+3
* Separate out the initialization kind for a statement expression resultRichard Smith2018-07-231-5/+2
* PR38257: don't perform ADL when instantiating a unary & operator that turns outRichard Smith2018-07-221-1/+1
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-2/+13
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-21/+22
* [Sema] Discarded statment should be an evaluatable context.Erik Pilkington2018-07-031-1/+1
* [Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan2018-06-291-1/+1
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-3/+42
* DR1213: Ignore implicit conversions when determining if an operand of anRichard Smith2018-06-271-4/+14
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-2/+47
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-191-3/+7
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-7/+3
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-3/+7
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-7/+3
* Remove the fixit for the diagnostics regarding capturing autoreleasing variab...George Karpenkov2018-05-141-24/+0
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-111-2/+3
OpenPOWER on IntegriCloud