]> granicus.if.org Git - clang/shortlog
clang
2011-02-25 Douglas GregorMake sure to give CXXScopeSpec::SetInvalid() a valid...
2011-02-25 Douglas GregorPush nested-name-specifier source location information...
2011-02-25 Douglas GregorDirect testing of source-location information on using...
2011-02-25 Douglas GregorSwitch a few CXXScopeSpec::MakeTrivial() calls over...
2011-02-25 Douglas GregorMaintain nested-name-specifier source-location informat...
2011-02-25 Peter CollingbourneRename test/Sema/expr-comma-c89.c to expr-comma-c99...
2011-02-25 Chandler CarruthRough fix for PR9323 that prevents Clang from marking...
2011-02-25 Chandler CarruthGive this warning a flag that can be used to turn it...
2011-02-25 Chandler CarruthAdd support for ArchLinux, patch by Kevin Winchester.
2011-02-25 John McCallFormatting, etc.
2011-02-25 John McCallTame an assert; the scope depth of a jump destination...
2011-02-25 Douglas GregorUse NestedNameSpecifierLoc within out-of-line variables...
2011-02-25 Ted KremenekTeach TextDiagnosticPrinter to print out '-Werror'...
2011-02-25 Douglas GregorNth time's a charm?
2011-02-25 Douglas GregorCMake target check.deps only exists when LLVM_INCLUDE_TESTS
2011-02-25 Douglas GregorUpdate UsingDecl, UnresolvedUsingTypenameDecl, and
2011-02-25 Douglas GregorLLVM_INCLUDE_TESTS applies to unit tests, not the norma...
2011-02-25 Douglas GregorDon't include Clang's unit tests if LLVM's unit tests...
2011-02-25 Argyrios KyrtzidisIntoduce '-analyzer-checker-help' flag which outputs...
2011-02-25 Chandler CarruthFix the rest of PR9316 along with some other bugs spott...
2011-02-24 Ted KremenekDon't warn about using PredefinedExprs as format string...
2011-02-24 Argyrios Kyrtzidis[analyzer] Remove '-analyzer-experimental-internal...
2011-02-24 Argyrios Kyrtzidis[analyzer] Allow a checker to be hidden even if its...
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate CastSizeChecker to CheckerV2.
2011-02-24 Fariborz JahanianFix a rewrite bug. // rdar://9039342
2011-02-24 Rafael EspindolaUse private linkage to avoid symbol conflicts in corner...
2011-02-24 Chandler CarruthLikely fix for PR9316 and other unknown bugs: don't...
2011-02-24 Douglas GregorRetain complete source-location information for C++
2011-02-24 Chandler CarruthSimplify messages as requested by Chris.
2011-02-24 Axel NaumannFrom Vassil Vassilev:
2011-02-24 Daniel DunbarRevert "Use CharUnits values for Size and DataSize...
2011-02-24 Argyrios KyrtzidisAllow passing a list of comma separated checker names...
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate ArrayBoundChecker to CheckerV2.
2011-02-24 Argyrios Kyrtzidis[analyzer] Don't pass a GRState to CheckerManager:...
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate ReturnPointerRangeChecker to CheckerV2.
2011-02-24 Chris Lattnercompute the integer width, not the memory width here...
2011-02-24 Chris LattnerReimplement DefineTypeSize in terms of APInt. This...
2011-02-24 Chris Lattnerrework processing of unavailable and deprecated attribu...
2011-02-24 Ted KremenekFix tiny error in CFG construction for BinaryConditiona...
2011-02-24 Chandler CarruthTweak this test a bit further to make it easier on...
2011-02-24 Douglas GregorTest case for previous commit
2011-02-24 Douglas GregorTeach NestedNameSpecifier to keep track of namespace...
2011-02-24 Ken DyckUse CharUnits values for Size and DataSize outside...
2011-02-24 Ken DyckUse Context.getCharWidth() in place of literal '8's...
2011-02-24 Ken DyckMake the Size and DataSize members more CharUnits-frien...
2011-02-24 Argyrios Kyrtzidis[analyzer] Remove unused functions from CheckerManager.
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate StreamChecker to CheckerV2.
2011-02-24 Argyrios Kyrtzidis[analyzer] Migrate CStringChecker to CheckerV2.
2011-02-24 Douglas GregorTweak the CXXScopeSpec API a bit, so that we require the
2011-02-24 Douglas GregorTeach CXXScopeSpec to handle the extension of a nested...
2011-02-24 Chandler CarruthHandle value dependent LHS as well as RHS. Test both...
2011-02-23 Chandler CarruthClean up the CMake test execution by nuking this direct...
2011-02-23 Chandler CarruthImplement a warning for known shift overflows on consta...
2011-02-23 Ted KremenekFix bogus -Warray-bounds warning involving 'array[true...
2011-02-23 Nick LewyckyPreserve what the user passed to -include when emitting...
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate StackAddrLeakChecker to CheckerV2.
2011-02-23 Argyrios Kyrtzidis[analyzer] Refactor EndOfFunctionNodeBuilder.
2011-02-23 Argyrios Kyrtzidis[analyzer] Migrate IdempotentOperationChecker to CheckerV2.
2011-02-23 Matt Beaumont-Gayfix typo in *all* of the test cases
2011-02-23 Matt Beaumont-Gayfix typo in test too
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
next