summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-071-5/+5
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-0/+2
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-2/+2
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-20/+25
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-6/+5
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-5/+6
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-6/+5
* [Sema] Provide -fvisibility-global-new-delete-hidden optionPetr Hosek2018-12-041-3/+4
* [OpenCL] Enable address spaces for references in C++Anastasia Stulova2018-11-161-4/+18
* Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier2018-10-251-5/+2
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2018-10-251-2/+5
* Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier2018-10-241-3/+2
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2018-10-241-2/+3
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-231-6/+1
* PR24164, PR39336: init-captures are not distinct full-expressions.Richard Smith2018-10-191-27/+10
* [CUDA] Ignore uncallable functions when we check for usual deallocators.Artem Belevich2018-09-211-1/+23
* [clang][NFC] Fix typo in the name of a noteLouis Dionne2018-08-211-1/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-16/+9
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-82/+73
* PR38286: Don't crash when attempting to define a constructor for anRichard Smith2018-08-081-2/+8
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-3/+3
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-271-12/+13
* Change \t to spacesFangrui Song2018-07-201-4/+4
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-7/+0
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-171-0/+7
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-171-7/+0
* Fix PR34668 - P0704R1 implementation is too permissiveNicolas Lesser2018-07-131-2/+3
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-3/+7
* [Sema] Fix crash in getConstructorName.Ilya Biryukov2018-07-041-0/+2
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-1/+11
* [Sema] Fix infinite typo correction loop.Volodymyr Sapsai2018-06-261-4/+0
* Restore pre-r335182 behavior for naming inherited constructors asRichard Smith2018-06-221-1/+10
* Related to PR37768: improve diagnostics for class name shadowing.Richard Smith2018-06-201-0/+33
* [OpenCL] Support new/delete in SemaSven van Haastregt2018-06-141-2/+19
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-0/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-29/+29
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-14/+12
* [OPENMP] Enable c++ exceptions outside of the target constructs iff they areAlexey Bataev2018-05-021-1/+5
* Revert "[ObjC] Make C++ triviality type traits available to non-trivial C"Akira Hatanaka2018-04-091-26/+4
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-04-051-4/+26
* Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...Richard Smith2018-04-051-12/+0
* [Coroutines] Find custom allocators in class scopeBrian Gesiak2018-04-011-11/+19
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-03-281-0/+12
* [Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...Eric Fiselier2018-03-211-2/+123
* Refactoring code around move/copy initialization. NFC.Richard Trieu2018-03-151-1/+1
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-121-10/+8
* Revert "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-081-8/+10
* [Sema] Make getCurFunction() return null outside function parsingReid Kleckner2018-03-081-10/+8
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-2/+1
OpenPOWER on IntegriCloud