]> granicus.if.org Git - clang/shortlog
clang
2012-01-13 Kaelyn UhrainConvert SemaTemplate*.cpp to pass a callback object...
2012-01-13 Douglas GregorMake sure to consider non-DeclContext scopes properly...
2012-01-13 Douglas GregorWhen inferring a module for a framework, first determin...
2012-01-13 Anna ZaksMove identification of memory setting and copying funct...
2012-01-13 Eli FriedmanRevert r148138; it's causing test failures.
2012-01-13 Kaelyn UhrainConvert SemaExprMember.cpp to pass a callback object...
2012-01-13 Sebastian Popremove assertions in the Hexagon backend specific clang...
2012-01-13 Sebastian Poprename -ccc-host-triple into -target
2012-01-13 Sebastian Poprename DefaultHostTriple into DefaultTargetTriple
2012-01-13 Richard SmithRefactor for clarity.
2012-01-13 Douglas GregorReinstate test case accidentally reverted by r148028
2012-01-13 Douglas GregorDon't infer a submodule for a framework's private heade...
2012-01-13 Evgeniy StepanovRemove --hash-style from link command on Android.
2012-01-13 Jakob Stoklund... CodeInit was replaced by StringInit.
2012-01-13 Richard SmithPR11754: Reject non-static constexpr member functions...
2012-01-13 Eli FriedmanA base subobject type doesn't make sense for unions...
2012-01-13 Eli Friedmanconstexpr is allowed on static member functions of...
2012-01-13 Eli FriedmanA few minor improvements to error recovery trying to...
2012-01-13 Richard SmithDon't crash while trying to diagnose a function declare...
2012-01-13 Kaelyn UhrainFix up the calls to CorrectTypo in Sema*ObjC.cpp to...
2012-01-13 Douglas GregorRevert previous commit. Something has gone wonky with...
2012-01-13 Douglas GregorWhen inferring a module map for a framework, add the...
2012-01-13 Anna Zaks[analyzer] Unwrap the pointers when ignoring the const...
2012-01-13 Anna Zaks[analyzer] Taint: when looking up a binding, provide...
2012-01-13 Anna Zaks[analyzer] RegionStoreManager::getBinding() should...
2012-01-13 Anna Zaks[analyzer] Fix a typo in a warning message.
2012-01-13 Fariborz Jahanianobjc parsing. Fixes a crash when parsing array initiali...
2012-01-12 Richard SmithImprove 0-argument -Wvexing-parse diagnostic by adding...
2012-01-12 Eli FriedmanRecommit r148056 with fixes to deal with weirdness...
2012-01-12 Eli FriedmanRevert r148056 while I investigate failures.
2012-01-12 Eli FriedmanRevert accidental commit.
2012-01-12 Eli FriedmanMake sure adding a field to a struct never reduces...
2012-01-12 Ted KremenekAdjust set of default checkers.
2012-01-12 Argyrios KyrtzidisIf an ObjCMessageExpr is implicit, there are no source...
2012-01-12 Kaelyn UhrainConvert SemaCXXScopeSpec.cpp to pass a callback object...
2012-01-12 Fariborz Jahanianobjc: do not warn when converting to a const id qualfie...
2012-01-12 Rafael EspindolaRevert 148045 to fix the bots.
2012-01-12 Rafael EspindolaAdd a SONAME to the libclang library.
2012-01-12 Kaelyn UhrainConvert SemaInit.cpp to pass a callback object to Corre...
2012-01-12 Ted Kremenek[analyzer] fix inlining's handling of mapping actual...
2012-01-12 Richard Smithconstexpr: initialization of a union from an empty...
2012-01-12 Hans Wennborgscanf: parse the 'm' length modifier, and check that...
2012-01-12 Douglas GregorIn Objective-C++, actually compute the base type of...
2012-01-12 Hans Wennborgscanf analysis: the 'a' length modifier is valid with...
2012-01-12 Hans Wennborgscanf analysis: don't bail out after successful parse...
2012-01-12 NAKAMURA Takumitest/Driver/debug-options*.c: Tweak r147819 to split...
2012-01-12 Richard SmithRevert accidentally-committed file in r148020.
2012-01-12 Richard SmithAllow constant-folding of references which were formed...
2012-01-12 Argyrios KyrtzidisAdd IsImplicit field in ObjCMessageExpr that is true...
2012-01-12 Argyrios Kyrtzidis[arcmt] The migrator tests for the buildbot in http...
2012-01-12 Anna Zaks[analyzer] Rename Store::Retrieve() -> getBinding().
2012-01-12 Anna Zaks[analyzer] Add taint transfer by strcpy & others (part 1).
2012-01-12 Akira HatanakaFix test case committed in r147986.
2012-01-12 Eric ChristopherFormatting.
2012-01-12 Eric ChristopherFormatting.
2012-01-12 Akira HatanakaTake into account the pointer to an aggregate that...
2012-01-12 Akira HatanakaCall CodeGenTypes::ConvertType to get LLVM::Type*.
2012-01-12 Eli FriedmanFix some edge cases with C++ casts and placeholder...
2012-01-12 Fariborz Jahanianobjective-c: fixes a regression in looking up names
2012-01-11 Matt Beaumont-GayAppease -Wnon-virtual-dtor
2012-01-11 Douglas GregorExtend test-case as requested by Eli
2012-01-11 Douglas GregorImprove the diagnostic when trying to redefine a typede...
2012-01-11 Kaelyn UhrainFix the caching in CorrectTypo so that other non-keywor...
2012-01-11 Fariborz Jahanianminor refactoring to improve compile-time performance.
2012-01-11 Kaelyn UhrainAdd initial callback object support to Sema::CorrectTypo.
2012-01-11 Fariborz Jahanianobjc-arc: evaluate 'readonly' property with no known
2012-01-11 Richard Smithconstexpr: fix typo resulting in move constructors...
2012-01-11 Evgeniy StepanovMore tests for ARM FPU features.
2012-01-11 Evgeniy StepanovFix -mfpu parsing on ARM.
2012-01-11 NAKAMURA Takumiclang/test/CodeGen/vla-4.c: Relax expression for -Asserts.
2012-01-11 Abramo BagnaraFixed VLA code generation.
2012-01-11 Ted Kremenek"This change adds alloca/valloc checks to UnixAPIChecke...
2012-01-11 NAKAMURA Takumitest/Driver/debug-options-as.c: Mark this as XFAIL...
2012-01-11 Douglas GregorC11 allows typedefs to be redefined. Implement this...
2012-01-11 Eli FriedmanRevert changes to lib/Driver in r147917; I didn't mean...
2012-01-11 Zhongxing XuAdd elidable CXXConstructExpr as block-level expr....
2012-01-11 Eli FriedmanStart refactoring code for capturing variables and...
2012-01-11 John McCallTypo in test.
2012-01-11 Ted KremenekRemove '#if 0' from ExprEngine::InlineCall(), and start...
2012-01-11 John McCallDo placeholder conversions on array bounds in both...
2012-01-10 Akira HatanakaRemove switch/case statements and call GetFloatingPoint...
2012-01-10 Akira HatanakaFlatten float complex arguments. N32/64 requires float...
2012-01-10 Akira HatanakaRemove space.
2012-01-10 Akira HatanakaAdd field IsIEEE in FloatingLiteral to distinguish...
2012-01-10 Douglas GregorWhen something goes wrong in type-checking a namespace...
2012-01-10 Chandler CarruthAdd support for the androideabi environment to our...
2012-01-10 Fariborz Jahanianobjc-arc: fixes a crash when trying to find out retaini...
2012-01-10 Chandler CarruthRemove a set, but unused variable. Found with GCC's...
2012-01-10 Anna Zaks[analyzer] Testing infrastructure: Flush output after...
2012-01-10 Joerg SonnenbergerContrary to the other BSDs, NetBSD followed the ELF...
2012-01-10 Ted KremenekMake PathDiagnosticLocation more resilient to null...
2012-01-10 Benjamin KramerAdd definitions for AMD's bobcat (aka btver1)
2012-01-10 Benjamin KramerEnable POPCNT and LZCNT with sse4a.
2012-01-10 Benjamin KramerFactor the repetitive cpu macro definition into a helpe...
2012-01-10 Bill WendlingThe `-fwritable-strings' flag doesn't make the backing...
2012-01-10 Eli FriedmanImplement the missing pieces of Evaluate for _Complex...
2012-01-10 Richard SmithPR11724: Implement evaluation for constexpr defaulted...
2012-01-10 Eli FriedmanPer John's comment, it makes sense to ask isLambda...
2012-01-10 Argyrios Kyrtzidis[arcmt] XFAIL on mingw.
2012-01-10 Richard SmithUpdate C++11 scoped enumeration support to match the...
next