summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-2/+3
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-121-3/+2
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-041-2/+3
* [Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz2020-01-251-1/+2
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+213
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-241-2/+2
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-131-15/+147
* Clean up and slightly generalize implementation of composite pointerRichard Smith2020-01-101-126/+212
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2020-01-091-1/+5
* Revert "CWG2352: Allow qualification conversions during reference binding."David Blaikie2019-12-271-2/+0
* CWG2352: Allow qualification conversions during reference binding.Richard Smith2019-12-191-0/+2
* Refactor CompareReferenceRelationship and its callers in preparation forRichard Smith2019-12-181-12/+12
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-161-1/+2
* [OpenCL] Fix address space for implicit conversion (PR43145)Sven van Haastregt2019-12-021-3/+20
* [MS] Don't reference deleted copy ctors from catchable typesReid Kleckner2019-10-301-1/+1
* [Sema][Typo Correction] Fix another infinite loop on ambiguityDavid Goldman2019-10-251-2/+3
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-241-2/+2
* Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne2019-10-191-8/+9
* SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-171-3/+3
* Suppress false-positive -Wdeprecated-volatile warning from __is_*_assignable(...Richard Smith2019-10-111-1/+7
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-091-7/+33
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-3/+4
* Check for qualified function types after substituting into the operandRichard Smith2019-10-031-0/+3
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-2/+2
* Fix __is_signed builtinZoe Carver2019-09-231-1/+3
* [Sema][Typo Correction] Fix potential infite loop on ambiguity checksDavid Goldman2019-09-131-0/+4
* [Sema][Typo] Fix assertion failure for expressions with multiple typosDavid Goldman2019-08-201-42/+152
* Fix handling of class member access into a vector type.Richard Smith2019-08-141-5/+1
* [clang][NFCI] Fix random typosJan Korous2019-07-231-1/+1
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-3/+3
* [OpenCL][Sema] Minor refactoring and constraint checkingMarco Antognini2019-07-171-9/+4
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [OpenCL][Sema] Improve address space support for blocksMarco Antognini2019-07-091-1/+14
* Revert [Sema] Resolve placeholder types before type deduction to silence spur...Reid Kleckner2019-07-081-8/+0
* [Sema] Resolve placeholder types before type deduction to silenceAkira Hatanaka2019-07-081-0/+8
* [OpenCL] Improve diagnostic for placement newSven van Haastregt2019-06-261-1/+5
* [clang] Don't segfault on incorrect using directive (PR41400)Gauthier Harnisch2019-06-141-1/+1
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-1/+1
* Factor out duplicated code building a MemberExpr and marking itRichard Smith2019-06-061-9/+6
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-061-3/+6
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-051-6/+6
* Factor out duplicated code building a MemberExpr and marking itRichard Smith2019-06-051-9/+6
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-041-3/+6
* Factor out repeated code to build a DeclRefExpr and mark it referenced.Richard Smith2019-06-041-6/+3
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-041-8/+3
* Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...Simon Pilgrim2019-06-031-3/+8
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-031-8/+3
* Defer building 'this' captures until we have left the capturing regionRichard Smith2019-05-311-34/+1
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+3
* Defer creating fields for captures until we finish building theRichard Smith2019-05-281-38/+25
OpenPOWER on IntegriCloud