summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Decay array/function types of a statement-expression.Fariborz Jahanian2010-10-271-2/+1
* patch to do array-to-pointer conversion in aFariborz Jahanian2010-10-271-0/+2
* Delay complete-type checking for arguments to no-prototype functionsDouglas Gregor2010-10-261-12/+6
* Patch for mis-compile of statement expressions withFariborz Jahanian2010-10-251-6/+28
* Look through the address-of operator to find the function beingDouglas Gregor2010-10-251-0/+4
* When we're calling a function that we know based on its K&R-styleDouglas Gregor2010-10-251-10/+37
* Warn if a variable marked with the "unused" attribute is used. Patch by Darin...Anders Carlsson2010-10-221-1/+5
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-201-1/+3
* Fixes a bug in ivar lookup in the new objc's defaultFariborz Jahanian2010-10-191-1/+6
* When marking declarations referenced within an expression (e.g.,Douglas Gregor2010-10-191-0/+4
* Report the location of the syntax error inside a macro. Fixes PR7944.Nick Lewycky2010-10-151-1/+1
* Eliminate usage of ObjCSuperExpr used forFariborz Jahanian2010-10-141-3/+8
* Introduce support for emitting diagnostics (warnings + their notes)Douglas Gregor2010-10-121-0/+18
* Fix anon union member assignment expression's location.Devang Patel2010-10-121-1/+1
* C's comma operator performs lvalue conversion on both its operands;John McCall2010-10-121-6/+11
* I just do what the comments tell me to do.John McCall2010-10-121-1/+2
* Progress.John McCall2010-10-121-32/+65
* Add some infrastructure for dealing with expressions of 'placeholder' type,John McCall2010-10-121-12/+42
* This patch does a few things in the area of objective-cFariborz Jahanian2010-10-111-25/+32
* Don't rely on a StringRef being null-terminated (it's not) for deprecation me...Benjamin Kramer2010-10-091-6/+3
* Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor2010-10-081-1/+15
* Fixed cast to union with anonymous bitfields.Abramo Bagnara2010-10-071-1/+2
* Start and end location of a property-dot syntax expressionFariborz Jahanian2010-10-071-3/+6
* Patch for adding message to unavailable attribute.Fariborz Jahanian2010-10-061-2/+6
* Simplified code for deprecated attribute wih message a little.Fariborz Jahanian2010-10-061-1/+1
* Add message to attribute(deprecated).Fariborz Jahanian2010-10-061-2/+4
* Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor2010-10-051-2/+0
* Patch implements passing arrays to functions expectingFariborz Jahanian2010-09-241-6/+5
* Fix a hard-to-reproduce crash-on-invalid, where we weren't checking for a val...Douglas Gregor2010-09-221-1/+4
* Check in support for OpenCL conditional operator on vector types.Nate Begeman2010-09-201-3/+35
* Check that an overloaded function name, when used by the ! operator,Douglas Gregor2010-09-201-0/+7
* Implement -Wunused-label.Argyrios Kyrtzidis2010-09-191-1/+5
* Problem with gnu conditional extension with missingFariborz Jahanian2010-09-181-4/+9
* Sema/transparent_union: Make sure to add implicit cast when constructingDaniel Dunbar2010-09-171-0/+1
* Only assignment operator triggers property setter call.Fariborz Jahanian2010-09-171-1/+1
* For self-comparison warning, check the source location of both the LHS and RH...Ted Kremenek2010-09-161-2/+4
* RHS of property expression assignment requiresFariborz Jahanian2010-09-141-13/+32
* When marking the declarations in a default argument expression asDouglas Gregor2010-09-141-2/+13
* Congruent diagnostic for void* arithmetic.Abramo Bagnara2010-09-131-1/+5
* Teach the EvaluatedExprVisitor and its client, which marksDouglas Gregor2010-09-111-0/+6
* When parsing default function arguments, do not mark any declarationsDouglas Gregor2010-09-111-40/+98
* property reference expression used on lhs of assignmentFariborz Jahanian2010-09-091-0/+2
* Eliminate the comma locations from all of the Sema routines that dealDouglas Gregor2010-09-091-8/+6
* PR8023: Don't crash on invalid uses of __real__ on class types in C++.Eli Friedman2010-09-051-1/+1
* Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat.John McCall2010-09-031-3/+0
* AST work to support [C++] [IRgen] for ?: with missing LHSFariborz Jahanian2010-08-311-4/+7
* Revert my user-defined literal commits - r1124{58,60,67} pendingAlexis Hunt2010-08-301-13/+6
* Fix an corner-case assertion introduced by the refactoring in r112258;Douglas Gregor2010-08-301-0/+2
* Add some braces for sanity and GCC silence. These became unbalanced in r112122,Chandler Carruth2010-08-301-1/+2
* Implement C++0x user-defined string literals.Alexis Hunt2010-08-291-6/+13
OpenPOWER on IntegriCloud