summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR12298 et al: don't recursively instantiate a template specialization fromRichard Smith2016-08-311-0/+5
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-161-5/+5
* Left shifts of negative values are defined if -fwrapv is setJames Molloy2016-08-161-1/+1
* [CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar2016-08-151-67/+80
* Disable lambda-capture of decomposition declaration bindings for now, until CWGRichard Smith2016-08-151-15/+20
* Fix For pr28288 - Error message in shift of vector valuesAndrey Bokhanko2016-08-121-11/+5
* This patch implements PR#22821.Roger Ferrer Ibanez2016-08-121-1/+5
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-2/+16
* [CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFCJustin Lebar2016-08-101-1/+1
* [Sema] Make switch fully covered again.Benjamin Kramer2016-08-061-1/+2
* [NFC] Silence noisy -Wreturn-type warningsErik Pilkington2016-08-061-1/+1
* [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDeclErik Pilkington2016-08-051-68/+59
* Reapply r277058: "[ObjC] Consider availability of context when emitting avail...Erik Pilkington2016-07-291-7/+13
* Revert "[ObjC] Consider availability of context when emitting availability wa...Erik Pilkington2016-07-281-13/+7
* [ObjC] Consider availability of context when emitting availability warningsErik Pilkington2016-07-281-7/+13
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-0/+5
* [Sema][ObjC] Compute the nullability of a conditional expression basedAkira Hatanaka2016-07-251-1/+1
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-3/+10
* [Sema] Handle errors during rewriteBuiltinFunctionDeclDavid Majnemer2016-07-211-1/+5
* [OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li2016-07-201-10/+9
* [Sema] Compute the nullability of a conditional expression based on theAkira Hatanaka2016-07-201-0/+53
* [Sema] Create a separate group for incompatible function pointer warningBruno Cardoso Lopes2016-07-181-4/+8
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+24
* Reverting 275417Roger Ferrer Ibanez2016-07-141-5/+1
* Diagnose taking address and reference binding of packed membersRoger Ferrer Ibanez2016-07-141-1/+5
* [OpenCL] Improved diagnostics of OpenCL types.Anastasia Stulova2016-07-111-16/+19
* [SemaExpr] Support assignments from vector to scalars with same sizeBruno Cardoso Lopes2016-07-061-0/+16
* C++14 init-capture: error out instead of crashing.Manman Ren2016-07-011-1/+10
* PR28373: fix crash-on-invalid if the condition of an if-statement fails typo-...Richard Smith2016-06-301-1/+6
* Mark inheriting constructors as deleted if the corresponding defaulted defaultRichard Smith2016-06-291-2/+12
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-15/+0
* Use more ArrayRefsDavid Majnemer2016-06-241-5/+3
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-3/+15
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-5/+19
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-19/+5
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-5/+19
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-17/+18
* [Sema] Only define function as move assignment when neededErik Pilkington2016-06-201-1/+1
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-5/+5
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-5/+5
* [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.Yaxun Liu2016-06-141-1/+1
* Reverting "Warn when taking address of a packed member"Roger Ferrer Ibanez2016-06-141-24/+0
* Detect recursive default argument definitionSerge Pavlov2016-06-141-0/+7
* Warn when taking address of a packed memberRoger Ferrer Ibanez2016-06-131-0/+24
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-18/+17
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-17/+18
* [Sema] Teach CheckPlaceholderExpr about unaddressable functions.George Burgess IV2016-06-081-8/+12
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-10/+8
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-1/+1
OpenPOWER on IntegriCloud