]> granicus.if.org Git - clang/shortlog
clang
2009-11-04 Daniel DunbarFix commento.
2009-11-04 Daniel DunbarUpdate CMake.
2009-11-04 Daniel DunbarMove -fcolor-diagnostics logic to driver.
2009-11-04 Daniel DunbarMove logic for selection -fmessage-length= to driver.
2009-11-04 Daniel DunbarFix indentation.
2009-11-04 Daniel DunbarFactor out a diagnostic options class.
2009-11-04 Ted KremenekAdd FIXME.
2009-11-04 Ted KremenekCatch uses of undefined values when they are used in...
2009-11-04 Ted KremenekAdd mising #ifdef guards.
2009-11-04 John McCallDiagnose the use of 'fastcall' on functions without...
2009-11-04 John McCallDiagnose __builtin_offsetof on incomplete types. Fixes
2009-11-04 John McCallChange our basic strategy for avoiding deprecation...
2009-11-04 Zhongxing XuMerge ZeroSizedVLAChecker and UndefSizedVLAChecker.
2009-11-04 Tanya LattnerMerge constant array and structures. This will create...
2009-11-04 Mike StumpFix 80-col violations.
2009-11-04 Douglas GregorImplement support for parsing dependent template-ids...
2009-11-04 Mike StumpSplit out return adjustments in thunks from this adjust...
2009-11-04 Daniel DunbarUse unsigned char instead of unsigned : 8 to make the...
2009-11-04 Ted KremenekRefactor StoreManager::BindDecl() to take a VarRegion...
2009-11-03 Mike StumpMisc cleanups.
2009-11-03 Mike StumpTest case for recent checkin.
2009-11-03 Ted KremenekChange GRTransferFuncs::RegisterChecks() to take a...
2009-11-03 Mike StumpRefine volatile handling, specifically, we must have...
2009-11-03 Douglas GregorParsing and semantic analysis for template-ids that...
2009-11-03 Nuno Lopesmake 'make clean' work on Solaris, per Gabor Greif...
2009-11-03 Nuno Lopesmake 'make clean' clean everything
2009-11-03 Mike StumpWe have to ensure we have the canonical type to do...
2009-11-03 Nuno Lopesset svn:ignore
2009-11-03 Douglas GregorTweak some comments about unqualified-id and id-express...
2009-11-03 John McCallCFieldCallback doesn't need to create an ExtensionRAIIO...
2009-11-03 Douglas GregorRemove a bunch of #if 0'd code made irrelevant by the...
2009-11-03 Fariborz JahanianRemove previous patch for pr5296 due to further clarifi...
2009-11-03 Chris LattnerImplement support for the -undef command line option...
2009-11-03 Chris Lattnersilence a warning.
2009-11-03 Douglas GregorReplace the code that parses member access expressions...
2009-11-03 John McCallSilence a warning by giving Parser::FieldCallback a...
2009-11-03 Mike Stumpvtable testcase for recent work on vcall/vbase offsets.
2009-11-03 John McCallReorganize the parsing of decl groups / function defini...
2009-11-03 Mike StumpRefine codegen for covariant thunks that return references.
2009-11-03 Ted KremenekMerge NullDerefChecker.[h,cpp] and UndefDerefChecker...
2009-11-03 Daniel DunbarFix tests to not depend on /dev/null existing.
2009-11-03 Mike StumpRefine return value adjustments for thunks.
2009-11-03 Douglas GregorUse ParseUnqualifiedId when parsing id-expressions...
2009-11-03 Mike StumpFix documentation.
2009-11-03 Benjamin KramerUpdate CMakeLists.
2009-11-03 Zhongxing XuPull VLA size checker into its own files.
2009-11-03 Daniel DunbarAdd link to FatELF project.
2009-11-03 Ted KremenekImplement: <rdar://problem/6250216> Warn against using...
2009-11-03 Ted KremenekMove 'static inline' functions GetNullarySelector(...
2009-11-03 Daniel DunbarXFAIL Driver/hello.c on Windows.
2009-11-03 Zhongxing XuPull AttrNonNullChecker into its own files.
2009-11-03 Daniel DunbarAdd target_triple to Clang site configuration.
2009-11-03 Daniel DunbarSwitch XFAIL format to match LLVM.
2009-11-03 Zhongxing XuUpdate CMake file.
2009-11-03 Ted KremenekRename NSErrorCheck to NSErrorChecker.
2009-11-03 Ted KremenekUpdate CMake file.
2009-11-03 Zhongxing XuPull UndefinedArgChecker into its own files.
2009-11-03 Ted KremenekFix buffer overflow in PrintMacroDefinition() by invert...
2009-11-03 Zhongxing XuPull BadCallChecker into its own files.
2009-11-03 Ted Kremenekretain/release checker: CGBitmapContextCreateWithData...
2009-11-03 Ted Kremenekretain/release checker: Add special handling of CGBitma...
2009-11-03 Chris Lattnerpr5371 likely has nothing to do with this.
2009-11-03 Mike StumpRefine codegen for non-virtual this adjustments for...
2009-11-03 John McCallSwitch ParseStructDeclaration to a callback-based API...
2009-11-03 John ThompsonFixed for running on Windows.
2009-11-03 Mike StumpAdd virtual adjustments for this for thunks.
2009-11-03 Douglas GregorIntroduce a new class, UnqualifiedId, that provides...
2009-11-03 Fariborz JahanianAssortment of property attributes declared in continuation
2009-11-02 Mike StumpAdd basic codegen for thunks that return values.
2009-11-02 Mike StumpRefine codegen for thunks.
2009-11-02 Ted KremenekRemove GRExprEngine::CheckerVisitLocation(). It was...
2009-11-02 Fariborz JahanianProperty declared in continuation class can only be...
2009-11-02 John ThompsonAdded __has_include and __has_include_next.
2009-11-02 Ted KremenekHopefully make gcc-4.0 happy with respect to the follow...
2009-11-02 Daniel DunbarSort export list.
2009-11-02 Daniel DunbarRemove unused header.
2009-11-02 Chris Lattnerclean up namespace.
2009-11-02 Edward O'CallaghanAdd note to FIXME about PR5371.
2009-11-02 Ted KremenekAdd "virtual" keywords for clarity.
2009-11-02 Fariborz JahanianDiagnose implementation of a property declared in a...
2009-11-01 Douglas GregorWhen determining whether a reference to a static data...
2009-11-01 Douglas GregorWithin a template, qualified name lookup can refer...
2009-10-31 Benjamin KramerAdd missing colons for FileCheck.
2009-10-31 Mike StumpFix -pthread on dragonfly. Patch by Sascha Wildner.
2009-10-31 Mike StumpRefine vcall/vbase ordering with vtable construction.
2009-10-31 Douglas GregorImplement "incremental" template instantiation for...
2009-10-31 Douglas GregorFix the type of __builtin_expect, from Ed Schouten!
2009-10-31 Douglas GregorAdd two missing CINDEX_LINKAGE uses, in libCIndex,...
2009-10-31 Benjamin KramerUpdate CMake file.
2009-10-31 Zhongxing XuMove CheckDivZero into its own files.
2009-10-31 Zhongxing XuMove UndefDerefChecker into its own file.
2009-10-31 Zhongxing XuAdd header comments.
2009-10-31 Zhongxing Xufix 80-col.
2009-10-30 Douglas GregorFix a crazy canonical-types bug because canonicalizing a
2009-10-30 Douglas GregorWhen looking for a copy-assignment operator to determin...
2009-10-30 Douglas GregorWhen a friend is declared in a dependent context, don...
2009-10-30 Douglas GregorImproved fix for PR3844, which recovers better for...
2009-10-30 Ted KremenekTighten computation of ExprVal using ?: expression...
2009-10-30 Douglas GregorImprove diagnostics when parsing something like
2009-10-30 Douglas GregorInstantiate class template friends better; fixes PR5332.
next