]> granicus.if.org Git - clang/shortlog
clang
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...
2011-06-10 Nick Lewycky__OBJC__ is also a standard predefined macro.
2011-06-10 Sean HuntThis change is breaking selfhost. Revert it until I...
2011-06-10 Sean HuntUncomment this testcase now that we pass it.
2011-06-10 Sean HuntImplement caching of copy assignment operator lookup.
2011-06-10 Jordy Rose[analyzer] PR8962 again. Ban ParenExprs (and friends...
2011-06-10 Sean HuntImplement caching for copy constructors in similar...
2011-06-10 Sean HuntImplement caching of default constructors on the resolu...
2011-06-10 Richard TrieuMade changes to how 'struct'/'class' mismatches are...
2011-06-09 Fariborz JahanianAdd few missing files in AST directory to xcode project.
2011-06-09 Fariborz JahanianDon't add objc method name mangling to locally declared...
2011-06-09 Hans WennborgHandle overloaded operators in ?: precedence warning
2011-06-09 Bob WilsonAdd isVCVT_N flag to identify Neon VCVT_N intrinsics...
2011-06-09 Jordy Rose[analyzer] Ignore parentheses around block-level expres...
2011-06-08 Jordy Rose[analyzer] Look through __extension__ expressions in...
2011-06-08 Ted KremenekRemove stale reference to libIndex.
2011-06-08 Fariborz JahanianRemove 'atomic' as a property attribute keyword.
2011-06-08 Stuart HastingsFollowup to 132737; make two-character string explicit...
2011-06-08 Peter CollingbourneModify a diagnostic introduced in r132612 to emit QualT...
2011-06-08 Chandler CarruthFix a bunch more notes that were emitted even when...
2011-06-08 Chandler CarruthRevert "hack in my new variables for GCC"
2011-06-08 Chandler CarruthFix a regression in the two-phase lookup diagnostics...
next