summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OpenCL] Add constant address space to __func__ in AST.Anastasia Stulova2018-05-091-13/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-69/+69
* [C++2a] Implement operator<=>: Address bugs and post-commit review comments a...Eric Fiselier2018-05-081-4/+4
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-54/+279
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+4
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-2/+5
* Factor out common code for diagnosing missing template arguments.Richard Smith2018-04-261-3/+1
* [Sema] Add -Wno-self-assign-overloadedRoman Lebedev2018-04-231-7/+8
* [OPENMP] Code cleanup and code improvements.Alexey Bataev2018-04-181-5/+5
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-15/+0
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-0/+15
* Allow equality comparisons between block pointers andJohn McCall2018-04-071-0/+13
* [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded sel...Roman Lebedev2018-04-071-5/+43
* Fix typos in clangAlexander Kornienko2018-04-061-3/+3
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-11/+0
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-291-2/+3
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+11
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-4/+4
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-121-1/+1
* Revert "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-081-1/+1
* [Sema] Make getCurFunction() return null outside function parsingReid Kleckner2018-03-081-1/+1
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-071-6/+7
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-021-0/+4
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-1/+7
* Fif for an issue when Clang permits assignment to vector/extvector elements i...Andrew V. Tischenko2018-02-091-3/+16
* Fix crash on invalid.Richard Trieu2018-02-061-1/+2
* [Sema] Allow conversion between long double and __float128.Benjamin Kramer2018-01-171-6/+5
* [Parse] Forward brace locations to TypeConstructExprVedant Kumar2018-01-171-2/+2
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-1/+17
* Factor out comparison handling for arithmetic types.Richard Smith2018-01-081-35/+50
* Remove bogus check for template specialization from self-comparison warning.Richard Smith2018-01-071-13/+2
* Fix a couple of wrong self-comparison diagnostics.Richard Smith2018-01-071-4/+4
OpenPOWER on IntegriCloud