summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev2016-12-231-0/+6
* [c++1z] When initializing a const-qualified class type, don't forget to add onRichard Smith2016-12-211-2/+1
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-10/+4
* Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."Daniel Jasper2016-12-201-6/+0
* [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.Egor Churaev2016-12-201-0/+6
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-4/+10
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-10/+4
* Move checks for creation of objects of abstract class type from the variousRichard Smith2016-12-151-7/+0
* __uuidof() and declspec(uuid("...")) should be allowed on enumeration typesReid Kleckner2016-12-131-4/+4
* DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith2016-12-091-2/+8
* [c++17] P0135R1: Guaranteed copy elision.Richard Smith2016-12-061-0/+10
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-4/+7
* PR31081: ignore exception specifications when deducing function templateRichard Smith2016-12-011-6/+6
* Adjust type-trait evaluation to properly handle Using(Shadow)DeclsHal Finkel2016-11-271-4/+10
* Remove C++ default arg side table for MS ABI ctor closuresReid Kleckner2016-11-231-7/+2
* Fixed spelling in comments. NFCI.Simon Pilgrim2016-11-151-1/+1
* Use descriptive message if list initializer is incorrectly parenthesized.Serge Pavlov2016-11-121-1/+24
* Fix for PR28523: unexpected compilation error.Alexey Bataev2016-11-111-3/+13
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-11/+17
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-32/+8
* Declare H and H new/delete.Artem Belevich2016-10-211-22/+33
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-8/+32
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-32/+8
* Re-commit r284753, reverted in r284778, with a fix for PR30749.Richard Smith2016-10-201-26/+167
* Revert r284753 "[c++1z] Teach composite pointer type computation how to compu...Hans Wennborg2016-10-201-164/+26
* [c++1z] Teach composite pointer type computation how to compute the compositeRichard Smith2016-10-201-26/+164
* Work around MSVC rejects-valid. Apparenty (some versions of) MSVC will checkRichard Smith2016-10-201-9/+8
* Refactor and simplify Sema::FindCompositePointerType. No functionality change...Richard Smith2016-10-201-126/+123
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-1/+1
* [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code().Justin Lebar2016-10-131-1/+2
* Aligned allocation versus CUDA: make deallocation function preference orderRichard Smith2016-10-111-26/+34
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-306/+446
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-446/+306
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-306/+446
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-061-0/+4
* PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith2016-10-051-48/+42
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-2/+2
* Strip trailing whitespace (NFCI)Simon Pilgrim2016-09-301-167/+167
* Fix int <= bool comparison warning on MSVCSimon Pilgrim2016-09-301-2/+5
* P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.Richard Smith2016-09-291-46/+56
* [CUDA] Disallow exceptions in device code.Justin Lebar2016-09-281-0/+4
* [Sema] Relax overloading restrictions in C.George Burgess IV2016-09-021-0/+1
* Remove excessive padding from MismatchingNewDeleteDetectorAlexander Shaposhnikov2016-09-011-2/+2
* [Sema] Teach getCurrentThisType to reconize lambda in in-class initializerErik Pilkington2016-07-271-22/+16
* Fix typo-correction crash if a typo occurs within the operand of aRichard Smith2016-06-301-1/+8
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-3/+2
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-3/+12
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-6/+18
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-18/+6
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-6/+18
OpenPOWER on IntegriCloud