]> granicus.if.org Git - clang/shortlog
clang
2008-08-20 Ted KremenekRe-enable deletion of AST nodes upon completion of...
2008-08-20 Ted KremenekAdded ObjCAtDefsFieldDecl to represent FieldDecls creat...
2008-08-20 Eli FriedmanReorganize the class hierarchy for x86 targets; shouldn...
2008-08-20 Eli FriedmanFix test failure on Linux.
2008-08-20 Eli FriedmanFix some spam from make I accidentally introduced.
2008-08-20 Daniel DunbarMove all Obj-C runtime interaction into CodeGenFunction.
2008-08-20 Eli FriedmanGet rid of the bogus -depth +0 argument; I really have...
2008-08-19 Ted KremenekMove store pretty-printing logic inside of StoreManager...
2008-08-19 Ted KremenekPatch by Zhongxing Xu!
2008-08-19 Steve NaroffFix crasher in RewriteObjC::RewriteObjCSynchronizedStmt...
2008-08-19 Chris LattnerUse raw_ostream to output an unsigned.
2008-08-19 Ted KremenekUpdate checker-78.
2008-08-19 Chris Lattneradd testcase we already handle.
2008-08-18 Argyrios KyrtzidisAdd ExplicitCastExpr to replace the current CastExpr...
2008-08-18 Chris Lattnerproper grammar n stuph
2008-08-18 Chris Lattnerwarn when someone tries to make an array of ObjC interf...
2008-08-18 Argyrios Kyrtzidis"Remove the 'else' since the code is fallthrough after...
2008-08-18 Ted KremenekRecord arguments in .info file.
2008-08-18 Daniel DunbarSupport initialization of incomplete array with zero...
2008-08-18 Chris LattnerFix PR2627, support for Q constraint.
2008-08-18 Chris LattnerSeveral cleanups and tweaks to diagnostics in Sema...
2008-08-18 Chris Lattnerfix bogus run line.
2008-08-18 Ted Kremenekscan-build/ccc-analyzer now also report clang parser...
2008-08-18 Daniel DunbarMake TargetInfo::DescriptionString const (avoid compile...
2008-08-18 Daniel DunbarAdd svn:ignore on lib/Driver/Release-Asserts
2008-08-18 Daniel DunbarChange test/Makefile to automatically test all subdirs.
2008-08-18 Daniel DunbarFix test case RUN: line (thanks Argiris)
2008-08-18 Sanjiv GuptaAllow targets to override description string.
2008-08-17 Argyrios KyrtzidisType::isIntegerType() returns true for types between...
2008-08-17 Chris Lattnervarious updates to match r54873 on mainline.
2008-08-17 Chris Lattnerprinting with an unspecified dest means to print to...
2008-08-17 Chris Lattnerdon't delete a variable on the stack
2008-08-17 Chris Lattnersimplify this code a bit more.
2008-08-17 Ted KremenekMigrate the retain/release checker to not manage the...
2008-08-17 Chris Lattnerremove global variables for output stream.
2008-08-17 Ted KremenekMigrate GRState::ConstEqTy (map used from tracking...
2008-08-17 Ted KremenekAdded GRStateTrait.h, which includes boilerplate code...
2008-08-17 Chris LattnerSwitch to shared raw_ostream code instead of having...
2008-08-16 Nico Weberhonor EscapeSpaces in 2nd overload of EscapeText()
2008-08-16 Argyrios KyrtzidisMove the C++ Sema tests into a separate SemaCXX directory.
2008-08-16 Argyrios KyrtzidisMove the type checking that Sema::ActOnCastExpr does...
2008-08-16 Argyrios KyrtzidisPut (argument)-expression-list parsing in a separate...
2008-08-16 Argyrios KyrtzidisC++ casts, (static_cast. dynamic_cast, etc.) can have...
2008-08-16 Argyrios KyrtzidisMove handling of postfix-expression suffixes out of...
2008-08-16 Nick LewyckyIt's spelt "uninitialized".
2008-08-16 Nico Weberadd missing class declaration
2008-08-16 Argyrios KyrtzidisSet the SourceRange ending of DeclSpec, when Parser...
2008-08-16 Argyrios KyrtzidisDeclarator class considers DeclSpec as immutable; Decla...
2008-08-16 Daniel DunbarAdd NeXT runtime support for generating methods.
2008-08-16 Daniel DunbarAdd CodeGen support for AddrLabelExpr in initializers.
2008-08-16 Daniel DunbarChange WarnUnsupported to ErrorUnsupported (in name...
2008-08-16 Ted KremenekGRState:
2008-08-16 Ted KremenekEnhance null-dereference checker test.
2008-08-16 Daniel DunbarChange ObjCRuntime::LookupClass -> GetClass, and now...
2008-08-15 Daniel DunbarUpdate Expr::{getIntegerConstantExprValue, isIntegerCon...
2008-08-15 Daniel DunbarClean up CodeGenModule interface.
2008-08-15 Daniel DunbarIdent class tree in DeclBase properly.
2008-08-15 Daniel DunbarChange CGObjCRuntime methods to take appropriate clang...
2008-08-15 Daniel DunbarInfinite loops considered harmful.
2008-08-14 Ted KremenekUpdated latest checker build.
2008-08-14 Ted KremenekDefault initialize only pointers and integer types...
2008-08-14 Daniel DunbarChange Parser & Sema to use interned "super" for compar...
2008-08-14 Ted KremenekMigrated retain/release checker to use the Generic...
2008-08-14 Steve NaroffFix ASTContext::getObjCEncodingForType() to limit the...
2008-08-14 Chris LattnerMake diagnostics relating to the callee hilight just...
2008-08-14 Ted KremenekFix typo.
2008-08-13 Daniel DunbarUpdate some isIntegerConstantExpr uses to use
2008-08-13 Nuno Lopesmake sure the size of constant arrays is respected
2008-08-13 Daniel DunbarAdd GetAddrOfConstantCString method
2008-08-13 Ted KremenekRenamed GRState::CheckerStatePrinter to GRState::Printer.
2008-08-13 Ted KremenekUpdate Xcode project.
2008-08-13 Ted KremenekUpdate Xcode project.
2008-08-13 Steve NaroffSema::ActOnStartProtocolInterface(): Make sure the...
2008-08-13 Ted KremenekUpdate VS project file.
2008-08-13 Ted KremenekRename ValueState.h -> GRState.h
2008-08-13 Ted KremenekRename ValueState -> GRState.
2008-08-13 Ted KremenekUpdated latest checker build.
2008-08-13 Ted KremenekAdded test case.
2008-08-13 Ted KremenekInitialize tracked local variables to undefined.
2008-08-13 Daniel DunbarImplement Obj-C protocol metadata generation for NeXT.
2008-08-13 Ted KremenekFix memory leak found by Sam Bishop: delete WList in...
2008-08-13 Daniel DunbarChange ObjCRuntime GenerateProtocol[Ref] methods to...
2008-08-12 Ted KremenekAdded GenericDataMap as a component of ValueState.
2008-08-12 Ted KremenekUpdate VS project files.
2008-08-12 Ted KremenekMore cleanups. Add missing #include.
2008-08-12 Ted KremenekMore summary generation refactoring.
2008-08-12 Ted KremenekAdd variadic addInstMethSummary() and refactored addPan...
2008-08-12 Ted KremenekUpdate Xcode project.
2008-08-12 Daniel DunbarEmit OBJC_MODULE_INFO and OBJC_SYMBOLS metadata
2008-08-12 Daniel DunbarDrop Sender from GenerateMessageSend*
2008-08-12 Daniel DunbarDrop Sender from GenerateMessageSend*
2008-08-12 Daniel DunbarProtocol related tweaks
2008-08-12 Daniel DunbarAdd @selector(...) codegen support.
2008-08-12 Daniel DunbarAdd NeXT support for (simple) message sends.
2008-08-12 Mike StumpUnbreak clang install.
2008-08-12 Daniel DunbarMove some ObjC preprocessor definitions into
2008-08-12 Daniel DunbarAdd ObjC constant string support for NeXT.
2008-08-11 Mike StumpFix compilation warning with help from David Chisnall.
2008-08-11 Chris Lattnerremove obsolete comment.
2008-08-11 Daniel DunbarAdd LangOptions::NeXTRuntime.
next