]> granicus.if.org Git - clang/shortlog
clang
2009-08-20 Fariborz Jahanianir-gen patch to destruct array members. WIP.
2009-08-20 Ted KremenekUpdate checker build.
2009-08-20 Douglas GregorFix a typo in a variable name
2009-08-20 Daniel DunbarDon't install wpa or index-test tools.
2009-08-20 Sanjiv GuptaIssue an error if the user specifies parameters in...
2009-08-20 Fariborz JahanianUsing "ObjCImplicitSetterGetterRefExpr" instead of...
2009-08-20 Mike StumpRefine vbase offsets for the inductive case. Things...
2009-08-20 John McCallAdd syntax examples for the friend declaration types.
2009-08-20 Douglas GregorRefactor the instantiation of statements into a generic...
2009-08-20 Chris LattnerImprove the Getting Started and Hacking web pages...
2009-08-20 Ted Kremenekretain/release checker: Treat NSObject method '-awakeAf...
2009-08-20 Ted KremenekMake this test case more portable by removing its depen...
2009-08-20 Eli FriedmanFix bit-field promotion to be a bit closer to the behav...
2009-08-20 Zhongxing XuIf the 'while' has an empty body, set the body to the...
2009-08-20 Zhongxing XuIf the body of for loop is empty, set its body to the...
2009-08-20 Mike StumpEnsure we don't output repeated vbase offsets. I have...
2009-08-20 John McCallBasic nested-template implementation.
2009-08-20 Zhongxing XuRename: ProgramPoint::getContext() => ProgramPoint...
2009-08-20 Fariborz JahanianTest case for my last patch plus a minor clean up.
2009-08-20 Ted Kremenekretain/release checker: Special case handling of CFAttr...
2009-08-20 Fariborz Jahanianir-gen for multi-dimensional array construction. WIP.
2009-08-19 Ted KremenekEnhance diagnostics concerning attribute 'ns_returns_re...
2009-08-19 Argyrios KyrtzidisKeep track of the right paren ')' source location in...
2009-08-19 Fariborz JahanianRemoved unneeded code for break/continue statements in
2009-08-19 Fariborz Jahanianir-gen for constructing arrays as non-static data membe...
2009-08-19 Eli FriedmanAdd TCE target to clang; patch by Mikael Lepistö.
2009-08-19 Daniel DunbarRemove now unnecessary helper methods.
2009-08-19 Daniel DunbarTweak svn:ignore
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str.
2009-08-19 Daniel DunbarConvert parts of Rewriter to StringRef based API.
2009-08-19 Daniel DunbarUse raw_svector_ostream for string concatenation.
2009-08-19 Mike StumpOne second thought, I think I want to limit this class...
2009-08-19 Mike StumpCleanup: fold IndirectPrimary into builder.
2009-08-19 Mike StumpWe don't want to confuse this layout with the BLayout...
2009-08-19 Mike StumpUpdate for recent improvements.
2009-08-19 Zhongxing XuGet the Decl from the current ExplodedNode. Eventually...
2009-08-19 Benjamin KramerUpdate CMakeLists.
2009-08-19 Eli FriedmanMake integer promotions work correctly on PIC16 and...
2009-08-19 Mike StumpRestore vbase offsets for classes without a primary.
2009-08-19 Mike StumpRefine vcalls a little.
2009-08-19 Argyrios KyrtzidisFix a comment and improve an assert message.
2009-08-19 Argyrios KyrtzidisStore/load type source info from/to PCH files.
2009-08-19 Argyrios KyrtzidisUse Sema's LocInfoType to pass and preserve type source...
2009-08-19 Argyrios KyrtzidisIntroduce LocInfoType which is a Sema-specific implemen...
2009-08-19 Argyrios KyrtzidisCreate and instantiate a DeclaratorInfo using a newly...
2009-08-19 Argyrios KyrtzidisIntroduce DeclaratorDecl and pass DeclaratorInfo throug...
2009-08-19 Argyrios KyrtzidisIntroduce DeclaratorInfo and TypeLoc, intended to be...
2009-08-19 Anders CarlssonUpdate Xcode project.
2009-08-18 Mike StumpCleanup.
2009-08-18 Mike StumpAdd some documentation.
2009-08-18 Mike StumpCleanups. Move GenerateRtti to CodeGenModule.
2009-08-18 Fariborz JahanianRenamed ClassProp data member of ObjCImplctSetterGetter...
2009-08-18 Mike StumpMove the rest of the vtable building code into the...
2009-08-18 Mike StumpSuck up method generation.
2009-08-18 Mike StumpSplit out vtable bulding code into a builder.
2009-08-18 Fariborz JahanianRenamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
2009-08-18 Anders CarlssonChange ActOnReturnStmt to not take a FullExprArg. Inste...
2009-08-18 Zhongxing XuRemove unused parameter BugReporter due to previous...
2009-08-18 Zhongxing XuNow we can get the CFG from the ProgramPoint. No need...
2009-08-18 Daniel DunbarAdd test for finding bfin backend.
2009-08-18 Daniel DunbarConvert CreateTargetInfo to use a Triple instead of...
2009-08-18 Daniel DunbarFix some made up triples.
2009-08-18 Ted KremenekEnhance static analyzer diagnostics by introducing...
2009-08-18 John McCallTeach Sema how to pop out of friend function definition...
2009-08-17 David ChisnallFixed typo in last commit pointed out by Anton.
2009-08-17 David ChisnallChanges to TargetABIInfo to (hopefully) select the...
2009-08-17 Jakob Stoklund... Support compilation for the blackfin back-end
2009-08-17 Fariborz JahanianPatch to 1) synthesizing non-trivial default destructor...
2009-08-17 Anders CarlssonRemove an ErrorUnsupported call.
2009-08-17 Daniel DunbarXFAIL this test for now. David/Steve, please sort out...
2009-08-17 David ChisnallInitial patch to support definitions of id and Class...
2009-08-17 Zhongxing Xuadjust indentation.
2009-08-17 Zhongxing XuRemove unused variable.
2009-08-17 Zhongxing XuTo make the analysis independent on the locally stored...
2009-08-16 Erick TryzelaarUpdate lexer to work with the new APFloat string parsing.
2009-08-16 Anders CarlssonImprove handling of delete expressions.
2009-08-16 Anders CarlssonWhoops, did not mean to commit this
2009-08-16 Anders CarlssonStore the delete operator for delete expressions.
2009-08-16 Fariborz JahanianPatch toward synthesizing non-trivial destructors. WIP
2009-08-16 Mike StumpRefine vbase offset calculations. WIP.
2009-08-16 Anders CarlssonOnly do this for initializers of course.
2009-08-16 Anders CarlssonDestroy bound temporaries.
2009-08-16 Chris LattnerImprove the diagnostic emitted when an unused ObjC...
2009-08-16 Chris Lattnerfix my previous commit.
2009-08-16 Chris LattnerThis is an attempt to improve loc info for 'unused...
2009-08-16 Anders CarlssonAdd an IsInitializer flag to EmitAnyExpr. This is used...
2009-08-16 Anders CarlssonNo need to append extra padding now that we don't creat...
2009-08-16 Anders CarlssonAddInitializerToDecl can't take a FullExprArg. Make...
2009-08-16 Anders CarlssonCall MaybeBindToTemporary for overloaded binary and...
2009-08-16 Anders CarlssonCall MaybeBindToTemporary when constructing functino...
2009-08-16 Anders CarlssonAdd MaybeBindToTemporary calls for member call expressions.
2009-08-16 Anders CarlssonMake sure to call MaybeBindToTemporary when creating...
2009-08-16 Mike StumpUse the -NEXT feature of FileCheck.
2009-08-16 Anders CarlssonMove builtin call checking out into a separate function...
2009-08-16 Mike StumpCleanups and fixups for calculating the virtual base...
2009-08-15 Anders CarlssonBuildCXXConstructExpr doesn't need to take an ASTContext.
2009-08-15 Eli FriedmanAdd an explicit constructor to ActiveTemplateInstantiat...
2009-08-15 Anders CarlssonAdd a simple test for temporaries.
2009-08-15 Eli FriedmanFix test failure due to uninitialized member.
2009-08-15 Eli FriedmanImplement __is_empty. Patch by Sean Hunt.
next