]> granicus.if.org Git - clang/shortlog
clang
2009-03-11 Daniel Dunbarccc: -x assembler-with-cpp was broken for darwin, and...
2009-03-11 Gabor Greifgnu++0x is definitely *not* the default
2009-03-11 Douglas GregorMove most of the checking from ActOnCXXMemberDeclarator...
2009-03-11 Chris Lattnerdon't use strtoul on a non-null-terminated string.
2009-03-11 Daniel Dunbarx86_32 ABI: Don't try and expand structures with bitfields.
2009-03-11 Ted KremenekAdd TypedViewRegion::isBoundable() to indicate whether...
2009-03-11 Fariborz JahanianCode refactoring. No change in functionality.
2009-03-11 Fariborz JahanianMore of objc2's ivar layout bitmap (Next: specific).
2009-03-11 Douglas GregorMake sure that we set the access specifier for an insta...
2009-03-11 Douglas GregorEliminate CXXClassMemberWrapper
2009-03-11 Douglas GregorEliminate CXXClassVarDecl. It doesn't add anything
2009-03-11 Duncan SandsAdjust for linkage name change.
2009-03-11 Steve NaroffImplement FIXME related to <rdar://problem/6496506...
2009-03-11 Douglas GregorImplement basic template instantiation for fields....
2009-03-11 Ted Kremenek'-o' option now supports relative paths.
2009-03-11 Ted KremenekFix StmtIterator bug reported in PR 3780 where a VLA...
2009-03-11 Douglas GregorAdd basic, hackish support for instantiation of typedef...
2009-03-11 Anders CarlssonAdd parser support for static_assert.
2009-03-11 Steve NaroffFix <rdar://problem/6655054> clang issues bogus error...
2009-03-11 Steve NaroffFix <rdar://problem/6578665> user declared setter metho...
2009-03-11 Zhongxing XuThis test case checks if we get the right rvalue type...
2009-03-11 Zhongxing XuThe RValueType of a TypedViewRegion should be the point...
2009-03-11 Zhongxing XuDo not stipulate the record type is a definition in...
2009-03-11 Duncan SandsCorrect for change of this name in LLVM.
2009-03-11 Zhongxing XuFix crash when LHS of pointer arithmetic is not Element...
2009-03-11 Ted KremenekUpdate checker build.
2009-03-11 Ted KremenekRegionStore::getLValueElement: Handle the case where...
2009-03-11 Ted KremenekAdd utility method to BasicValueFactory to convert...
2009-03-11 Ted KremenekGRExprEngine::ProcessBranch: Don't register a "pretty...
2009-03-11 Chris LattnerImprove the "bad receiver" warning for ObjC message...
2009-03-11 Ted KremenekFix PR 3780: In one code path in BasicValueFactory...
2009-03-11 Ted KremenekGRExprEngine: Add pretty-stack trace printing for crash...
2009-03-11 Ted KremenekSimpleConstraintManager doesn't reason about bitwise...
2009-03-11 Ted KremenekGRExprEngine: For places we might conjure up a new...
2009-03-11 Ted KremenekAdd accessor method.
2009-03-11 Ted KremenekAdd accessor method to return a GRStateManager's intern...
2009-03-11 Ted KremenekAdded method "canReasonAbout" to ConstraintManager...
2009-03-11 Ted KremenekDisplay the exploded graph before calling BugReporter...
2009-03-11 Ted KremenekUse the BugReports in BugReporter to determine the...
2009-03-11 Ted KremenekAdd some iterators to BugReporter.
2009-03-11 Anders CarlssonUse the right indentation
2009-03-11 Chris LattnerClear all the linetable state in clear(), fixing problems
2009-03-11 Chris Lattnerfix PR3258 by rejecting invalid numeric operands.
2009-03-11 Ted KremenekRemove space-break that interrupts one string literal...
2009-03-11 Fariborz JahanianMore Next objc2's gc ivar layout bitmap work.
2009-03-11 Chris Lattnerchecking for symbolic operands as well as % at end...
2009-03-11 Daniel DunbarFix typo.
2009-03-10 Chris Lattnerposition the caret properly on asm string diagnostics...
2009-03-10 Chris Lattnerreject invalid escape characters in extended-asm string...
2009-03-10 Daniel DunbarDriver: Add host info (add new files).
2009-03-10 Daniel DunbarDriver: Add host info (add new files).
2009-03-10 Douglas GregorAdd type checking for tentative definitions at the...
2009-03-10 Daniel DunbarDriver: Add host info.
2009-03-10 Chris Lattneradd plumbing to report diagnostics back through sema...
2009-03-10 Chris Lattnermove the asm string analysis code out of codegen into...
2009-03-10 Douglas GregorPartial fix for PR3310, concerning type-checking for...
2009-03-10 Devang PatelEmit super class debug info.
2009-03-10 Daniel DunbarDriver: Handle magic -ccc- options.
2009-03-10 Douglas GregorExtend the notion of active template instantiations...
2009-03-10 Douglas GregorIf we run into multiple errors within the same template...
2009-03-10 Douglas GregorAdd pretty-printing for class template specializations...
2009-03-10 Douglas GregorWhen pretty-printing an anonymous tag type that is...
2009-03-10 Douglas GregorAdd a notion of "post-diagnostic hooks", which are...
2009-03-10 Fariborz Jahanianir-gen support for class getter/setter call
2009-03-10 Daniel DunbarRemove some now-unneeded calls to llvm::errs().flush().
2009-03-10 Steve NaroffSimplify SelectorTable::constructSetterName() usage...
2009-03-10 Anders CarlssonAddress Doug's comments wrt the mangler and fix Eli...
2009-03-10 Fariborz JahanianMore objc2's gc meta-data work related to ivar layout...
2009-03-10 Chris Lattnerupdate this, C headers don't need hacks anymore.
2009-03-10 Ted KremenekUpdate analyzer build.
2009-03-10 Chris LattnerFix PR3682 by just disabling a broken assertion. This...
2009-03-10 Chris Lattnerreduce duplication of parsing code between %0 and ...
2009-03-10 Chris Lattnermove matching of named operands into AsmStmt class...
2009-03-10 Chris Lattnerreduce nesting, use memchr instead of explicit loop...
2009-03-10 Chris LattnerExpand %= into ${:uid} so that the code generator emits...
2009-03-10 Ted KremenekBugReporter:
2009-03-10 Ted KremenekAdjust HTML diagnostics CSS to not use "smaller" for...
2009-03-10 Ted KremenekAdd FullSourceLoc::getDecomposedLoc.
2009-03-10 Chris Lattneradd some helper methods to AsmStmt and add some comments.
2009-03-10 Chris Lattnerslightly simplify some code, pull the 'is simple asm...
2009-03-10 Ted KremenekPathDiagnosticControlFlowPiece:
2009-03-10 Ted KremenekHandle "Macro" PathDiagnosticPiece kind when getting...
2009-03-10 Daniel DunbarForward -ftemplate-depth-<N> to clang's -ftemplate...
2009-03-10 Douglas GregorLimit the template instantiation depth to some user...
2009-03-09 Daniel DunbarBackout r66408, we don't want handling of globals to...
2009-03-09 Douglas GregorAdd a test case that goes with the last commit
2009-03-09 Douglas GregorImplement template instantiation for ClassTemplateSpeci...
2009-03-09 Ted KremenekUpdate checker build.
2009-03-09 Daniel DunbarReapply r66316, it got accidentally reverted in r66317.
2009-03-09 Ted Kremenekscan-build: Also look for clang in the same directory...
2009-03-09 Ted Kremenekretain/release checker: Allow allocations to fail by...
2009-03-09 Ted KremenekRegionStore::getElementLValue(): Handle the case where...
2009-03-09 Ted KremenekAdd test case for <rdar://problem/6659160>.
2009-03-09 Daniel DunbarNeXT: Set alignment on a number of ObjC metadata variab...
2009-03-09 Chris Lattnermove -g option down into rest of codegen section
2009-03-09 Chris Lattnermove debug info generation flag into CompileOptions.
2009-03-09 Chris Lattnerupdate project for driver -> frontend rename.
2009-03-09 Chris Lattnerfix PR3768, Clang does -D__STDC_HOSTED__=1, even if...
2009-03-09 Daniel DunbarNeXT: Move some routines over to CreateMetadataVar.
2009-03-09 Chris LattnerFix PR3766, a really nasty silent miscompilation case...
next