]> granicus.if.org Git - clang/shortlog
clang
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.
2009-10-30 Daniel DunbarRemove clang-cc code for handling -mmacosx-version...
2009-10-30 Daniel DunbarChange the driver to do the Darwin triple mangling...
2009-10-30 John McCallFinally suppress a compiler warning from gcc on release...
2009-10-30 Ted KremenekMake checkers run in deterministic order.
2009-10-30 Ted KremenekMove NullDerefChecker.h instead a 'Checkers' subdirectory.
2009-10-30 Ted KremenekMove all logic for the null dereference checker from...
2009-10-30 Douglas GregorInclude macros in code-completion results
2009-10-30 Benjamin KramerDoug says this is medium done.
2009-10-30 Benjamin Kramercxx_status: fix some missing/wrong cells.
2009-10-30 John ThompsonRe-arranged some internal functions for coming __has_in...
2009-10-30 Benjamin KramerAdd C++ include paths for Exherbo. Patch by Daniel...
2009-10-30 Zhongxing XuFix PR5316: make assignment expressions can be visited...
2009-10-30 Ted KremenekHandle loading of field values from LazyCompoundVals...
2009-10-30 Chris Lattnerwarn about returning the address of a label.
2009-10-30 Anders CarlssonGet throws limping along, still a bunch of FIXMEs....
2009-10-30 Anders CarlssonFix thinko, mangleCXXRtti should obviously take a QualType!
2009-10-30 Anders CarlssonAdd CGException.cpp, to be used for exception related...
2009-10-30 Anders CarlssonmangleCXXRtti obviously needs to take a type, what...
2009-10-30 Fariborz JahanianThis patch computes composite type of two objective...
2009-10-30 Anders CarlssonAdd a CK_DerivedToBaseMemberPointer cast kind and use...
2009-10-30 John McCallInclude pointee type information in the diagnostic...
2009-10-30 John McCallReport accurate source-location information when rebuil...
2009-10-29 Mike StumpFix one more bug with __builtin_object_size.
2009-10-29 Mike StumpAdd yet more testcases.
2009-10-29 Mike StumpAdd some more testcases.
2009-10-29 John McCallSilence a gcc warning where it notices that default...
2009-10-29 Douglas GregorWe may need to instantiate a class template specializat...
2009-10-29 Douglas GregorSlightly improve source-location information during...
2009-10-29 Steve Naroff- Add/tweak some comments.
2009-10-29 Daniel DunbarMove some clang-cc errors to use diagnostics, and simplify.
2009-10-29 Mike StumpFix some issues Daniel pointed out.
2009-10-29 Sebastian RedlProperly instantiate usage of overloaded operator ...
2009-10-29 Steve Naroffclang_getDeclSpelling(): For category implementations...
2009-10-29 John McCallA few TemplateArgumentLoc clean-ups. Try to remember...
2009-10-29 Douglas GregorYet more instantiation-location information. Fixes...
2009-10-29 Fariborz JahanianPatch for destruction of array of objects on block...
2009-10-29 Ted KremenekUpdate checker build.
2009-10-29 Anders CarlssonMake sure to call CompleteConstructorCall for bases...
2009-10-29 Douglas GregorFix Release-Asserts build breakage
2009-10-29 Nuno Lopesmake clang emit undefs for padding of structs and union...
2009-10-29 John McCallApparently when is now.
2009-10-29 John McCallTrack source information for template arguments and...
2009-10-29 John McCallExtract TemplateArgument into a new header just for...
2009-10-29 Zhongxing XuAdd an assertion to ensure NullDerefChecker exists.
2009-10-29 Ted KremenekFix accidental use of CheckSVal instead of CheckLocatio...
next