]> granicus.if.org Git - clang/shortlog
clang
2009-03-12 Daniel DunbarAdd Diagnostic files for Frontend and move a couple...
2009-03-12 Daniel DunbarDriver: Tweak diag names to be more consistent.
2009-03-12 Daniel DunbarDriver: Use standard Diagnostic interface for diagnostics.
2009-03-12 Daniel DunbarDriver: Fix thinko in Arg::hasArg.
2009-03-12 Daniel DunbarDriver: '-' is parsed as an input.
2009-03-12 Daniel DunbarDriver: Start sketching construction of abstract built...
2009-03-12 Zhongxing XuAdd comments.
2009-03-12 Daniel DunbarDriver: Add information on Driver input/temporary types.
2009-03-12 Daniel DunbarDriver: Add Option flags.
2009-03-12 Daniel Dunbarccc: Tweak some group names.
2009-03-12 Daniel DunbarDriver: Add definitions for all the gcc options the...
2009-03-12 Zhongxing XuUse getAsRecordType() to get around sugar types.
2009-03-12 Daniel DunbarDriver: Tweak option naming/def:
2009-03-12 Daniel Dunbarccc: Cleanup arguments a bit; we don't need a separate...
2009-03-12 Daniel DunbarFix uninitialized use in GetAddrOfGlobalBlock, reenable...
2009-03-12 Zhongxing XuAdd comments to test case.
2009-03-12 Daniel DunbarDriver: Reorder arguments in Options.def so option...
2009-03-12 Daniel DunbarDriver: Add ArgList::hasArg, for testing for the presen...
2009-03-12 Daniel DunbarDriver: Add Option::getId and Option::matches taking...
2009-03-12 Daniel DunbarDriver: Add default index (=0) for Arg::getValue and...
2009-03-12 Douglas GregorNote some advances in our C++ support
2009-03-11 Douglas GregorProperly restore ActiveScope when we exit parsing of...
2009-03-11 Douglas GregorFix various problems with matching out-of-line definiti...
2009-03-11 Ted KremenekRemove '[naming convention]' from bug type.
2009-03-11 Chris Lattneradd some spaces :)
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...
next