]> granicus.if.org Git - clang/history - test
add some helper methods for removing and replacing text, this makes the
[clang] / test /
2008-01-31 Chris LattnerFix PR1965: missing diagnostics for parameters that...
2008-01-31 Chris LattnerFix a bogus test
2008-01-31 Chris LattnerFix a rewriter crash when the whole body of a foreach...
2008-01-31 Chris LattnerFix PR1921 by promoting negative indices to intptrty.
2008-01-30 Steve NaroffFix test case and add a FIXME.
2008-01-30 Lauro Ramos VenanciogetLLVMFieldNo can't be called before emitting the...
2008-01-30 Lauro Ramos VenancioA pointer to an opaque type is an "opaque type definition".
2008-01-30 Eli FriedmanFix codegen for conditionals with incommpatible pointer...
2008-01-30 Chris Lattnerfix a problem reported by Eli, caused by not keeping...
2008-01-30 Chris Lattnermake this pass by adding an expected error, add some...
2008-01-30 Steve NaroffMany refinements to Sema::MergeVarDecl(). This routine...
2008-01-29 Devang PatelHandle incomplete struct initializer.
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Steve NaroffTighten up ASTContext::typesAreCompatible()...it needs...
2008-01-29 Eli FriedmanFix a bug where CodeGen would attempt to erase an instr...
2008-01-29 Anders CarlssonImplement __builtin_offsetof.
2008-01-29 Chris LattnerFix a bug where we would incorrectly emit a "cannot...
2008-01-29 Anders CarlssonHandle binary or in constant expressions.
2008-01-29 Anders CarlssonCorrectly handle constants that refer to enums.
2008-01-29 Anders CarlssonCorrectly handle scalars in braces.
2008-01-29 Steve NaroffFix bz1950. ASTContext::functionTypesAreCompatible...
2008-01-28 Steve NaroffFix a bug with struct initializers (in Sema::CheckIniti...
2008-01-25 Chris LattnerAdd support for dispatching an objc message to a variable
2008-01-25 Chris LattnerFirst half of a fix for the "objc message send in initi...
2008-01-25 Fariborz JahanianDiagnose bad receiver type.
2008-01-25 Nate BegemanSupport checking and codegen of constant vector globals
2008-01-25 Steve NaroffReplace Sema::CheckVariableInitList, CheckConstantInitL...
2008-01-25 Chris LattnerFix a bug recovering from broken code with a goto that...
2008-01-23 Fariborz JahanianFixed a nasty bug which took a while to come up with...
2008-01-23 Chris Lattneradd support for -Wundef.
2008-01-22 Fariborz JahanianProblem with ObjC's type-encoding of nested structs...
2008-01-22 Lauro Ramos VenancioImplement bitfield write.
2008-01-22 Lauro Ramos VenancioImplement bitfield read.
2008-01-22 Chris LattnerFix PR1936, a crash on malformed #if. Thanks to Neil for
2008-01-21 Steve NaroffSema::CheckInitializerTypes(). Start simpliying and...
2008-01-21 Fariborz JahanianElimate bogus warning when va_start is correctly used in
2008-01-21 Lauro Ramos VenancioSimplify the bitfield codegen.
2008-01-21 Fariborz JahanianSynthesize methods with va-arg list correctly.
2008-01-19 Steve NaroffFix two bugs with an @throw that doesn't have a statement.
2008-01-18 Steve NaroffSema::FinalizeDeclaratorGroup(): Tighten up the tentati...
2008-01-18 Anders CarlssonAssert that the type of the cast is equal to the _unqua...
2008-01-18 Steve NaroffSema::FinalizeDeclaratorGroup()...make sure we emit...
2008-01-17 Fariborz JahanianDon't ICE on missing interface declaration when declari...
2008-01-17 Steve NaroffDeclarator::clear(): Null out variable after it's been...
2008-01-16 Steve NaroffType::isArithmeticType(): disallow incomplete enum...
2008-01-16 Chris LattnerMove promoteExprToType from being a static method in...
2008-01-16 Steve NaroffSema::MergeFunctionDecl()...make sure diagnostic is...
2008-01-15 Fariborz JahanianAdded support for rewriting of continue/break statement...
2008-01-15 Steve NaroffFinish up handling all permutations of "complex int...
2008-01-15 Steve Naroff- Change Type::isComplexType() to exlude GCC's complex...
2008-01-15 Chris Lattneravoid pasting L + "foo" into L"foo".
2008-01-15 Steve NaroffRework commit r45976, which was incorrect.
2008-01-14 Steve NaroffMake sure Sema::GetTypeForDeclarator() deals with abstr...
2008-01-14 Steve NaroffTeach Type::isIntegerType() about GCC's __complex__...
2008-01-14 Steve NaroffFix crasher when redefining functions. Not 100% pleased...
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-14 Steve NaroffRevert r45951, Chris says it violates the C99 spec.
2008-01-14 Anders CarlssonAdd codegen upport for implicit casts to aggregate...
2008-01-14 Chris LattnerFix ASTContext::typesAreCompatible when analyzing a...
2008-01-14 Steve NaroffRewrite Expr::isNullPointerConstant() to deal with...
2008-01-13 Steve NaroffChange Sema::CheckAddressOfOperation() to respect C99...
2008-01-12 Chris LattnerTighten up handling of __func__ and friends: it should...
2008-01-12 Chris LattnerFix the type of predefined identifiers like __func__...
2008-01-10 Fariborz JahanianRecover from user typo not having proper @interface...
2008-01-10 Fariborz JahanianRemove non-ascii chaaracter from diagnostic
2008-01-10 Fariborz JahanianWarn (as gcc does) when @end does not close anything.
2008-01-10 Fariborz JahanianPass rewritten output to 'clang' for verification.
2008-01-10 Fariborz JahanianAllow messaging expression as foreach's collection...
2008-01-09 Steve NaroffFix Sema::ActOnDeclarator() to call MergeFunctionDecl...
2008-01-09 Steve NaroffFix ASTContext::typesAreCompatible to allow for int...
2008-01-09 Steve NaroffTeach Sema::ActOnCompoundLiteral about constraint C99...
2008-01-09 Chris Lattnerimplement proper support for _Bool in memory, which...
2008-01-09 Fariborz JahanianType-cast RHS of assignment to prevent warning compilin...
2008-01-09 Fariborz JahanianFixed a bug whereby a parethesized collection expressio...
2008-01-09 Fariborz JahanianAnother test case for testing rewriteing of nested...
2008-01-09 Fariborz JahanianRemove dependency on objc.h
2008-01-09 Steve NaroffTeach Expr::isConstantExpr() about CompoundLiterals.
2008-01-08 Fariborz JahanianPatch to rewrite ObjC2's foreach-stmt.
2008-01-08 Steve NaroffFix Sema::CheckConditionalOperands(). The null pointer...
2008-01-07 Chris LattnerFix a nasty corner case that Neil noticed in PR1900...
2008-01-07 Fariborz JahanianLimit type of foreach's element and collection to be...
2008-01-07 Fariborz JahanianIssue diagnostics if more than one declaration in objec...
2008-01-04 Chris Lattneradd comments for the various AssignConvertType's, and...
2008-01-04 Chris LattnerMerge all the 'assignment' diagnostic code into one...
2008-01-04 Fariborz JahanianPatch to add semantics check for ObjC2's foreacn statement.
2008-01-03 Chris Lattnergeneralize some of the conversion warnings.
2008-01-03 Chris Lattnerupdate for changes in diagnostic strings.
2008-01-03 Chris Lattnergive better diagnostics for converting between function...
2008-01-03 Fariborz JahanianFixed a bug reported by Chris, involving assiging 0...
2008-01-03 Chris LattnerFix a crash reported by Seo Sanghyeon.
2008-01-02 Chris LattnerWhen promoting array to pointer for argument, don't...
2008-01-02 Chris LattnerFix PR1895: a crash on an ugly gcc extension.
2008-01-02 Fariborz JahanianIssue diagnostic when objective-c's @interface is prece...
2008-01-02 Fariborz JahanianPrevent crash on incorrect objc messaging expression.
2007-12-30 Nate BegemanAllow implicit casts during arithmetic for OCUVector...
2007-12-30 Nate BegemanRename stats to print-stats to avoid conflicting with...
2007-12-29 Christopher LambEnable CodeGen for member expressions based on call...
2007-12-27 Chris Lattneradd a file I forgot to svn add.
2007-12-27 Chris Lattneruse -emit-llvm-bc
2007-12-27 Chris Lattnerno need to verify this, no errors/warnings are expected.
next