]> granicus.if.org Git - clang/shortlog
clang
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...
2012-01-10 Eric ChristopherAdd -g to the cc1as flags only if we're dealing with...
2012-01-10 Eric ChristopherRemove extraneous braces.
2012-01-10 Fariborz Jahanianobjc++: patch for IRgen for atomic properties of
2012-01-09 Eli FriedmanDon't crash with -Wlarge-by-value-copy and a dependent...
2012-01-09 Richard SmithExtend the diagnostic for a ',' at the end of a declara...
2012-01-09 Nico WeberFix "note" of a duplicate explicit instantiation defini...
2012-01-09 Akira HatanakaInsert padding before unaligned long double arguments.
2012-01-09 Akira HatanakaMove the piece of code up that skips the padding argume...
2012-01-09 Richard SmithRestore some parts of this test which were accidental...
2012-01-09 Douglas GregorWhen deserializing an anonymous namespace from a module...
2012-01-09 Douglas GregorImplement merging of namespace-scope declarations acros...
2012-01-09 Douglas GregorImplement redeclaration merging for namespaces defined...
2012-01-09 Douglas GregorAlways allow redefinition of typedefs when modules...
2012-01-09 Abramo BagnaraMade unknown builtin diagnostic remappable.
2012-01-09 Craig TopperMerge AVX/AVX2 into the SSE level.
2012-01-08 Fariborz Jahanianobjc++: more atomic property api code for
2012-01-07 Rafael EspindolaRemove unused variable.
2012-01-07 Benjamin KramerRemove unused include of VectorExtras.h.
2012-01-07 Benjamin KramerPack UsingDecl more.
2012-01-07 Fariborz Jahanianobjc++: More codegen stuff for atomic properties of...
2012-01-07 Anna Zaks[analyzer] Fix use-after-free in HandleTranslationUnit.
2012-01-07 Abramo BagnaraFixed TypeofExpr AST and code generation.
2012-01-07 Douglas GregorSwitch NamespaceDecl from its own hand-rolled redeclara...
2012-01-07 Eli FriedmanMore lambda work: semantic analysis of capturing 'this...
2012-01-07 Anna Zaks[analyzer] Add basic format string vulnerability checking.
2012-01-07 Argyrios Kyrtzidis[arcmt] Disable tests in mingw, no idea why they are...
2012-01-07 Eli FriedmanLambdas: semantic analysis of explicit captures.
2012-01-07 Ted Kremenek[analyzer] Remove CallEnterNodeBuilder and simplify...
2012-01-07 Akira HatanakaAdd field PaddingType to ABIArgInfo which specifies...
2012-01-07 Ted KremenekCorrectly enqueue successors in ExprEngine::processCall...
2012-01-07 Ted Kremenek[analyzer] Remove CallExitNodeBuilder, and have ExprEng...
2012-01-06 Matt Beaumont-GaySuppress -Wunused-value within macros from system headers.
2012-01-06 Fariborz Jahanianobjc++: more code gen stuff for atomic property api,
2012-01-06 Ted Kremenek[analyzer] Make the entries in 'Environment' context...
next