]> granicus.if.org Git - clang/shortlog
clang
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.
2008-08-10 Chris Lattnerwrap some long diagnostics, make 'initializer is not...
2008-08-10 Chris Lattnerrename PreDefinedExpr -> PredefinedExpr
2008-08-10 Argyrios KyrtzidisAdd some C++ Decl statistics.
2008-08-09 Eli FriedmanMake sure to count the struct elements correctly; here...
2008-08-09 Eli FriedmanFix for PR2631; make va_arg work correctly on x86-64.
2008-08-09 Nico Weber80 cols
2008-08-09 Eli FriedmanRemove the ICE pointer cast hack; the issue this was...
2008-08-09 Eli FriedmanTurn on the new constant expression evaluator; it isn't
2008-08-09 Nico Weberadd assert, use make_pair() instead of pair constructor
2008-08-09 Argyrios KyrtzidisMention 'wchar_t' at the C++ status page.
2008-08-09 Nico Weberfix spello
2008-08-09 Argyrios KyrtzidisHandle BuiltinType::WChar inside CodeGenTypes::ConvertN...
2008-08-09 Chris LattnerFix PR2400 by more graceful handling of invalid decls...
2008-08-09 Gordon HenriksenExpressive diagnostics-- worth their weight in gold?
2008-08-09 Nico Weberdo not serialize invalid asts. this fixes bug #2637
2008-08-09 Argyrios KyrtzidisChange 'Wchar' to 'WChar' casing, for consistency.
2008-08-09 Argyrios KyrtzidisHandle WChar inside BuiltinType::getName().
2008-08-09 Argyrios KyrtzidisImplement support for the 'wchar_t' C++ type.
2008-08-09 Steve NaroffFix Sema::MergeVarDecl() to better handle type compatib...
2008-08-09 Argyrios KyrtzidisWhen in C++, invoke ASTConsumer::HandleTagDeclDefinitio...
2008-08-09 Ted KremenekAdded FIXME.
2008-08-09 Argyrios KyrtzidisPassing right brace location to ActOnFinishCXXClassDef...
2008-08-09 Ted KremenekUpdated checker build.
2008-08-09 Ted KremenekDon't use Expr::isIntegerConstantExpr just to check...
2008-08-08 Ted KremenekUpdated checker build.
next