]> granicus.if.org Git - clang/history - Sema/Sema.cpp
avoid making implicit casts that just remove typedefs.
[clang] / Sema / Sema.cpp
2008-02-13 Chris Lattneravoid making implicit casts that just remove typedefs.
2008-02-06 Chris Lattnerpass the astconsumer into Sema's ctor, clean up some...
2008-01-16 Chris LattnerMove promoteExprToType from being a static method in...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-07 Fariborz JahanianLimit type of foreach's element and collection to be...
2008-01-04 Fariborz JahanianPatch to add semantics check for ObjC2's foreacn statement.
2008-01-03 Chris Lattnergeneralize some of the conversion warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-11 Ted KremenekMega-patch: ripped SourceManager out of Diagnostic...
2007-12-07 Fariborz JahanianPatch to implement "Protocol" as a built-in type declar...
2007-11-30 Anders CarlssonInitialize CurMethodDecl to 0.
2007-11-29 Steve NaroffYesterday, I simplified how we stream top-level decls.
2007-11-28 Steve NaroffSeveral fixes/simplifications surrounding how we stream...
2007-10-31 Steve NaroffImplement a more sensible strategy for ObjC built-in...
2007-10-31 Anders CarlssonEncode Class, SEL and Objective-C objects.
2007-10-30 Chris Lattnerminor tweaks
2007-10-17 Fariborz JahanianImplementation of AST for @protocol expression.
2007-10-16 Fariborz JahanianPatch to implement AST generation for objective-c's...
2007-10-15 Steve NaroffAdded ASTContext::setObjcIdType/getObjcIdType(), set...
2007-10-10 Steve NaroffRefinements to Sema::GetObjcIdType()...
2007-10-10 Steve Naroff- Make sure default return/argument types (for methods...
2007-10-09 Steve NaroffMake sure methods with no return type default to "id".
2007-08-31 Chris Lattneradd actions for deleting expr/stmt nodes.
2007-08-10 Ted KremenekMoved id_asprintf before id_vsnprintf in the enum used...
2007-08-10 Chris Lattnerinitial support for checking format strings, patch...
2007-07-11 Reid SpencerStage two of getting CFE top correct.