]> granicus.if.org Git - clang/shortlog
clang
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...
2009-03-09 Steve NaroffImplement property '.' notation on Factory/Class object...
2009-03-09 Daniel DunbarTweak CreateMetadataVar, take the exact alignment inste...
2009-03-09 Fariborz JahanianMore fix for bitfield ivar meta-data and code gen acces...
2009-03-09 Chris Lattnerimplement -Wsystem-headers, eliminating the wierd thing...
2009-03-09 Ted KremenekTeach GRSimpleVals::EvalNE and GRSimplVals::EvalEQ...
2009-03-09 Chris Lattnerfix PR3764 - A redefinition of a pre-processor macro...
2009-03-09 Chris Lattnerconvert this to use -verify.
2009-03-09 Chris Lattnerrename test
2009-03-09 Ted KremenekAdd member template "MemRegion::getAs<RegionType>"...
2009-03-09 Ted KremenekRemove some dead spacing. No functionality change.
2009-03-09 Daniel DunbarFix typo in pref commit.
2009-03-09 Daniel DunbarNeXT: Add CreateMetadataVar utility method to encapsula...
2009-03-09 Douglas GregorRevert r66423, which was not the right fix for this...
2009-03-09 Daniel Dunbarccc: Parse -T{bss,data,text}, -iwithsysroot, -specs...
2009-03-09 Douglas GregorFix a little FIXME, thanks to Sebastian
2009-03-09 Douglas GregorMark a non-type template parameter invalid if there...
2009-03-09 Douglas GregorRename DiagnoseIncompleteType to RequireCompleteType...
2009-03-09 Zhongxing XuOnly track integer and pointer values.
2009-03-09 Zhongxing XuNow we do not retrieve untyped regions.
2009-03-09 Chris Lattnerdo not warn about -=/=- confusion with macros, thanks...
2009-03-09 Chris Lattnerlink to blocks dox
2009-03-09 Chris Lattneradd some description of the block language extension.
2009-03-09 Chris LattnerThe long-rumored blocks implementation document.
2009-03-09 Zhongxing XuFix a serious bug in RegionStore: we got the new state...
2009-03-09 Mike StumpBe sure to never create two functions with the same...
2009-03-08 Fariborz JahanianCode refactoring. No functional change.
2009-03-08 Chris Lattnerthe macro redefinition ext warning should default to...
2009-03-08 Chris Lattnerthis test isn't testing anything.
2009-03-08 Chris Lattnerundefined -> unspecified. Thanks Mike.
2009-03-08 Chris Lattnerimplement PR3753, warning about comparisons with a...
2009-03-08 Steve NaroffRemove dead clause (we decided not to support protocol...
2009-03-08 Steve NaroffImprovements to private method lookup.
2009-03-08 Chris Lattneradd \n characters to the scratch buffer *before* return...
2009-03-08 Chris Lattnergeneralize the "end of line" checking logic to stop...
2009-03-08 Chris Lattnersimplify some logic by making ScratchBuffer handle...
2009-03-08 Chris LattnerUpdate DeclNodes.def to reflect the move of ObjCCategor...
2009-03-08 Chris Lattnerimprove comments for MemberExpr.
2009-03-08 Chris Lattnerrefine the "use of unary operator that may be intended...
2009-03-08 Chris Lattneradd rdar#
2009-03-07 Anders CarlssonMake mangling work with anonymous tag types. Doug,...
2009-03-07 Chris Lattnerfix test
2009-03-07 Anders CarlssonMangle Objective-C interfaces correctly (where correctl...
2009-03-07 Eli FriedmanMake constant emission for @encode use the common strin...
2009-03-07 Fariborz Jahaniancorrect bitfield ivar offset in ivar meta-data.
2009-03-07 Mike StumpFix warnings in build on clang-x86_64-freebsd buildbot.
2009-03-07 Sanjiv GuptaMangle param names with .arg. only.
2009-03-07 Mike StumpFixup our uses of various linkages to match how llvm...
2009-03-07 Mike StumpIf someone could figure out this is necessary, that...
2009-03-07 Mike StumpFix to account for default support for blocks. Once...
2009-03-07 Mike StumpFix typo, need parens.
2009-03-07 Sebastian RedlSome struct/class mismatch fixes, to silence MSVC warnings.
2009-03-07 Sebastian RedlImprove error messages on bad warning options.
2009-03-07 Eli FriedmanDon't discard increment/decrement on function pointers...
2009-03-07 Mike StumpRemove last FIXME for block literal codegen that I...
2009-03-07 Mike StumpRemove some FIXMEs for block literals that should be...
2009-03-07 Eli FriedmanBack out the patch in r66302, and re-fix it properly...
2009-03-07 Mike Stumpcodegen support for dispose helpers for block literals.
2009-03-07 Mike StumpCodegen support for copy helpers for block literals.
next