]> granicus.if.org Git - clang/history - Sema/SemaExpr.cpp
Alternate address spaces work:
[clang] / Sema / SemaExpr.cpp
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-19 Nate BegemanAllow ArraySubscriptExpr to be a base node for vector...
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-10 Eli FriedmanFix the type of conditionals involving void* to be...
2008-02-09 Steve NaroffFix spelling in comment.
2008-02-09 Steve NaroffFix <rdar://problem/5733511> clang doesn't emit error...
2008-02-08 Eli FriedmanFix indentation.
2008-02-08 Eli FriedmanDetabify SemaExpr. My text editor defaults to 8 spaces...
2008-02-07 Eli FriedmanAdd a FIXME for alternate address spaces.
2008-02-06 Eli FriedmanMake sure to propagate qualifiers through the member...
2008-02-01 Steve NaroffRename diagnostic to reflect it's role...
2008-02-01 Anders CarlssongetPrimaryDecl can return null.
2008-02-01 Anders CarlssonIt is allowed to get the address of an array subscript...
2008-01-31 Nate BegemanRemainder of the __builtin_overload feedback
2008-01-30 Nate BegemanImplement first round of feedback on __builtin_overload
2008-01-30 Eli FriedmanFix codegen for conditionals with incommpatible pointer...
2008-01-29 Steve NaroffTighten up ASTContext::typesAreCompatible()...it needs...
2008-01-29 Steve NaroffTweak Sema::DefaultArgumentPromotion() to call UsualUna...
2008-01-24 Steve NaroffExclude vectors from Type::isScalar() predicate.
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-17 Fariborz JahanianRenamed getSynthesizedSelectorSize to getSynthesizedMet...
2008-01-17 Ted KremenekAdded method Expr::IgnoreParens(), which returns the...
2008-01-17 Fariborz JahanianComputed length of a __func__ identifier used in an...
2008-01-16 Chris LattnerMove promoteExprToType from being a static method in...
2008-01-15 Steve NaroffFinish up handling all permutations of "complex int...
2008-01-15 Steve Naroff- Change Type::isComplexType() to exlude GCC's complex...
2008-01-15 Steve NaroffRework commit r45976, which was incorrect.
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-13 Steve NaroffChange Sema::CheckAddressOfOperation() to respect C99...
2008-01-12 Chris Lattnerallow __func__ in objc methods.
2008-01-12 Chris LattnerTighten up handling of __func__ and friends: it should...
2008-01-12 Chris LattnerFix the type of predefined identifiers like __func__...
2008-01-10 Steve Naroff- Teach Expr::isConstantExpr() about InitListExpr's...
2008-01-09 Steve NaroffTeach Sema::ActOnCompoundLiteral about constraint C99...
2008-01-08 Steve NaroffFix Sema::CheckConditionalOperands(). The null pointer...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-07 Chris Lattnerminor cleanup.
2008-01-06 Chris Lattnerrearrange some code.
2008-01-06 Chris Lattnersome simplifications/cleanups to ?: sema.
2008-01-06 Chris LattnerEmit warnings like "dereferencing void pointer" instead...
2008-01-04 Chris Lattnerunnest vector handling again.
2008-01-04 Chris Lattnerwe already test for exact type matches early, so we...
2008-01-04 Chris Lattnersimplify some of this code by removing the else/if...
2008-01-04 Chris Lattnermove objc expr sema to its own file.
2008-01-04 Chris Lattneradd comments for the various AssignConvertType's, and...
2008-01-04 Chris LattnerMerge all the 'assignment' diagnostic code into one...
2008-01-04 Fariborz JahanianPatch to add semantics check for ObjC2's foreacn statement.
2008-01-03 Chris Lattnergeneralize some of the conversion warnings.
2008-01-03 Chris Lattnerregroup assignment-related diagnostics, fix a mistake...
2008-01-03 Chris Lattnergive better diagnostics for converting between function...
2008-01-03 Fariborz JahanianRemove cause of misc. "variable might be used uninitial...
2008-01-03 Fariborz JahanianFixed a bug reported by Chris, involving assiging 0...
2008-01-02 Chris LattnerCompute the proper sourcerange for an CompoundLiteralExpr.
2007-12-30 Nate BegemanAllow implicit casts during arithmetic for OCUVector...
2007-12-30 Nate BegemanAllow splat casts for OCU vector assignments & add...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-28 Chris LattnerChange Sema::ActOnCallExpr to construct the CallExpr...
2007-12-21 Fariborz JahanianMore objective-c type analysis. This time involving...
2007-12-20 Fariborz JahanianMore objective-c typechecking stuff. This is work in...
2007-12-20 Chris LattnerImplement codegen for ordered comparison builtins.
2007-12-20 Chris Lattnerimplement semantic analysis for __builtin_islessequal...
2007-12-20 Chris Lattnersimplify some code.
2007-12-19 Chris Lattnerrefactor some code that handles sema of direct function...
2007-12-19 Steve NaroffVarious tweaks to the get/lookup instance/class method...
2007-12-19 Fariborz JahanianThis patch concludes implementation of dynamic objectiv...
2007-12-18 Steve NaroffAdd DefaultFunctionArrayConversion() to the indirection...
2007-12-18 Steve NaroffImprove how we find private method decls. This involved:
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-12-16 Steve NaroffSema::ActOnMemberReferenceExpr() needs to perform the...
2007-12-13 Fariborz JahanianPatch to make ObjcQualifiedInterfaceType inherit ObjcIn...
2007-12-13 Chris LattnerDon't do integer promotions of LHS for compound shift...
2007-12-12 Fariborz JahanianConcatenation of objc strings.
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-12 Chris Lattnerimplement correct semantic analysis for shifts. For:
2007-12-12 Chris LattnerAdd ObjC parser support for concatenated ObjC strings...
2007-12-11 Steve NaroffAvoid the first person in a recently added comment.
2007-12-10 Steve NaroffAdd support for initializing char arrays from string...
2007-12-09 Chris LattnerImplement correct semantic analysis of subtractions...
2007-12-07 Fariborz JahanianImplemented when static typing is combined with protoco...
2007-12-07 Steve NaroffLookup methods in the global pool even when a staticall...
2007-12-07 Steve NaroffRewrite 'super' within a class method. This required...
2007-12-07 Fariborz JahanianPatch to implement "Protocol" as a built-in type declar...
2007-12-06 Anders CarlssonAdd workaround to get test/Parser/compound_literal...
2007-12-06 Fariborz JahanianOn Steve's suggestion, moved handling of use of undecla...
2007-12-06 Fariborz JahanianA missing method in a messaging expression issues a...
2007-12-05 Fariborz JahanianPatch to prevent crash on use of objc2 syntax.
2007-12-05 Anders CarlssonAdd sema checking for compound literal expressions.
2007-11-30 Anders CarlssonSupport lax vector conversions.
2007-11-29 Ted KremenekAdded "isExact" field to FloatingLiteral. This flag...
2007-11-27 Steve NaroffMove the null pointer constant check from Sema::CheckSi...
2007-11-27 Anders CarlssonReport errors for invalid casts from/to vectors.
2007-11-26 Chris LattnerFix sema support for the gnu ?: expression with a
2007-11-25 Ted KremenekMoved logic for -Wfloat-equal to SemaChecking.cpp.
2007-11-16 Chris LattnerTighten up address-of checking, implementing test/Sema...
2007-11-15 Steve NaroffFinish up variadic methods/messages.
2007-11-15 Steve Naroff- Implement ivar rewrite (patch by Fariborz).
2007-11-13 Ted KremenekModified -Wfloat-equal logic to suppress warnings where...
2007-11-13 Ted KremenekUpdated diagnostic for -Wfloat-equal to underline the...
2007-11-13 Steve NaroffTeach Sema::CheckCompareOperands() about "void *" ...
2007-11-13 Steve NaroffTune the lookup logic in Sema::ActOnInstanceMessage...
next