]> granicus.if.org Git - clang/shortlog
clang
2008-12-20 Ted KremenekFix <rdar://problem/6454568>: BugReporter should correc...
2008-12-19 Chris Lattneravoid using a typedef that isn't always included from...
2008-12-19 Fariborz JahanianMore encoding support. This time for
2008-12-19 Anders CarlssonGet rid of the old Expr::Evaluate variant.
2008-12-19 Anders CarlssonPass -fblocks to clang
2008-12-19 Douglas GregorAdd a missing @end. Why didn't this get diagnosed?
2008-12-19 Douglas GregorSupport more implicit conversions for Objective-C types...
2008-12-19 Fariborz JahanianTest case for my last @encode patch.
2008-12-19 Douglas GregorAllow downcasts of pointers to Objective-C interfaces...
2008-12-19 Anders CarlssonFix for PR3234
2008-12-19 Ted KremenekUpdated checker build.
2008-12-19 Fariborz JahanianSeveral@encode bug fixes for ObjC.
2008-12-19 Ted KremenekUpdate Xcode project.
2008-12-18 Douglas GregorAdd some more implicit conversions for Objective-C++
2008-12-18 Ted KremenekAdded test case for suppressing leak warnings for refer...
2008-12-18 Ted KremenekFix regression when invalidating reference-counts for...
2008-12-18 Steve NaroffDon't define __STDC__ when compiling with -fms-extensions
2008-12-18 Douglas GregorDon't check initializers when there are dependent types...
2008-12-18 Douglas GregorUltrasimplistic sketch for the parsing of C++ template...
2008-12-18 Ted KremenekUse '&' to test StartOfLine flag.
2008-12-18 Fariborz JahanianRemoved a slot in ObjCMemRegExpr used in
2008-12-18 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=3189.
2008-12-18 Chris Lattneradd a simple fast-path for the common case of [] and...
2008-12-18 Chris Lattnerrename argument
2008-12-18 Chris Lattnerdisallow attributes in a few callers of ParseTypeQualif...
2008-12-18 Chris LattnerClean up the C89/C++ warnings about C99 array features...
2008-12-18 Zhongxing XuAdd method used by ImmutableMap GDM specialization.
2008-12-18 Daniel DunbarAllow ABI to use StructRet even for scalar values.
2008-12-18 Chris LattnerThis is valid in C++.
2008-12-18 Chris LattnerMerge function-return.c into function.c
2008-12-18 Chris Lattnerimplement PR3177 - "__extension__ union" not supported...
2008-12-17 Ted KremenekUpdated checker build.
2008-12-17 Ted KremenekRewrite PTHLexer::DiscardToEndOfLine() to not use GetTo...
2008-12-17 Nuno Lopesfix leakage of var's initializers
2008-12-17 Ted KremenekChange PTHLexer::getSourceLocation() to not call GetTok...
2008-12-17 Ted KremenekPTHLexer::isNextPPTokenLParen() no longer calls GetToke...
2008-12-17 Douglas GregorDelay semantic analysis of the C++ names casts when...
2008-12-17 Nuno Lopesfix a few more memory leaks: clean the ASTRecordLayouts...
2008-12-17 Eli FriedmanOops, accidentally commited the wrong version of the...
2008-12-17 Fariborz JahanianPatch to re-implement duplicate ivar checking
2008-12-17 Eli FriedmanDo proper recovery from an invalid switch condiition...
2008-12-17 Ted KremenekCF-retain/release checker:
2008-12-17 Fariborz JahanianThis patch will build the Records lazily per Steve...
2008-12-17 Chris Lattneradd a dropped word back
2008-12-17 Ted KremenekUpdated checker build.
2008-12-17 Ted KremenekFix <rdar://problem/6451816>:
2008-12-17 Ted KremenekAdd pretty-printing for AnonTypedRegion.
2008-12-17 Ted KremenekShadow CurPtr with a local variable in ReadToken.
2008-12-17 Fariborz JahanianAdded comment to Steve's patch to clarify the case.
2008-12-17 Fariborz JahanianConsolidated property check into property-typecheck...
2008-12-17 Douglas GregorMake the injected-class-name of a C++ class a separate...
2008-12-17 Douglas GregorRemove the crufty reverse_decl_iterator
2008-12-17 Douglas GregorRemoved the warning
2008-12-17 Steve NaroffRemove rewriter dependency on 'nil' macro (used when...
2008-12-17 Steve NaroffFix <rdar://problem/6450964> clang on xcode: Assertion...
2008-12-17 Chris Lattnerdiagnose C99 6.9.1p5, C arguments in definitions that...
2008-12-17 Chris LattnerMove the other Sema::ActOnLinkageSpec to SemaDeclCXX.
2008-12-17 Chris LattnerMove Sema::ActOnLinkageSpec to SemaDeclCXX.
2008-12-17 Douglas GregorMake sure that enumerators show up within the enumerati...
2008-12-17 Douglas GregorFix PrintParserCallbacks for the new ActOnLinkageSpec...
2008-12-17 Fariborz JahanianSemantics of @protocol attributes.
2008-12-17 Steve NaroffTweaks to allow us to rewrite with -x=objective-c+...
2008-12-16 Nuno Lopesremove debug stmt, sorry..
2008-12-16 Nuno Lopesfix PR 3222: allow one to get the address of a global...
2008-12-16 Douglas GregorMake linkage-specifications hold on to all of their...
2008-12-16 Eli FriedmanFix crash with -ast-dump in C++.
2008-12-16 Ted KremenekAdd new GRWorkList class that uses two queues:
2008-12-16 Ted KremenekProgramPoint:
2008-12-16 Douglas GregorDelay parsing of default arguments of member functions...
2008-12-16 Eli FriedmanSilence a couple more operator precedence warnings...
2008-12-16 Eli FriedmanWarning fixes to operator precedence warnings.
2008-12-16 Nate BegemanRemove tabs.
2008-12-16 Fariborz JahanianPatch to check for ObjC's property type.
2008-12-16 Steve NaroffFix <rdar://problem/6445502> clang ObjC rewriter: _Bloc...
2008-12-16 Douglas GregorPartial fix for qualified name lookup, such that the...
2008-12-16 Zhongxing XuImplement RegionStoreManager::Remove().
2008-12-16 Fariborz JahanianDiagnose that ivars in current and super class may not
2008-12-16 Douglas GregorMake name lookup when we're inside a declarator's scope...
2008-12-16 Douglas GregorAdded a test for default arguments added to out-of...
2008-12-15 Douglas GregorDiagnose erroneous uses of out-of-line member definitio...
2008-12-15 Eli FriedmanFix for PR3212: don't descend into C++ operator overloa...
2008-12-15 Eli FriedmanMake error handling for va_start a bit more robust...
2008-12-15 Fariborz JahanianName of addLayoutToClass is confusing as no layout...
2008-12-15 Douglas GregorPlace constructors and destructors into the DeclContext...
2008-12-15 Fariborz JahanianAnd a test case for my previous patch.
2008-12-15 Fariborz JahanianCode gen. for ivar references; including bitfield
2008-12-15 Ted KremenekPreprocessor: Allocate MacroInfo objects using a BumpPt...
2008-12-15 Ted KremenekFix regression in handling sizeof(void) in the static...
2008-12-15 Fariborz JahanianRemoved setRecordForDecl. Added a FIXME.
2008-12-15 Douglas GregorDon't double-destroy constructors defined out-of-line...
2008-12-15 Douglas GregorCreate new EnumDecl nodes for redeclarations of enums...
2008-12-14 Nuno Lopesdont call iterator::end() on every cycle and dont read...
2008-12-14 Nuno Lopesminor WS fix for the previous commit
2008-12-14 Nuno Lopesfix leakage of CXXSpecialName objects in DeclarationNam...
2008-12-14 Zhongxing XuI think we should getRValueType here. The lvaluetype...
2008-12-14 Ted KremenekUpdated checker build.
2008-12-13 Anders CarlssonStore the size of the EH stack inside each BreakContinu...
2008-12-13 Fariborz JahanianPatch for ObjCIvarRefExpr containing the field
2008-12-13 Ted KremenekMemRegion:
2008-12-13 Fariborz JahanianAdd storage layout to ObjC classes.
next