]> granicus.if.org Git - clang/shortlog
clang
2009-09-16 Fariborz Jahanianpatch for generating objc'2 objc_assign_ivar. WIP.
2009-09-16 John McCallImproved representation and support for friend class...
2009-09-16 Douglas GregorCMake: Generate LIT site configuration file for Clang...
2009-09-16 Douglas GregorThe CMake build system now derives the Clang version...
2009-09-16 Fariborz JahanianStarting patch to generate more specific API for objc's
2009-09-16 Mike StumpFix spelling.
2009-09-16 Chris Lattnerfit in 80 cols
2009-09-16 Anders CarlssonImprove handling of vector casts in C++.
2009-09-16 Chris Lattnergrammaro
2009-09-16 Douglas GregorTeach Sema::FindInstantiatedDecl to find instantiated...
2009-09-16 Fariborz JahanianDo not generate write-barrier in indirect assignment to
2009-09-16 Fariborz JahanianRemoved a superfluous check before setting
2009-09-16 Anders Carlssonx86-64 ABI: If a type is a C++ record with either a...
2009-09-16 Benjamin KramerPR4991: Properly remove trailing newline from __TIMESTA...
2009-09-16 Daniel DunbarIncremental improvement to logic determining whether...
2009-09-16 Ted KremenekHave divide-by-zero checker not handled undefined denom...
2009-09-16 Ted KremenekRemove ImplicitBadDivides/ExplicitBadDivides node sets...
2009-09-16 Chris Lattnerfix some ppc register name issues, patch by Richard...
2009-09-16 Daniel DunbarA toy for Doug: Add some 'lit' tests which just run...
2009-09-16 Daniel Dunbartests: Stash clang/clang-cc and LLVM src/obj paths...
2009-09-16 Mike StumpChris doesn't want the FIXME.
2009-09-16 Mike StumpAdd a FIXME, so the next person don't trip as hard...
2009-09-16 Mike StumpCollapse more clang version numbers down into fewer...
2009-09-16 Mike StumpSome people don't want to fix their broken code just...
2009-09-16 Douglas GregorFix a typo in a FIXME
2009-09-15 Mike StumpBack to 1.1 we go.
2009-09-15 Fariborz JahanianIn building list of visible conversion functions, use
2009-09-15 Mike StumpBack out for now, as apparently there is some really...
2009-09-15 Douglas GregorWhen implicitly declaring operators new, new[], delete...
2009-09-15 Douglas GregorUpdate Clang version for CMake
2009-09-15 Fariborz Jahanian1) don't do overload resolution in selecting conversion
2009-09-15 Mike StumpBump.
2009-09-15 Mike StumpBe sure to use the correct version instead of the wrong...
2009-09-15 Mike StumpBe sure to use the correct version instead of inventing...
2009-09-15 Anders CarlssonAdd back the workaround since it lead to constructor...
2009-09-15 Douglas GregorCommit test case from PR4655, which tests the canonical...
2009-09-15 Douglas GregorMake sure we're comparing the canonical types when...
2009-09-15 Steve Naroff- clang_getCursor(): Replace asserts with error codes...
2009-09-15 Douglas GregorWhen printing an overload candidate that is a function...
2009-09-15 Fariborz JahanianIssue good diagnostics when initialization failes due to
2009-09-15 Douglas GregorAdd an assertion and a test case, in a fruitless attemp...
2009-09-15 Ted KremenekFix static analyzer regression when emitting undefined...
2009-09-15 Fariborz JahanianPerform overload resolution when selecting a pointer...
2009-09-15 Douglas GregorSlightly improved template argument deduction for use...
2009-09-15 Anders CarlssonAdd test case.
2009-09-15 Anders CarlssonCode generation of Conditional operators that are lvalu...
2009-09-15 Douglas GregorImplement partial ordering of class template partial...
2009-09-15 Fariborz JahanianUpdate for inherited conversion function support.
2009-09-15 Anders CarlssonUse getTrueExpr/getFalseExpr as suggested by Doug.
2009-09-15 Anders CarlssonIf a conversion operator exists in a base class, make...
2009-09-15 Anders CarlssonWhen performing an user defined conversion sequence...
2009-09-15 Anders CarlssonRevert for real.
2009-09-15 Anders CarlssonWhoops, didn't mean to commit this.
2009-09-15 Anders CarlssonOnly reuse an already existing ImplicitCastExpr if...
2009-09-15 Anders CarlssonGet rid of the CastInfo struct.
2009-09-15 Anders CarlssonHandle reinterpret_cast between integral types and...
2009-09-15 Anders CarlssonCodegen support for nullptr from C++0x.
2009-09-15 Ted KremenekPer feedback from Eli, recognize in the transfer functi...
2009-09-15 Ted KremenekFix typo in comment.
2009-09-15 Ted KremenekAdd static analyzer transfer function support for __bui...
2009-09-15 Fariborz JahanianIssue a good diagnostics when attempt to select
2009-09-14 Chris Lattnerclang tracks multiple levels of macro expansion
2009-09-14 Anders CarlssonDiagnose taking the address of a bit-field inside a...
2009-09-14 Douglas GregorImplement partial ordering of function templates when...
2009-09-14 Douglas GregorSlightly improve the test for partial ordering of overl...
2009-09-14 Douglas GregorTest function template partial ordering when resolving...
2009-09-14 Ted KremenekFix: <rdar://problem/5905851> do not report a leak...
2009-09-14 Anders CarlssonUpdate tests
2009-09-14 John McCallSkeletal support for friend class templates.
2009-09-14 Daniel DunbarARM/[A]APCS: Ignore empty records passed as arguments.
2009-09-14 Anders CarlssonFor consistency, use "bit-field" instead of "bitfield...
2009-09-14 Douglas GregorRefactor MarkDeductedTemplateParameters into
2009-09-14 Fariborz JahanianUsed visible conversion function api to do overload
2009-09-14 Ted KremenekImplement FIXME: free up BugReportEquivClass objects...
2009-09-14 Daniel DunbarForce triple.
2009-09-14 Sam Weinig-Wchar-subscripts should not warn for explicit signed...
2009-09-14 Douglas GregorTighten up checking of non-dependent arguments as part...
2009-09-14 David ChisnallSmall fix to stop CGObjCGNU emitting symbols that break...
2009-09-14 Douglas GregorImplement partial ordering of function template special...
2009-09-14 Sam Weinig-Wchar-subscripts should not warn for unsigned char...
2009-09-14 Sam WeinigRemove duplicate definition of char-subscripts DiagGroup.
2009-09-14 Fariborz JahanianRemoved couple of FIXME comments from test case.
2009-09-14 Fariborz JahanianUsing the property dot-syntax to invoke a non-eixsting
2009-09-14 Anders CarlssonRemove an unnecessary FunctionDecl parameter to the...
2009-09-14 Daniel DunbarFix subtle bug in generating LLVM function declarations...
2009-09-14 Daniel DunbarARM/APCS: Don't treat structs w/ floating point types...
2009-09-14 Sam WeinigAdd support for -Wchar-subscripts. Fixes PR4801.
2009-09-14 Anders CarlssonIf a function call returns a reference, don't bind...
2009-09-14 Anders CarlssonImplement CodeGenFunction::EmitCXXExprWithTemporariesLV...
2009-09-14 Daniel DunbarSome minor clang/ARM/AAPCS tweaks.
2009-09-14 Daniel DunbarAdd TargetInfo::getABI(), and base ARM APCS vs AAPCS...
2009-09-14 Daniel DunbarSupport -mabi= for clang/ARM.
2009-09-14 Anders CarlssonHandle delete where the class has a virtual destructor.
2009-09-14 Daniel DunbarARM target tweaks.
2009-09-14 Daniel DunbarAdd -target-abi clang-cc option, currently unused.
2009-09-13 Anders CarlssonFix a bug in getFriendObjectKind where we would clear...
2009-09-13 Anders CarlssonPerform the C++ specific semantic checks of a function...
2009-09-13 Anders CarlssonCXXMethodDecl::isVirtual needs to check the canonical...
2009-09-13 Anders CarlssonFix another byref bug. This should hopefully get QuickL...
2009-09-13 Chris Lattnerrewrite readme.
next