]> granicus.if.org Git - clang/shortlog
clang
2011-06-20 Chris LattnerUpdate to match mainline ConstantStruct::get API change...
2011-06-20 Jordy Rose[analyzer] Replace stream-built error message with...
2011-06-20 Jordy Rose[analyzer] Re-enable checking for strncpy, along with...
2011-06-20 Jordy Rose[analyzer] Eliminate "byte string function" from CStrin...
2011-06-20 Chandler CarruthRestructure the API in Type based on a conversation...
2011-06-19 John McCallMore clarifications.
2011-06-19 John McCallImprove the intro to the runtime-functions section.
2011-06-19 John McCallDescribe the ARC runtime support calls.
2011-06-19 Chandler CarruthTurn -Wnull-arithmetic back on by default -- we now...
2011-06-19 Chandler CarruthAdd test cases for false positives on -Wnull-arithmetic...
2011-06-19 Francois PichetHandle decltype keyword in Parser::isDeclarationSpecifier.
2011-06-19 Francois PichetAdd support for MSVC __debugbreak compiler intrinsic.
2011-06-18 Chris Lattnerupdate for api change.
2011-06-18 Benjamin KramerRemove dead variables.
2011-06-18 Benjamin Kramer80 cols.
2011-06-18 Chandler CarruthRemove more unnecessary dependencies now that the Front...
2011-06-18 NAKAMURA Takumitools/arcmt-test: Don't attempt to link redundant libcl...
2011-06-18 John McCallClarify the semantics of init methods, and point out...
2011-06-18 John McCallA couple of minor changes to the ARC spec, plus a new...
2011-06-18 Chandler CarruthAccept no-return stripping conversions for pointer...
2011-06-18 Argyrios Kyrtzidis[arcmt] Fix the ARC migrator. -arcmt-modify requires...
2011-06-18 Argyrios Kyrtzidis[arcmt] Const'ify.
2011-06-17 Argyrios Kyrtzidis[arcmt] Remove '-arcmt-modify-in-memory', it turned...
2011-06-17 Argyrios KyrtzidisFix regression with @encode string. rdar://9624314.
2011-06-17 Douglas GregorObjective-C++ ARC: eliminate the utterly unjustified...
2011-06-17 Douglas GregorObjective-C++ ARC: do not mangle __unsafe_unretained...
2011-06-17 Douglas GregorFix a grammaro
2011-06-17 Douglas GregorObjective-ARC++: infer template type arguments of
2011-06-17 John McCallOnly accept __bridge_retain in system headers, as Doug...
2011-06-17 John McCallAs a hopefully temporary workaround for a header mistak...
2011-06-17 Eli FriedmanAdd a minor hack to avoid using isNullPointerConstant...
2011-06-17 Richard TrieuPut the new warning from revision 133196 on NULL arithm...
2011-06-17 Argyrios KyrtzidisDon't emit 'unavailable' errors inside an unavailable...
2011-06-17 Douglas GregorLoosen up the IR matching slightly
2011-06-17 Eric ChristopherRemove another variable.
2011-06-17 Douglas GregorWhen emitting a compound literal of POD type, continue...
2011-06-17 Douglas GregorFix refactoro, silencing an MSVC warning. Thanks, Francois.
2011-06-17 John McCallPerform an acquire memory barrier on the fast path...
2011-06-17 John McCallInitialize a couple of variables to shut GCC up.
2011-06-17 John McCallObjective-C fast enumeration loop variables are not...
2011-06-17 Eric ChristopherClean up test to avoid using standard headers and remov...
2011-06-17 Douglas GregorExtend the deduced/actual argument type checking of C++
2011-06-17 Eric ChristopherMake this test suitable for optimized builds by avoidin...
2011-06-17 Douglas GregorFactor the checking of the deduced argument type agains...
2011-06-17 Douglas GregorWhen an explicit specialization has a storage specifier...
2011-06-17 Douglas GregorImplement proper support for generating code for compou...
2011-06-17 Douglas GregorDowngrade the error complaining about presence of a...
2011-06-17 Eric ChristopherCheck the specific target to figure out if a constraint...
2011-06-17 Eric ChristopherAdd some more memory constraints for ARM.
2011-06-17 Eric ChristopherOn ARM make sure that we continue translating 'p' to...
2011-06-17 John McCallWhen synthesizing implicit copy/move constructors and...
2011-06-17 Douglas GregorCheck for placeholder expressions before promoting...
2011-06-16 Eli FriedmanAdd support for -force_load flag, for compat with Apple...
2011-06-16 Chandler CarruthRemove ARCMigrate from more builds that it isn't needed...
2011-06-16 John McCallBe sure to try a final ARC-production even in Objective...
2011-06-16 Francois PichetFinish 2 sentences.
2011-06-16 Chris Lattnercomment improvements.
2011-06-16 Chris LattnerFix a regression introduced by r131955 which broke...
2011-06-16 Chris Lattnercode cleanups, no behavior change.
2011-06-16 Fariborz JahanianFor the purpose of @encode'ing, accept 'void' type
2011-06-16 Andrew Trickcmake may require LIT_TOOLS_DIR.
2011-06-16 Richard TrieuAdd a new warning when a NULL constant is used in arith...
2011-06-16 Jonathan D... Fix of a minor typo.
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix test for MSVC build.
2011-06-16 Fariborz JahanianMove computation of __private_extern__ visibilty to
2011-06-16 Evan ChengStylistic fix: move virtual keyword before return type.
2011-06-16 Douglas GregorAllow comparison between block pointers and NULL pointer
2011-06-16 Douglas GregorTeach the warning about non-POD memset/memcpy/memmove...
2011-06-16 Fariborz Jahanianarc: diagnose dereferencing a __weak pointer which...
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix the test when running in Lion.
2011-06-16 John McCallGive arcmt-test an explicit triple for this test.
2011-06-16 Douglas GregorImplement the consistency checking for C++ [temp.deduct...
2011-06-16 Chandler CarruthRaise the ARCMT functionality in Clang into proper...
2011-06-16 Fariborz JahanianSet the visibility to 'hidden' when previous
2011-06-16 NAKAMURA TakumiBe aware of (x86_64-redhat-linux6E-)g++44 on RHEL5.
2011-06-16 Chandler CarruthRework the warning for 'memset(p, 0, sizeof(p))' where...
2011-06-16 Jordy Rose[analyzer] Clean up modeling of strcmp, including cases...
2011-06-16 Chandler CarruthMake the Stmt::Profile method const, and the StmtProfil...
2011-06-16 Jordy Rose[analyzer] Fix trivial errors in previous commit.
2011-06-16 Jordy Rose[analyzer] Cleanup: mainly 80-char violations and prefe...
2011-06-16 John McCallThis random unit test also depends on ARCMigrate.
2011-06-16 John McCallc-index-test also depends on ARCMigrate, oh boy
2011-06-16 John McCallARCMigrate depends on libAnalysis, and on unhelpful...
2011-06-16 John McCallRestore correct use of GC barriers.
2011-06-16 Chandler CarruthFix my test case from r133136 so that it actually repre...
2011-06-16 Argyrios Kyrtzidis[arcmt] Fix tests in non-darwin.
2011-06-16 Chandler CarruthAdd another dependency to the clang-test CMake target...
2011-06-16 Chandler CarruthAdd the new arcmt-test tool to the clang-test dependenc...
2011-06-16 Chandler CarruthSkip both character pointers and void pointers when...
2011-06-16 Andrew TrickUpdate clang's lit.site.cfg.in in preparation for addin...
2011-06-16 John McCallGrr. Of course libARCMigrate depends on libRewrite...
2011-06-16 John McCallMake this test pretend to be on a darwin host.
2011-06-16 John McCallWeaken the type-matching rules for methods that return...
2011-06-16 Chandler CarruthRefactor parentheses suggestion notes to have less...
2011-06-16 Chandler CarruthMake the presentation of the warnings on 'x + y ? 1...
2011-06-16 Chandler CarruthCleanup the parameter naming style.
2011-06-16 Argyrios Kyrtzidis[arcmt] Make arcmt-test accept cc1 options to make...
2011-06-16 John McCalllibFrontend depends on ARCMigrate, so link it into...
2011-06-16 John McCallGive this test a triple; I don't think we want to...
2011-06-16 John McCallUnconditionally #define the ARC ownership qualifiers...
next