]> granicus.if.org Git - clang/shortlog
clang
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.
2008-08-11 Daniel DunbarAdd test case for -fexceptions
2008-08-11 Daniel DunbarChange CodeGenModule to only create ObjC runtime for...
2008-08-11 Daniel DunbarAdd -fexceptions to Driver
2008-08-11 Daniel DunbarUpdate for IRBuilder template change (update LLVM!)
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarMinor #include cleaning
2008-08-11 Daniel DunbarAdd dummy Mac Objective-C runtime interface.
2008-08-10 Nuno Lopesfix linking with .so files specified in cmd line (this...
2008-08-10 Nuno Lopespass -R arg to linker
2008-08-10 Daniel DunbarBack out r54608 (inline string literals were getting...
2008-08-10 Nico Weber* Remove isInSystemHeader() from DiagClient, move it...
2008-08-10 Steve NaroffForgot to modify LAST_EXPR (thanks Nuno).
2008-08-10 Nico WeberDo not crash with -serialize.
2008-08-10 Steve NaroffCleanup ObjCSuperRefExpr (remove last usage and AST...
2008-08-10 Daniel DunbarAdd svn:ignore properties for Release-Asserts dirs
2008-08-10 Anders CarlssonRemove the old evaluator code.
2008-08-10 Steve NaroffInitListChecker::CheckListElementTypes(): Check for...
2008-08-10 Steve NaroffCleanup from yesterday...make isTentativeDefinition...
2008-08-10 Steve NaroffSema::CheckForFileScopedRedefinitions(): Make sure...
2008-08-10 Argyrios KyrtzidisAllow the preprocessor to cache the lexed tokens, so...
2008-08-10 Daniel DunbarFix crash during initialization of a bitfield which...
2008-08-10 Daniel DunbarUpdate ShuffeVectorExpr::getShuffleMaskIdx to use
2008-08-10 Daniel DunbarBug fix, inline string literals were getting an extra...
2008-08-10 Chris Lattnertighten up some code and some wording on diagnostics.
next