]> granicus.if.org Git - clang/shortlog
clang
2008-09-30 Chris LattnerThe definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_RE...
2008-09-30 Chris Lattnerdefine __PASCAL_STRINGS__ whenever -fpascal-strings...
2008-09-30 Chris Lattner__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a...
2008-09-30 Steve NaroffFix <rdar://problem/6247781> Parser rejecting properly...
2008-09-29 Ted KremenekUpdated checker build.
2008-09-29 Chris LattnerFix the root cause of PR2750 instead of the side effect.
2008-09-29 Ted KremenekReally don't add -isysroot twice.
2008-09-29 Ted KremenekDon't filter out -fpascal-strings.
2008-09-29 Chris LattnerFix va_arg handling to do argument decaying at the...
2008-09-29 Chris LattnerMake some methods const, add some helpers to FullSourceLoc,
2008-09-29 Chris Lattnermove ExtVectorElementExpr down into the 'clang extensio...
2008-09-29 Ted KremenekUpdate checker build.
2008-09-29 Steve NaroffAdd a random C99 comment/reference.
2008-09-29 Ted KremenekExtend 'IsLValType' to handle BlockPointerTypes.
2008-09-29 Steve NaroffTeach Sema::CheckAssignmentConstraints() to allow assig...
2008-09-29 Steve NaroffFix <rdar://problem/6251012> clang: Blocks are objects...
2008-09-29 Ted KremenekDiscard extra -isysroot options. This fixes:
2008-09-29 Daniel DunbarFix braindead bug, ID number was hardcoded.
2008-09-29 Steve NaroffFix <rdar://problem/6253149> property declaration doesn...
2008-09-29 Nico Weberwhitespace and comment changes, to fix grammar and...
2008-09-28 Steve NaroffChange a NOTE to a FIXME based on feedback from clattner.
2008-09-28 Ted KremenekUpdated checker build.
2008-09-28 Steve NaroffFix <rdar://problem/6252129> implementation of method...
2008-09-28 Steve NaroffFix <rdar://problem/6252108> assigning to argument...
2008-09-28 Chris LattnerFix rdar://6252231 - cannot call vsnprintf with va_list...
2008-09-28 Chris LattnerReplace a comparison with a static list of builtins...
2008-09-28 Chris LattnerFix rdar://6251437, references to enum constant decls...
2008-09-28 Ted KremenekAdd "Path Length" back to the table of bug reports.
2008-09-28 Steve NaroffFix <rdar://problem/6252216> compare block to NULL.
2008-09-28 Daniel DunbarAdd support for implicit rethrows in @catch blocks.
2008-09-28 Daniel DunbarSkip redundant if.
2008-09-28 Steve NaroffFix <rdar://problem/6252226> parser thinks block argume...
2008-09-27 Daniel Dunbar(Update LLVM) Clean up obj-c exception generation to...
2008-09-27 Daniel DunbarBug fix, codegen @catch(id<X> ...) acceptably.
2008-09-27 Ted KremenekRevert 56735. The old bug categories were more informa...
2008-09-27 Daniel DunbarSimplify generate code for exceptions:
2008-09-27 Daniel DunbarPrefer llvm::Function::addFnAttr(...) to F->addAttribut...
2008-09-27 Daniel DunbarSimplify code to emit the unified return block and...
2008-09-27 Daniel DunbarBug fix, make sure to initialize exception object ...
2008-09-27 Daniel DunbarEasy fix for nasty bug, exception data buffer had wrong...
2008-09-27 Zhongxing XuDelete trailing white space. It's over 80 columns.
2008-09-27 Daniel DunbarRemove automagic substitution of %llvmgcc
2008-09-27 Ted KremenekChange "leaks" to have the category "Performance".
2008-09-27 Daniel DunbarFix function-attributes test case to not rely on llvm...
2008-09-27 Daniel DunbarFix attributes test case to not run clang umpteen times.
2008-09-26 Ted KremenekInternally store the body of a BlockExpr using a Stmt...
2008-09-26 Ted KremenekForgot to check in header file with last commit.
2008-09-26 Ted KremenekUse a union instead of a bunch of magic casts to implem...
2008-09-26 Ted KremenekAdd more control-flow to test case.
2008-09-26 Ted KremenekAdd CFG support for implicit-control flow for VLA size...
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Chris Lattnerclean up a bunch of fixme's I added, by moving
2008-09-26 Chris LattnerFix the rest of rdar://6243860 hopefully. This require...
2008-09-26 Chris Lattnerfit in 80 cols.
2008-09-26 Chris Lattneralphabetize files
2008-09-26 Ted KremenekDo not create CFGs for functions/methods using blocks...
2008-09-26 Chris Lattnertestcase for my previous patch.
2008-09-26 Chris Lattneremulate a bit of GCC path lookup weirdness: if a system
2008-09-26 Ted KremenekEnter a new scope for a @try block.
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Ted KremenekMove VLA processing logic from LiveVariables to CFG...
2008-09-26 Steve NaroffTweak Expr::isModifiableLvalue() and Expr::isLvalue...
2008-09-26 Ted KremenekExamine VLA size expressions when computing liveness...
2008-09-26 Daniel DunbarChange Radar reproducibility to "Always".
2008-09-26 Daniel DunbarParser support for prefix __attribute__ on @protocol.
2008-09-26 Daniel DunbarSema support for format and noreturn attributes on...
2008-09-26 Daniel DunbarAdd support for CFString in format attribute.
2008-09-26 Daniel DunbarAdd # of block pointer types to -print-stats.
2008-09-26 Daniel DunbarMake clang preprocessed output a bit more like gcc...
2008-09-26 Daniel DunbarUpdate clang to pretend to be gcc-4.2.
2008-09-26 Daniel DunbarComment fix.
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Ted KremenekHave @finally introduce a new scope.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Ted KremenekEmulate gcc driver-driver functionality: run analyzer...
2008-09-25 Daniel DunbarDisable report crashes link for the time being.
2008-09-25 Ted KremenekUpdate Xcode project.
2008-09-25 Ted KremenekAdded prototype implementation of the DeclGroup, DeclGr...
2008-09-25 Daniel DunbarAdd link to report analyzer failures (parse errors...
2008-09-25 Daniel DunbarUpdate scan-build to add markers about crashes.
2008-09-25 Ted KremenekInclude clang preprocessed sources as well with "crashe...
2008-09-25 Ted KremenekUse .txt extension for info files.
2008-09-24 Steve NaroffDowngrade incompatible block pointer error to a warning...
2008-09-24 Steve NaroffFix a couple harmless warnings when compiling optimized...
2008-09-24 Steve NaroffFix <rdar://problem/6243788> clang: Incorrect return...
2008-09-24 Daniel DunbarAdd more testing of Obj-C property synthesis.
2008-09-24 Daniel DunbarAdd scan-view '--allow-all-hosts' option, by default...
2008-09-24 Ted KremenekUpdate checker build.
2008-09-24 Steve NaroffFix some const-ness to keep the VisualStudio C++ compil...
2008-09-24 Steve NaroffExtend ASTContext::getTypeInfo() and ASTContext::getObj...
2008-09-24 Ted KremenekUpdated test case.
2008-09-24 Daniel DunbarImplement Obj-C synthesized setters for copy / retain.
2008-09-24 Daniel DunbarImplement Obj-C getter synthesis for copy and retain.
2008-09-24 Daniel DunbarRefactor some CodeGen functionality:
2008-09-24 Daniel DunbarAdd Obj-C runtime methods to get runtime specific funct...
2008-09-24 Devang PatelAdjust whitespaces.
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-23 Ted KremenekFor generated index.html, look for "scan-view.css"...
2008-09-23 Daniel DunbarImplement type checking of Objective-C property attributes.
next