]> granicus.if.org Git - clang/shortlog
clang
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...
2009-10-29 Douglas GregorStringSwitch-ify attribute name mapping.
2009-10-29 Chris Lattnermake this interpretable.
2009-10-29 Ted KremenekFix an insidious bug in RegionStore::RemoveDeadBindings...
2009-10-29 Chris Lattneradd two new and very exhaustive preprocessor tests...
2009-10-29 Chris Lattnersimplify intmax setup, patch by Ken Dyck!
2009-10-29 Daniel DunbarRemove some obsolete or unnecessary FIXMEs.
2009-10-29 Daniel DunbarPR5328: Allow duplicatic -pedantic (and -pedantic-error...
2009-10-29 Daniel DunbarKill off MakeFormattedString helper function.
2009-10-29 Zhongxing XuMove NullDeref and UndefDeref into their own checker.
2009-10-29 Daniel DunbarReject -I- in driver instead of clang-cc.
2009-10-29 Daniel DunbarFormatting fixes.
2009-10-29 Chris Lattnermake this more interesting, test the static const array.
2009-10-29 Ted KremenekAdd test case for <rdar://problem/7342806>.
2009-10-29 Douglas Gregor[llvm up]
2009-10-29 Chris Lattneroptimize out some ifdefs.
2009-10-29 John ThompsonFix some Window-isms to get these tests to pass on...
2009-10-29 Douglas GregorImplement support for semantic checking and template...
2009-10-28 Chris LattnerImplement clang support for indirect branch and address...
2009-10-28 Ted KremenekUnused ivars checker: also check methods in categories...
2009-10-28 Steve NaroffFix <rdar://problem/7330784>. Avoid crashing on 'Class...
2009-10-28 Mike StumpRefine __builtin_object_size. Don't try and get a...
2009-10-28 Fariborz JahanianMinor cleanup.
2009-10-28 Fariborz JahanianCode gen for array construction - WIP
2009-10-28 Steve NaroffRemove _clang_initCXLookupHint() and _clang_getCursorWi...
2009-10-28 Mike StumpRefactor a bit.
2009-10-28 Ted KremenekPull ivar scanning logic into another utility function...
2009-10-28 Chris Lattnerfactor a creation of Int32Ty.
2009-10-28 Fariborz JahanianUse array's base element type in getting to its
2009-10-28 Fariborz JahanianRemoved an unnecessary arguement passed to InitializeVa...
2009-10-28 Fariborz JahanianRestored note on pointer to members with a pointer
2009-10-28 Chris Lattnerrandom tidying
2009-10-28 Fariborz JahanianRemoved a Note related to pointer to member functions...
2009-10-28 Fariborz JahanianDiagnose use of data pointer member in a function call
2009-10-28 Douglas GregorMangle based on the declaration we're given, not the...
2009-10-28 Edward O'CallaghanFix for PR4887, Credit to Jonathan Gray.
2009-10-28 Zhongxing Xumake CallGraph more flexible by letting it accept ASTCo...
next