summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the memory leak of FloatingLiteral/IntegerLiteral.Argyrios Kyrtzidis2010-08-281-3/+3
* perform cheap test firstGabor Greif2010-08-281-1/+1
* fix PR8007Gabor Greif2010-08-281-1/+6
* Propagate whether an id-expression is the immediate argument ofJohn McCall2010-08-271-37/+61
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-1/+1
* With lax vector conversions (the default) make sure we convert between twoEric Christopher2010-08-261-2/+7
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-243/+243
* Recursive functions should be marked when used from another function. Fixes h...Argyrios Kyrtzidis2010-08-251-1/+4
* More incremental progress towards not including Expr.h in Sema.h.John McCall2010-08-251-5/+5
* Rename *PendingImplicitInstantiations to *PendingInstantiations. NoChandler Carruth2010-08-251-3/+2
* Split FunctionScopeInfo and BlockScopeInfo into their own header.John McCall2010-08-251-2/+4
* Remove AnalysisBasedWarnings.h's dependency on Type.hJohn McCall2010-08-251-3/+4
* When trying to resolve the address of an overloaded expression,John McCall2010-08-241-10/+14
* It is not error in c++ to take address ofFariborz Jahanian2010-08-241-1/+4
* Struggle mightily against header inclusion in Sema.h.John McCall2010-08-241-0/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-73/+73
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-7/+7
* PR7971: Compute the correct type for an address-of expression containing anEli Friedman2010-08-241-1/+1
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-135/+96
* Relax the construction of a definition for implicit, trivial defaultChandler Carruth2010-08-231-2/+4
* Push DeclGroupRefs and TemplateNames in an opaque but type-safe wayJohn McCall2010-08-231-2/+1
OpenPOWER on IntegriCloud