summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r228118:upstream/release_36Tom Stellard2015-06-221-42/+194
* Merging r231451:Tom Stellard2015-04-201-2/+5
* Merging r227368:Hans Wennborg2015-01-281-6/+2
* Merging r227251:Hans Wennborg2015-01-271-1/+19
* Merging r227220:Hans Wennborg2015-01-271-9/+9
* Look through sugar when determining whether a type is a scoped enumerationRichard Smith2015-01-141-1/+1
* Extend the self move warning to record types.Richard Trieu2015-01-131-85/+1
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-6/+6
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-101-1/+87
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-091-5/+0
* WIPDavid Majnemer2014-12-261-16/+16
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-0/+13
* Consider calls from implict host device functions as valid in SemaCUDA.Jacques Pienaar2014-12-161-4/+3
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-15/+15
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-161-10/+30
* Sema: Cleanup and improve string-plus-char checking.Daniel Marjamaki2014-12-151-4/+4
* Sema: Don't diagnose string + int if the int is value dependentDavid Majnemer2014-12-151-1/+1
* When checking for nonnull parameter attributes, also check the ParmVarDecl si...Aaron Ballman2014-12-111-1/+1
* [OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...Anastasia Stulova2014-11-261-2/+24
* Ensure that any TypoExprs in the arguments to bultins with custom typeKaelyn Takata2014-11-251-2/+6
* Force the correction of delayed typos in casts in non-C++ code.Kaelyn Takata2014-11-241-0/+6
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-14/+33
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-8/+88
* Add a flag to BuildDeclarationNameExpr to not reject invalid decls.Kaelyn Takata2014-11-201-7/+8
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-181-0/+20
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-141-3/+7
* Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov2014-11-141-7/+3
* Follow-up to D6217Anton Korobeynikov2014-11-141-3/+7
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-141-0/+1
* -Wsentinel: Suggest nullptr in C++11 instead of NULLReid Kleckner2014-11-131-2/+4
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-121-7/+3
* Fix fallout from r219557Anton Korobeynikov2014-11-121-3/+7
* Have LookupMemberExprInRecord only call CorrectTypoDelayed, dropping theKaelyn Takata2014-11-111-0/+11
* Revert r221702 until I address Richard Trieu'sFariborz Jahanian2014-11-111-5/+1
* Patch to warn when logical evaluation of operand evalutes to a true value;Fariborz Jahanian2014-11-111-1/+5
* This patch fixes a crash after rebuilding call AST ofFariborz Jahanian2014-11-111-0/+33
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-2/+1
* Revert r221404 which caused lldb to not displayFariborz Jahanian2014-11-071-33/+0
* This patch fixes a crash after rebuilding call AST ofFariborz Jahanian2014-11-051-0/+33
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-11/+11
* Start adding the infrastructure for handling TypoExprs.Kaelyn Takata2014-10-271-0/+7
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-18/+19
* Switching to range-based for loops; NFC.Aaron Ballman2014-10-161-10/+5
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-0/+28
* [complex] Teach Clang to preserve different-type operands to arithmeticChandler Carruth2014-10-111-82/+29
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-5/+30
* Don't trap when passing non-POD arguments to variadic functions in MS-compati...Hans Wennborg2014-09-291-0/+4
* Don't perform ADL when looking up operator=; there is no non-member form ofRichard Smith2014-09-231-1/+1
* Patch to check at compile time for overflow whenFariborz Jahanian2014-09-181-2/+2
* Don't try to devirtualize non-virtual callsReid Kleckner2014-09-161-0/+4