summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers Fariborz Jahanian2013-04-301-0/+4
* Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't buildRichard Smith2013-04-291-8/+10
* Add a warning for Objective-C pointer introspection, which is solely the job ...Ted Kremenek2013-04-221-0/+31
* Switch the note order for -Woverloaded-shift-op-parentheses so that the noteRichard Trieu2013-04-181-4/+4
* Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. ThisRichard Trieu2013-04-171-0/+32
* Sema for Captured StatementsTareq A. Siraj2013-04-161-6/+57
* Fix handling of atomic shift operations, from Serge Pavlov.Douglas Gregor2013-04-161-12/+12
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+69
* Remove some dead code that has not been used since 2010.Joey Gouly2013-04-151-11/+0
* Update OpenCL comments to mention spec section and version.Tanya Lattner2013-04-031-3/+3
* Add 178663 back.Rafael Espindola2013-04-031-2/+2
* Revert 178663.Rafael Espindola2013-04-031-2/+2
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-2/+2
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-021-6/+34
* Add -Wstatic-local-in-inline, which warns about using a static localJohn McCall2013-04-021-7/+12
* Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.Benjamin Kramer2013-03-301-1/+2
OpenPOWER on IntegriCloud