]> granicus.if.org Git - clang/shortlog
clang
2011-02-23 Argyrios Kyrtzidis[analyzer] const goodness.
2011-02-23 Argyrios Kyrtzidis[analyzer] Rename runPathSensitiveCheckers -> expandGra...
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate ChrootChecker to CheckerV2.
2011-02-23 Matt Beaumont-Gayfix typo
2011-02-23 Chandler CarruthFix the behavior of -Wignored-qualifiers on return...
2011-02-23 Douglas GregorMention libclang in the Doxygen documentation
2011-02-23 David ChisnallFix type mismatch between property function that CGObjC...
2011-02-23 NAKAMURA TakumiCMake: Don't use ${CMAKE_CFG_INTDIR} for installed...
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate UnreachableCodeChecker to CheckerV2.
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate to CheckerV2:
2011-02-23 Argyrios Kyrtzidis[analyzer] Add LangOptions in CheckerManager.
2011-02-23 Ted KremenekTeach CFGBuilder about null pointer constants in condit...
2011-02-23 Ted KremenekAdd null check in CursorVisitor::RunVisitorWorkList...
2011-02-23 Anders CarlssonDon't give an error for 'try' and 'throw' if they occur...
2011-02-23 Anders CarlssonAdd a -fcxx-exceptions flag to clang -cc1. This control...
2011-02-23 Anders CarlssonAdd a CXXExceptions flag to LangOptions.
2011-02-23 Ted KremenekAdd doxygen comments to Sema::DiagRuntimeBehavior().
2011-02-23 Ted KremenekAdd test case (from PR 8876) for suppressing 'indirecti...
2011-02-23 Peter CollingbourneSema: diagnose kernel calls to non-global functions
2011-02-23 Ted KremenekAdd test case for PR 9284, a false positive for -Warray...
2011-02-23 Ted KremenekEnhance Sema::DiagRuntimeBehavior() to delay some diagn...
2011-02-23 Ted KremenekMigrate CFGReachabilityAnalysis out of the IdempotentOp...
2011-02-23 Ted KremenekHave IdempotentOperationsChecker pull its CFGStmtMap...
2011-02-23 Ted KremenekIssue AnalysisBasedWarnings as part of calling Sema...
2011-02-23 Ted KremenekUpdate Sema::DiagRuntimeBehavior() to take an optional...
2011-02-23 Ted KremenekChange -Warray-bounds logic to use DiagRuntimeBehavior...
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate to CheckerV2:
2011-02-23 Chandler CarruthSwitch the VerifyDiagnosticsClient to use PresumedLocs...
2011-02-23 Richard SmithUpdate the www to indicate that auto is now implemented.
2011-02-23 Richard SmithFix PR9276: We were missing the checks for auto deducin...
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate the BasicObjCFoundationChecks to...
2011-02-23 Argyrios Kyrtzidis[analyzer] Fix CheckerManager::runCheckersForObjCMessage.
2011-02-23 Argyrios KyrtzidisSilence a MSVC warning.
2011-02-23 Argyrios Kyrtzidis[analyzer] Refactor BugTypes and their ownership model.
2011-02-23 Argyrios KyrtzidisIn the clang.xcodeproj modify the 'clang' target to...
2011-02-23 Fariborz JahanianBetter parser recovery when method is
2011-02-23 Richard SmithDeclGroup's operator[] always returned the first Decl...
2011-02-22 Matt Beaumont-GayClean up the error recovery at the bottom of Sema:...
2011-02-22 Douglas GregorWhen checking for abstract types, don't crash when...
2011-02-22 Fariborz JahanianProvide Fixit warning when 'auto' is intended as storage
2011-02-22 John McCallEmit the structure layout of the block literal paramete...
2011-02-22 John McCallGive ImplicitParamDecl a public constructor so that...
2011-02-22 John McCallProvide a Decl::getNonClosureContext to look through...
2011-02-22 Douglas GregorWe need a longer long when testing this pathe Microsoft...
2011-02-22 Devang PatelA constructor call should force class's debug info...
2011-02-22 Chris Lattnerimprove support for SUSE Linux Enterprise Server 11...
2011-02-22 Douglas GregorEnable enumeration types with a fixed underlying type...
2011-02-22 Matt Beaumont-GayUse an unused-except-in-Debug variable.
2011-02-22 Devang PatelUse LLVM coding standard.
2011-02-22 Douglas GregorImplement the GNU C extension which permits the initial...
2011-02-22 Argyrios Kyrtzidis[analyzer] Start moving the path-sensitive checkers...
2011-02-22 Argyrios Kyrtzidis[analyzer] Separate CheckerContext into its own include...
2011-02-22 Argyrios Kyrtzidis[analyzer] Fix GRStatePartialTrait<bool> and introduce...
2011-02-22 Joerg SonnenbergerRemove the storage for -cxx-system-include. Make libcxx...
2011-02-22 Peter CollingbourneReimplement __pragma support using a TokenLexer
2011-02-22 Peter CollingbourneMake TokenLexer capable of storing preprocessor directi...
2011-02-22 Oscar FuentesCMAKE_EXECUTABLE_SUFFIX is undefined when a cmake scrip...
2011-02-22 John McCallEstablish the iteration variable of an ObjC for-in...
2011-02-22 John McCallReorganize the emission of local variables.
2011-02-22 Ted KremenekAdd CStringChecker support for strncpy. Patch by Lenny...
2011-02-22 Ted KremenekAdd CStringChecker support for strnlen. Patch by Lenny...
2011-02-22 NAKAMURA Takumilib/CodeGen/TargetInfo.cpp: On Win64, arg i128 should...
2011-02-22 Douglas GregorFix a little bug in the handling of enumeration types...
2011-02-22 Douglas GregorWarn about implicit conversions between values of diffe...
2011-02-22 Anders CarlssonMake clang -cc1 disable Objective-C exceptions by defau...
2011-02-22 Anders CarlssonMove some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 Richard SmithIn Objective-C, there are no trailing return types...
2011-02-22 Joerg SonnenbergerBug#8945: Add -cxx-isystem option to specify C++ system...
2011-02-22 Richard SmithFix a few auto-related issues:
2011-02-22 Richard SmithAdd reference to PR 9278 for archaeologists.
2011-02-21 Fariborz JahanianWarn when type modifiers on objc method declarations in
2011-02-21 David ChisnallThe instance size of a metaclass should be the size...
2011-02-21 Richard SmithC++0x's deduced auto is illegal in typedefs.
2011-02-21 Daniel DunbarTargets/Darwin: mcount name on Darwin needs to be unman...
2011-02-21 Ted KremenekFix a CFGBuilder bug exposed on convoluted control...
2011-02-21 Chris Lattneradd one more case of mismatched input/output constraints.
2011-02-21 Chris Lattnermore code restructuring, no functionality change.
2011-02-21 Chris Lattnersplit the iteration loop out to a helper function,...
2011-02-21 Chris Lattnerfix a comment.
2011-02-21 Stuart HastingsTest case for r126127 and r126141. Radar 9012638.
2011-02-21 Richard SmithMangling of undeduced 'auto' types, as specified by...
2011-02-21 Richard SmithTweaks to C++0x deduced auto type support:
2011-02-21 Ted KremenekFix call to send_error() in scan-view. An int error...
2011-02-21 John McCallDon't warn about static const integral data members...
2011-02-21 Fariborz JahanianTurn on 'auto' in plain objc mode.
2011-02-21 Chris LattnerPass the right linker flag in openbsd::Link::ConstructJob,
2011-02-21 Fariborz JahanianRemove warning on future change in ivar lookup rule
2011-02-21 John McCallReorganize subelement initialization checking, no funct...
2011-02-21 John McCallSmall optimization: avoid redundant checks of whether...
2011-02-21 John McCallPseudo-revirtualize CallExpr::getSourceRange by making...
2011-02-21 John McCallBind references to opaque r-values correctly. Add...
2011-02-21 NAKAMURA TakumiCMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and...
2011-02-21 John McCallRename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp...
2011-02-21 Chandler CarruthClean up the tests for warning about unused function...
2011-02-21 Chandler CarruthAllow -Wformat to be enabled without -Wformat-security...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-20 Oscar FuentesNew function for tablegenning: clang_tablegen.
2011-02-20 Oscar FuentesCorrect name of dependent target.
2011-02-20 Daniel Dunbartests: Fix test on Win32.
2011-02-20 Benjamin KramerRemove unused function.
next