summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArrayRef'ize some SemaOverload methodsDmitri Gribenko2013-05-091-46/+42
* CodeGen for CapturedStmtsBen Langmuir2013-05-091-5/+5
* Grab-bag of bit-field fixes:John McCall2013-05-061-1/+1
* Fix representation of compound literals for C++ objects with destructors.Jordan Rose2013-05-061-1/+1
* Require the containing type to be complete when we seeJohn McCall2013-05-061-19/+54
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-2/+2
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-5/+5
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-041-0/+12
* ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!Richard Smith2013-05-031-6/+3
* ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko2013-05-031-12/+9
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-4/+6
* PR15884: In the 'taking the address of a temporary' extension, materialize theRichard Smith2013-05-011-0/+3
OpenPOWER on IntegriCloud