]> granicus.if.org Git - clang/shortlog
clang
2010-04-07 Jeffrey YasskinFix some redundant errors by changing CXXScopeSpec...
2010-04-07 Chris Lattnerupdate for api change.
2010-04-07 Sean HuntImplement checking for template literal operator functi...
2010-04-07 Eric ChristopherAdd support for stpncpy_chk.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Sean HuntUpdated comment to reflect changes made in the most...
2010-04-07 Sean HuntFixed 80-cols violation
2010-04-07 Chris Lattneradd a new driver-level -ferror-limit=412 option, which...
2010-04-07 Chris Lattneradd clang -cc1 level support for "-ferror-limit 42"
2010-04-07 Douglas GregorReturn early from Sema::MarkDeclarationReferenced when...
2010-04-07 Chris Lattneradd capabilities to stop emitting errors after some...
2010-04-07 Ted KremenekDon't emit an 'unused expression' warning for '||'...
2010-04-07 Chris LattnerInstead of counting totally diagnostics, split the...
2010-04-07 Chris Lattnerconvert to -verify mode.
2010-04-07 Douglas GregorImprove handling of friend types in several ways:
2010-04-07 Douglas GregorSplit Sema::ActOnFriendTypeDecl into Sema::CheckFriendT...
2010-04-07 John McCall@llvm.sqrt isn't really close enough to C's sqrt to...
2010-04-07 Chris Lattnera ridiculous amount of propagation through the backend...
2010-04-07 Zhongxing XuFix comment.
2010-04-07 Ted KremenekUpdate checker build.
2010-04-07 Jeffrey YasskinDeprecate CXXScopeSpec::isSet() in favor of isNotEmpty...
2010-04-07 John McCallTeach -Wsign-compare to treat 1 << blah as "idiomatical...
2010-04-07 Ted KremenekFix crash in StoreManager::CastRegion() when the base...
2010-04-07 John McCallCheck access for the implicit calls to destructors...
2010-04-07 Ted KremenekFix CIndex crash on invalid code reported in <rdar...
2010-04-07 Fariborz JahanianImprove on diagnostics when an objc class is used as
2010-04-07 Douglas GregorImplement code completion for Objective-C method declar...
2010-04-06 Fariborz JahanianMinor clean up.
2010-04-06 Fariborz Jahaniandefault access for synthesize ivar is @protect.
2010-04-06 Fariborz JahanianPatch to not build ivar ASTs when they are ilegally
2010-04-06 John McCallDevote a special diagnostic to the typo
2010-04-06 Ted KremenekTeach MemRegion::getBaseRegion() about ObjCIvarRegions...
2010-04-06 John McCallImplement the protected access restriction ([class...
2010-04-06 Douglas GregorWhen code completion produces an overload set as its...
2010-04-06 Douglas GregorDo not produce semicolons at the end of code-completion...
2010-04-06 Douglas GregorOnly prove macros as code-completion results when we...
2010-04-06 Ted KremenekFix ccc-analyzer's handling of quoted arguments in...
2010-04-06 Douglas GregorWhen sending a message to "id", apply some heuristics...
2010-04-06 Chris Lattneradd a testcase that the integrated assembler rejects...
2010-04-06 Chris Lattnerteach clang to install the inline asm diagnostic handler,
2010-04-06 Chris Lattnerreduce indentation, tidy.
2010-04-06 Blaine Garstimproved wording around ABI
2010-04-06 Douglas GregorMake code-completion for Objective-C message sends...
2010-04-06 Chris Lattnerfit in 80 cols
2010-04-06 Fariborz JahanianPut type restriction on convesion to nonconforming...
2010-04-06 Daniel DunbarDriver: Add a Tool::hasGoodDiagnostics hook, and use...
2010-04-06 Douglas GregorImplement support for code completion of an Objective...
2010-04-06 Douglas GregorAdd test for code completion of Objective-C message...
2010-04-06 Douglas GregorPerform code-completion within ParseCastExpression...
2010-04-06 Douglas Gregorclang-wpa fixes for Diagnostic
2010-04-06 Zhongxing XuFix PR 6725. It looks like the copy constructor gets...
2010-04-06 Douglas GregorUnbreak build
2010-04-06 Daniel DunbarIRgen: Move BitFieldIsSigned bit into CGBitFieldInfo.
2010-04-06 Daniel DunbarSimplify.
2010-04-06 Daniel DunbarSimplify.
2010-04-05 Douglas GregorMake Diagnostic reference-counted, which is simpler...
2010-04-05 Ted KremenekUse cast<> + OpaquePtr.getAs<Decl> to add extra checkin...
2010-04-05 Chris Lattnerinline in MC assembly parsers. clang -integrated-as now
2010-04-05 Chris LattnerMatch MemoryBuffer API changes.
2010-04-05 Ted KremenekFix possible null dereference by bailing out of CheckOb...
2010-04-05 Douglas GregorGrrrr
2010-04-05 Douglas GregorTry to de-bork build of WPA
2010-04-05 Daniel DunbarIRgen: Move BitField LValues to just hold a reference...
2010-04-05 Douglas GregorExtend the type printing policy to allow one to turn...
2010-04-05 Jeffrey YasskinPrint the errors when a clang test fails instead of...
2010-04-05 Douglas GregorClarify the ownership semantics of the Diagnostic objec...
2010-04-05 Devang PatelEmit debug info for objc getters and setters.
2010-04-05 Chris Lattnerfix PR6780, properly handling the IR {|} escapes in...
2010-04-05 Douglas GregorMake the ASTUnit constructor private; all ASTUnit clien...
2010-04-05 Chris Lattnerfix PR6782, an accept invalid. We weren't emitting...
2010-04-05 Douglas GregorMinor ASTUnit cleanups:
2010-04-05 Daniel DunbarIRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace...
2010-04-05 Daniel DunbarAdd a FIXME and reduce nesting.
2010-04-05 Douglas GregorCode completion results that refer to macros now get...
2010-04-05 Zhongxing XuAlways assume block-level expressions in the caller...
2010-04-05 Zhongxing XuSince now we process regions in clusters when removing...
2010-04-04 Mon P WangReapply patch for adding support for address spaces...
2010-04-03 Rafael EspindolaDon't produce a vtable for a class if we have an explic...
2010-04-02 Eric ChristopherAdd option and macro definition for AES instructions...
2010-04-02 Fariborz JahanianImprove diagnosing when a method type does not start...
2010-04-02 Daniel DunbarIRgen/NeXT: Remove my refactoring-enabling asserts...
2010-04-02 Daniel DunbarAvoid unneeded calls to opt/llvm-dis.
2010-04-02 Daniel DunbarMerge several tests into switch.c.
2010-04-02 Daniel DunbarIRgen/Obj-C: Eliminate FindIvarInterface, now that...
2010-04-02 Daniel DunbarAST: Add ObjCIvarDecl::getContainingInterface().
2010-04-02 Fariborz Jahaniandiagnose declaring class extension after its implementation
2010-04-02 Chris LattnerNewDebugLoc got renamed to DebugLoc.
2010-04-02 Daniel DunbarSema/Obj-C: Narrow type of ObjCIvarDecl::Create, and...
2010-04-02 Fariborz JahanianDiagnose invalid code with -fobjc-nonfragile-abi2 when
2010-04-02 Daniel DunbarSema/Obj-C: Narrow type, and simplify.
2010-04-02 Douglas GregorWe seem to get an inconsistent alignment value in the...
2010-04-02 Mon P WangRevert r100193 since it causes failures in objc in...
2010-04-02 Daniel DunbarSema/Obj-C: Simplify -- eliminate dead casts & provable...
2010-04-02 Douglas GregorRework our handling of copy construction of temporaries...
2010-04-02 Mon P WangReapply patch for adding support for address spaces...
2010-04-02 Daniel DunbarCG/NeXT: Assert some invariants on an ivar's containing...
2010-04-02 Anders CarlssonIf a constructor is a dependent context, just set the...
2010-04-02 Anders CarlssonDiagnose multiple base and member initializers in class...
2010-04-02 Anders CarlssonMore cleanup.
2010-04-02 Anders CarlssonConstify.
next