]> granicus.if.org Git - clang/shortlog
clang
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...
2011-06-15 John McCallSuppress a warning in -Asserts builds.
2011-06-15 John McCallSuppress an over-zealous MSVC warning.
2011-06-15 John McCallThe ARC Migration Tool. All the credit goes to Argyrio...
2011-06-15 John McCallAutomatic Reference Counting.
2011-06-15 John McCallIntroduce a utility routine for checking whether a...
2011-06-15 John McCallMissing files.
2011-06-15 Eli FriedmanPer Chris's suggestion, simplify code using llvm::getOr...
2011-06-15 John McCallGenerate enumerators for diagnostic categories. Patch...
2011-06-15 John McCallThe specification document for the new ObjC Automatic...
2011-06-15 Chris Lattnerremove the index page, we have dox now!
2011-06-15 Eli FriedmanTest for r133070.
2011-06-15 Eli FriedmanFix a couple more tests with ARM ABI.
2011-06-15 Eli FriedmanUse isAnyComplexType here so we don't pass complex...
2011-06-15 Eli FriedmanFix a regression from r132957 involving complex integer...
2011-06-15 Devang PatelDo not emit stoppoint before emitting debug info for...
2011-06-15 Douglas GregorEliminate a 'default' case in template argument deducti...
2011-06-15 Douglas GregorEliminate an unnecessary include. FIXMEs -=1
2011-06-15 Douglas GregorWhen performing substitution of default template templa...
2011-06-15 Chris Lattnerremove some more empty dirs.
2011-06-15 Chris Lattnerremove an empty dir.
2011-06-15 Jordy Rose[analyzer] Revise CStringChecker's modelling of strcpy...
2011-06-15 Douglas GregorDon't add redundant FormatAttr, ConstAttr, or NoThrowAt...
2011-06-15 Jordy Rose[analyzer] If a C string length is UnknownVal, clear...
2011-06-15 Jordy Rose[analyzer] When performing a binary operation on symbol...
2011-06-15 Nico WeberBuild fix attempt.
2011-06-15 Douglas GregorProperly implement C++0x [stmt.dcl]p3, which requires...
2011-06-15 Nico WeberWarn on "void f(int a[10]) { sizeof(a); }"
2011-06-15 Ted KremenekSema: show shift result in hexadecimal
2011-06-15 Chris Lattnermention new VLA behavior in gnu* vs c* mode dox.
2011-06-14 Douglas GregorIntroduce a -cc1-level option to turn off related resul...
2011-06-14 Ted Kremenek[format strings] correctly suggest correct type for...
2011-06-14 Fariborz JahanianBad table discription of fromat-y2k causes
2011-06-14 Blaine Garstfix example as per rdar://problem/9461587
2011-06-14 Eli FriedmanWhack a bunch of tests in CodeGenCXX to work on ARM...
2011-06-14 Chris Lattnerrevert r133003 and fix the bug properly: the issue...
2011-06-14 Chris LattnerFix a crash on the testcase in PR9981 / rdar://9486765.
2011-06-14 Douglas GregorWhen profiling FunctionProtoTypes, don't canonicalize...
2011-06-14 Nico WeberWarn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording...
2011-06-14 David MajnemerRemove the Fix-it for missing statement in switches
2011-06-14 Benjamin KramerStaticDiagNameIndex is never written to, place it into...
2011-06-14 Jay FoadHyphenate "argument-dependent".
2011-06-14 Chris Lattnerwhen compiling in a GNU mode (e.g. gnu99) treat VLAs...
2011-06-14 Chris Lattnerfix rdar://9204520 - Accept int(0.85 * 10) as an initia...
2011-06-14 David MajnemerProperly diagnose using abstract and incomplete types...
2011-06-14 Bruno Cardoso... Update the prefetch intrinsic usage. Now the last argum...
2011-06-14 Chris Lattnerfix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn...
2011-06-14 Peter CollingbourneMove GlobalDecl to AST
2011-06-14 Jordy Rose[analyzer] CStringChecker checks functions in the C...
2011-06-14 Eli FriedmanThe LLVM IR representation of byval arguments has a...
2011-06-14 Jordy Rose[analyzer] Change large if body to early return. No...
2011-06-14 Jordy Rose[analyzer] Fix modeling of strnlen to be more conservat...
2011-06-13 Eli FriedmanMake __gnu_inline__ functions in gnu99 mode work the...
2011-06-13 Devang PatelPut local variables in appropriate debug info scope.
2011-06-13 Devang PatelRemote this unreliable test case because it did not...
2011-06-13 Eli FriedmanUpdate extensions section of the docs to account for...
2011-06-13 Eli FriedmanWhack a bunch of tests in CodeGenCXX to work on ARM...
2011-06-13 Benjamin KramerPut classes into anonymous namespaces.
2011-06-13 Douglas GregorEliminate the -f[no]objc-infer-related-result-type...
2011-06-13 Fariborz JahanianUpdate Indexer test for new 'atomic' keyword.
2011-06-13 Douglas GregorDocument CheckObjCMethodOverrides
2011-06-13 David MajnemerGive a diagnostic when using non-POD types in a va_arg
2011-06-13 David MajnemerImprove the diagnostics generated for switch statements...
2011-06-13 Chandler CarruthFix a broken index left over from before this function...
2011-06-13 David MajnemerCorrect the spelling of instantiation
2011-06-12 Benjamin KramerMy calendar says it's 2011.
2011-06-12 Richard SmithDon't assert on initialized typedef declarations in...
2011-06-12 Richard SmithTest for C++11 [class]p6 (trivial classes).
2011-06-11 Fariborz JahanianAdded 'atomic' for objc properties.
2011-06-11 Richard SmithImplement support for C++11 in-class initialization...
2011-06-11 Fariborz JahanianAdd code completetion code for the new 'atomic' attribute
2011-06-11 Douglas GregorExtra test for related result type inference
2011-06-11 Douglas GregorFix order of operands for the warning about incompatibl...
2011-06-11 Douglas GregorImplement Objective-C Related Result Type semantics.
2011-06-11 Fariborz JahanianRestore 'atomic' as an attribute of objc
2011-06-10 Eli FriedmanPR10120: Make CodeGenModule::getVTableLinkage use Named...
next