summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Factor out common tautological comparison code from scalar and vector compare...Richard Smith2018-01-071-97/+110
* [NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...Faisal Vali2017-12-301-6/+7
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-1/+1
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-3/+3
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+8
* [CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka2017-12-091-1/+2
* Remove creation of out-of-bounds value of enumeration type (resulting in UB).Richard Smith2017-12-081-5/+5
* [OPENMP] Initial codegen for `target teams distribute` directive.Alexey Bataev2017-12-081-1/+1
* [OPENMP] Do not capture private variables in the target regions.Alexey Bataev2017-12-071-2/+4
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-39/+29
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-2/+2
* The offsetof macro is intended to work with subobjects rather than simple ide...Aaron Ballman2017-11-211-9/+1
* [OpenMP] diagnose assign to firstprivate const, patch by Joel E. DennyAlexey Bataev2017-11-101-1/+6
* [ObjC] Fix function signature handling for blocks literals with attributesAlex Lorenz2017-11-081-2/+2
* PR35039: Materialize temporary objects before wrapping them in anRichard Smith2017-10-281-0/+10
* Don't suppress instantiation of definitions for variables subject to explicitRichard Smith2017-10-181-5/+11
* Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabli...Aaron Ballman2017-10-181-1/+2
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-20/+20
OpenPOWER on IntegriCloud