summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Fix unused variable warning in Release buildsBenjamin Kramer2019-01-071-2/+1
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-19/+4
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-6/+8
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-0/+1
* Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.Simon Pilgrim2018-12-171-17/+17
* [MinGW] Produce a vtable and RTTI for dllexported classes without a key functionMartin Storsjo2018-12-151-0/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-4/+4
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-4/+4
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-4/+4
* Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-111-3/+3
* [constexpr][c++2a] Try-catch blocks in constexpr functionsBruno Cardoso Lopes2018-12-101-14/+49
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-3/+3
* Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-101-1/+2
* [Sema] Further improvements to to static_assert diagnostics.Clement Courbet2018-12-101-2/+1
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-0/+2
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-2/+0
* [OPENMP]Fix emission of the target regions in virtual functions.Alexey Bataev2018-11-281-1/+4
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-0/+2
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-2/+0
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-0/+2
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-2/+0
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-0/+2
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-201-2/+1
* Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber2018-11-201-2/+0
* Use is.constant intrinsic for __builtin_constant_pBill Wendling2018-11-201-0/+2
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-2/+22
* Diagnose parameter names that shadow the names of inherited fields under -Wsh...Aaron Ballman2018-11-021-14/+15
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructorsYaxun Liu2018-10-091-2/+11
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-13/+46
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-271-1/+2
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-251-44/+27
* [CUDA] Ignore uncallable functions when we check for usual deallocators.Artem Belevich2018-09-211-1/+2
* [OPENMP] Disable emission of the class with vptr if they are not used inAlexey Bataev2018-09-211-1/+2
* Consistently create a new declaration when merging a pre-existing butRichard Smith2018-09-121-1/+2
* [CodeCompletion] Enable signature help when initializing class/struct/union m...Kadir Cetinkaya2018-09-111-15/+26
* [OPENMP] Fix PR38823: Do not emit vtable if it is not used in targetAlexey Bataev2018-09-061-0/+5
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-10/+49
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-0/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-19/+18
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-110/+102
* [NFC] Convert ParsedAttr to use llvm::TrailingObjectsErich Keane2018-08-091-3/+4
* [Sema] P0961R1: Relaxing the structured bindings customization point finding ...Erik Pilkington2018-08-091-2/+15
* Diagnose invalid cv-qualifiers for friend decls.Eli Friedman2018-08-031-0/+23
* [ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric2018-07-261-1/+1
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-231-49/+0
* Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov2018-07-231-0/+49
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-201-49/+0
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-181-0/+34
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-1/+6
OpenPOWER on IntegriCloud