]> granicus.if.org Git - clang/shortlog
clang
2011-01-21 Douglas GregorImplement core issue 1164, which concerns the partial...
2011-01-21 Douglas GregorAdd unique_ptr example to test the use of rvalue refere...
2011-01-21 Douglas GregorAdd test for overload resolution's preference for bindi...
2011-01-21 Douglas GregorEliminate an unused variable
2011-01-21 Douglas GregorUpdate the reference-binding implementation used for...
2011-01-21 Douglas GregorMore testing to C++0x [temp.deduct.call]p3
2011-01-21 Douglas GregorImplement the special template argument deduction rule...
2011-01-21 Peter CollingbourneSema: process non-inheritable attributes on function...
2011-01-21 Peter CollingbourneSema: support for processing non-inheritable declaratio...
2011-01-21 Peter CollingbourneGeneralise support for non-inheritable attributes
2011-01-21 Douglas GregorAdd more reference-binding examples from the C++0x...
2011-01-21 Fariborz JahanianMove cheking of kext into canDevirtualizeMemberFunction...
2011-01-21 Douglas GregorImprove the diagnostic that complains about binding...
2011-01-21 Douglas GregorMore work to bring reference binding up to the latest...
2011-01-21 Douglas GregorWhen performing reference binding via a conversion...
2011-01-20 Fariborz JahanianInitialize a variable, found by Ted.
2011-01-20 Douglas GregorFix a use of uninitialized variables, found by Ted!
2011-01-20 Ted KremenekRemoving debug printing logic from UninitializedValuesV2.
2011-01-20 Ted KremenekRelax CFG assertions in UninitializedValuesV2 when
2011-01-20 Ted KremenekAdd test case for <rdar://problem/8891119>. In
2011-01-20 Ted KremenekAdd rudimentary path-sensitivity to UnintializedValuesV2
2011-01-20 Fariborz Jahanianapple kext abi requires all vf calls, including qualified
2011-01-20 Ted KremenekEnhance AnalysisConsumer to also visit functions
2011-01-20 Douglas GregorMore tests for reference binding in the presence of...
2011-01-20 Douglas GregorStart refactoring reference binding to more closely...
2011-01-20 Anders CarlssonDiagnose when a virtual member function marked final...
2011-01-20 Rafael EspindolaMerge test.
2011-01-20 Douglas GregorAdd some tests for reference-collapsing and referencing...
2011-01-20 John McCallFix the computation of alignment for fields of packed...
2011-01-20 Anders CarlssonWhen instantiating member functions, propagate whether...
2011-01-20 Anders CarlssonWhen checking for functions marked override, ignore...
2011-01-20 Anders CarlssonMake CheckOverrideControl a member of Sema.
2011-01-20 Anders CarlssonDiagnose virtual member functions marked override but...
2011-01-20 Anders CarlssonFix tests to be valid.
2011-01-20 Anders CarlssonAdd IsMarkedOverride and IsMarkedFinal flags to Functio...
2011-01-20 Anders CarlssonChange the parser error to reflect that virt-specifiers...
2011-01-20 Anders CarlssonOnly allow virtual member functions to be marked 'overr...
2011-01-20 Anders CarlssonAdd silly test case.
2011-01-20 Anders CarlssonPass the VirtSpecifiers along to Sema::ActOnCXXMemberDe...
2011-01-20 Anders CarlssonLazily initialize the 'final' and 'override' contextual...
2011-01-20 Anders CarlssonAdd more parser tests for the override control keywords.
2011-01-20 Rafael EspindolaTurns out that the previous commit also fixes this :-)
2011-01-20 Rafael EspindolaFix PR8884 by skipping transparent contexts. The test...
2011-01-20 Ken DyckAdd CharUnits::RoundUpToAlignment() to simplify roundin...
2011-01-20 Douglas GregorWhen building a user-defined conversion sequence, keep...
2011-01-20 Douglas GregorSema::BuildCXXMemberCallExpr() can fail due to access...
2011-01-19 Douglas GregorExplicitly track the number of call arguments provided...
2011-01-19 Douglas GregorEradicate any mention of C++0x concepts.
2011-01-19 Douglas GregorVariadic templates are fully implemented.
2011-01-19 Douglas GregorDowngrade the "variadic templates are a C++0x feature...
2011-01-19 Douglas GregorRefactor the dependence computation for DeclRefExpr...
2011-01-19 Douglas GregorImplement basic support for the use of variadic templat...
2011-01-19 Douglas GregorTeach libclang to generate USRs containing parameter...
2011-01-19 Douglas GregorTeach libclang about SizeOfPackExpr.
2011-01-19 Douglas GregorImplement support for non-type template parameter packs...
2011-01-19 Douglas GregorNonTypeTemplateParmDecls always have TypeSourceInfo...
2011-01-19 Douglas GregorWarn about the use of unparenthesized |= in conditional...
2011-01-19 Douglas GregorParse the optional semicolon after a C++ in-class membe...
2011-01-19 John McCallWhen building the copy expression for a __block variabl...
2011-01-19 John McCallChange the canonical representation of array types...
2011-01-19 John McCallChange QualType::getTypePtr() to return a const pointer...
2011-01-19 Nick LewyckyFix name to match reality.
2011-01-19 Ken DyckReplace calls to getTypeSize() and getTypeAlign() with...
2011-01-19 Ken DyckAdd a unary minus operator.
2011-01-19 Devang PatelEmit DW_TAG_lexical_scope to surround foreach.
2011-01-19 Douglas GregorDon't silently drop warning flags passed in to
2011-01-19 NAKAMURA Takumilib/Sema/SemaExpr.cpp: __null should be LongLongTy...
2011-01-19 NAKAMURA Takumilib/CodeGen/TargetInfo.cpp: Fix coding style and erase...
2011-01-18 Ted KremenekTeach UninitializedValuesV2 to implicitly reason about C++
2011-01-18 Rafael EspindolaAdd unnamed_addr in CreateRuntimeVariable.
2011-01-18 Argyrios KyrtzidisWhen redefining a macro don't warn twice if it's not...
2011-01-18 Argyrios KyrtzidisProperly do a float -> _Complex double conversion,...
2011-01-18 Douglas GregorComment a wacky test case
2011-01-18 John McCallFix some unnecessarily complicated code for canonicaliz...
2011-01-18 John McCallGeneralize some operations on qualifiers. QualType...
2011-01-18 Daniel DunbarFix newlines.
2011-01-18 Daniel Dunbartests: Force a triple.
2011-01-18 Francois PichetAdd support for explicit constructor calls in Microsoft...
2011-01-18 Ted KremenekCorrectly enable test/Sema/unit-variables.c,
2011-01-18 Ted KremenekTeach UninitializedValuesV2 about "int x = x" and
2011-01-18 Ted KremenekGet clang-wpa to build in TOT (reflecting updates
2011-01-18 Douglas GregorIntroduce the notion of a "minimal" import of ASTs...
2011-01-18 Ken DyckReplace calls to CharUnits::fromQuantity() with ones to
2011-01-18 Jeffrey YasskinFix warnings found by gcc-4.6, from -Wunused-but-set...
2011-01-18 Ken DyckReplace calls to CharUnits::fromQuantity() with ones
2011-01-17 NAKAMURA Takumilib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion.
2011-01-17 NAKAMURA Takumilib/Basic/Targets.cpp: __builtin_va_list is as same...
2011-01-17 NAKAMURA Takumilib/Basic/Targets.cpp: Fix __declspec() on Mingw-w64.
2011-01-17 NAKAMURA Takumilib/Basic/Targets.cpp: Set user_label_prefix on Win64...
2011-01-17 Devang PatelSimplify.
2011-01-17 Rafael EspindolaMore unnamed_addr.
2011-01-17 Rafael Espindolamerge strings created by
2011-01-17 Douglas GregorNetBSD, OpenBSD, and Dragonfly BSD also have arc4random...
2011-01-17 Douglas GregorAdd missing <cctype> include, from Joerg Sonnenberger
2011-01-17 Anders CarlssonHandle base and member destructors in CheckFallThrough.
2011-01-17 Argyrios KyrtzidisConvert "#pragma unused(...)" into tokens for the parser.
2011-01-17 Rafael EspindolaAdd unnamed_addr to the special strings created by
2011-01-17 Anders CarlssonRemove dead code.
2011-01-17 Anders CarlssonChange ParseOptionalCXX0XVirtSpecifierSeq to take a...
2011-01-17 Francois PichetRemove a c++ file test I inadvertently added in Sema...
next