summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ObjectiveC arc: Introduce a new initialization kindFariborz Jahanian2013-07-311-0/+6
* ObjectiveC arc: Move check for type conversions in arcFariborz Jahanian2013-07-311-7/+19
* Fix a crasher than manifests when typo correction suggests a function template.Richard Trieu2013-07-311-2/+2
* Partially revert r186903.Eli Friedman2013-07-261-1/+1
* Integers which are too large should be an error.Eli Friedman2013-07-231-4/+4
* Don't emit open-paren fixit without close-paren.Eli Friedman2013-07-221-0/+4
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-2/+4
* Clean up diagnostics for inheriting constructors.Eli Friedman2013-07-181-3/+20
* Improve idiomatic-parentheses by checking method family instead of relying on...Jean-Daniel Dupas2013-07-171-1/+1
* Make Expr::isConstantInitializer match IRGen.Eli Friedman2013-07-161-1/+1
* Make CheckAddressOfOperand a member of Sema so it can be reused byRichard Smith2013-07-111-35/+34
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-081-4/+98
* Fix Sema for compares with _Atomic vars.Eli Friedman2013-07-081-25/+6
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-1/+1
* Sema: Call IgnoreParens fewer times in CheckAddressOfOperandDavid Majnemer2013-07-051-4/+4
* Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma...Craig Topper2013-07-051-1/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* Improve -Wlogical-not-parentheses to catch when the not is applied to an enum.Richard Trieu2013-07-041-1/+1
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-6/+8
* Fix mangling for block literals.Eli Friedman2013-07-011-7/+14
* Ensure that debugger calls to signature-less functions default toJohn McCall2013-06-271-3/+42
* Delete dead code.Eli Friedman2013-06-271-26/+1
* Don't use unnamed local enums as template arguments.Joerg Sonnenberger2013-06-261-4/+4
* Fix PCH bug with member templates of local classes in nontemplate functions. Faisal Vali2013-06-261-1/+2
* Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results ...Ted Kremenek2013-06-241-1/+14
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+2
* Extend -Wnon-pod-varargs to check calls made from member pointers.Richard Trieu2013-06-221-1/+2
* Extend -Wnon-pod-varargs to more cases, such as function pointers as returnRichard Trieu2013-06-221-0/+3
* Extend -Wnon-pod-varargs to check calls made from function pointers.Richard Trieu2013-06-201-1/+1
* [Windows] Fix __declspec(property) when the getter returns a refReid Kleckner2013-06-191-1/+2
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-7/+0
* Fix the warning for divide by zero to be a bit more robust. ;]Chandler Carruth2013-06-141-9/+12
* Implement DR61: Address of ambiguous bound methods should be disallowedDavid Majnemer2013-06-111-1/+9
* Objective-C [qoi]: Issue better warning when nsstring literal is missingFariborz Jahanian2013-06-101-2/+7
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-101-10/+3
* Add a new warning, -Wlogical-not-parentheses, to -Wparentheses.Richard Trieu2013-06-101-0/+40
* Added a type checking which handle the case of an ext vector and integral scalarJin-Gu Kang2013-06-081-6/+13
* fix up recogtion of block pointer type in my last patch.Fariborz Jahanian2013-06-071-1/+3
* blocks: fixes an ast bug when block pointer variableFariborz Jahanian2013-06-071-1/+4
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-1/+1
* [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happenChad Rosier2013-05-241-1/+6
* Objective-C arc: don't count use of __weakFariborz Jahanian2013-05-211-2/+2
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-105/+45
* Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extens...Fariborz Jahanian2013-05-171-1/+8
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-4/+5
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-4/+4
* ArrayRef'ize GenericSelectionExprDmitri Gribenko2013-05-101-16/+13
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-101-3/+3
* ArrayRef'ize Sema::BuildCallToObjectOfClassTypeDmitri Gribenko2013-05-091-2/+1
OpenPOWER on IntegriCloud