summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-061-3/+9
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-051-9/+3
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-041-3/+9
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-3/+12
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-3/+2
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-2/+3
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-1/+2
* [Sema][ObjC] Don't warn about an implicitly retained self if theAkira Hatanaka2019-04-171-5/+3
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-4/+3
* [Sema] Fix an assert when a block captures a constexpr localErik Pilkington2019-03-261-3/+8
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-24/+28
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-201-11/+0
* [Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington2019-03-181-0/+2
* Objective-C++11: Support static_assert() in @interface/@implementation ivar l...Nico Weber2019-03-141-1/+1
* [PR40778] Preserve addr space in Derived to Base cast.Anastasia Stulova2019-03-071-2/+7
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-061-4/+2
* [CUDA][HIP][Sema] Fix template kernel with function as template parameterYaxun Liu2019-03-051-0/+3
* [OPENMP]Delay emission of the error for unsupported types.Alexey Bataev2019-02-271-0/+15
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-271-0/+19
* [OPENMP]Delay emission for unsupported va_arg expression.Alexey Bataev2019-02-261-0/+5
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-72/+35
* [Sema] Fix a regression introduced in "[AST][Sema] Remove CallExpr::setNumArgs"Bruno Ricci2019-02-141-4/+22
* [OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev2019-02-081-0/+3
* Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev2019-02-081-3/+0
* [OPENMP]Initial support for the delayed diagnostics.Alexey Bataev2019-02-081-0/+3
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+14
* Revert "OpenCL: Extend argument promotion rules to vector types"Matt Arsenault2019-01-291-18/+5
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-261-4/+4
* [Sema] Improve a -Warray-bounds diagnosticErik Pilkington2019-01-251-5/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-161-1/+90
* Improve a -Wunguarded-availability noteErik Pilkington2019-01-141-1/+1
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-1/+1
* [Sema] Call CheckPlaceholderExpr to resolve typeof or decltypeAkira Hatanaka2019-01-101-0/+4
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-3/+9
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-2/+3
* Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner2019-01-031-10/+0
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-15/+16
* [Sema][NFC] Remove some unnecessary calls to getASTContext.Bruno Ricci2018-12-211-1/+1
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-5/+4
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-0/+8
* Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...Adam Nemet2018-12-141-0/+10
* Make -Wstring-plus-int warns even if when the result is not out of boundsSylvestre Ledru2018-12-131-10/+0
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-2/+2
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-10/+12
* Remove TODO leftover from my devleopment branchErich Keane2018-12-121-1/+0
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-2/+2
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-2/+2
* Replace Const-Member checking with non-recursive version.Erich Keane2018-12-111-20/+29
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-1/+116