]> granicus.if.org Git - clang/history - lib/StaticAnalyzer
[index] If the 'external_source_symbol' attribute indicates 'Swift' as the language...
[clang] / lib / StaticAnalyzer /
2017-04-21 Alexander Shaposhnikov[analyzer] Fix assert in ExprEngine::processSwitch
2017-04-13 Artem Dergachev[analyzer] Enforce super-region classes for various...
2017-04-13 Artem Dergachev[analyzer] Add numerous assertions to SVal, SymExpr...
2017-04-13 Artem Dergachev[analyzer] Simplify values in binary operations a bit...
2017-04-12 Alexander Shaposhnikov[analyzer] Add a check for IvarRegion in getExtraInvali...
2017-04-06 Artem Dergachev[analyzer] Reland r299544 "Add a modular constraint...
2017-04-05 Artem DergachevRevert "[analyzer] Add a modular constraint system...
2017-04-05 Artem Dergachev[analyzer] Add a modular constraint system to the Clone...
2017-04-05 Daniel Marjamaki[analyzer] alpha.core.Conversion - Fix false positive...
2017-04-04 Dominic Chen[analyzer] Add new Z3 constraint manager backend
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-28 Artem Dergachev[analyzer] Fix symbolication for unknown unary incremen...
2017-03-28 Artem Dergachev[analyzer] When creating a temporary object, properly...
2017-03-24 Artem Dergachev[analyzer] MisusedMovedObject: Remove deprecated callba...
2017-03-24 Artem Dergachev[analyzer] Add MisusedMovedObjectChecker for detecting...
2017-03-15 Simon PilgrimRemove repeated code (PR32250). NFCI.
2017-03-13 Gabor Horvath[analyzer] Fix a rare crash for valist check.
2017-03-10 Gabor Horvath[analyzer] Extend block in critical section check with...
2017-03-10 Anna Zaks[analyzer] Turn suppress-c++-stdlib on by default
2017-03-09 Anna Zaks[analyzer] Extend taint propagation and checking to...
2017-03-09 Anna Zaks[analyzer] Improve usability of ExprInspectionChecker
2017-03-09 Anna Zaks[analyzer] Add bug visitor for taint checker.
2017-03-09 Anna Zaks[analyzer] Teach the MallocChecker about about Glib API
2017-03-08 Daniel Marjamaki[analyzer] Clarify 'uninitialized function argument...
2017-03-07 Daniel Marjamaki[analyzer] Fix crashes in CastToStruct checker for...
2017-03-07 Gabor Horvath[analyzer] Improve valist checks and move it out from...
2017-03-07 Argyrios Kyrtzidis[AST/ObjC] Make ObjCCategoryImplDecl consistent with...
2017-03-06 Eric Fiselier[coroutines] Add DependentCoawaitExpr and fix re-buildi...
2017-03-03 Aleksei Sidorin[Analyzer] Terminate analysis on OpenMP code instead...
2017-03-01 Devin Coughlin[analyzer] pr32088: Don't destroy the temporary if...
2017-03-01 Devin Coughlin[Analyzer] Fix crash in ObjCPropertyChecker on protocol...
2017-02-27 Daniel Marjamaki[analyzer] clarify 'result is garbage value' when it...
2017-02-25 Dominic Chen[analyzer] Refactor and simplify SimpleConstraintManager
2017-02-18 Daniel Marjamaki[analyzer] Revert 295545. There are buildbot failures.
2017-02-18 Daniel Marjamaki[analyzer] Fix crash in CastToStruct when there is...
2017-02-15 Gabor Horvath[analyzer] Proper caching in CallDescription objects.
2017-02-02 Gabor Horvath[analyzer] Fix an assertion fail in CStringSyntaxChecker.
2017-01-31 Sam McCallIn VirtualCallChecker, handle indirect calls
2017-01-25 Artem Dergachev[analyzer] Fix MacOSXAPIChecker fp with static locals...
2017-01-24 Devin CoughlinRevert "[analyzer] Fix memory space of static locals...
2017-01-23 Artem Dergachev[analyzer] Fix memory space of static locals seen from...
2017-01-16 Pavel Labath[StaticAnalyzer] Fix android build
2017-01-13 Anna Zaks[analyzer] Add LocationContext as a parameter to checkR...
2017-01-13 Anna Zaks[analyzer] Support inlining of '[self classMethod]...
2017-01-13 Anna Zaks[analyzer] Fix false positives in Keychain API checker
2017-01-12 Artem Dergachev[analyzer] Don't dereference the array value when bindi...
2017-01-12 Artem Dergachev[analyzer] Avoid a crash in DereferenceChecker on strin...
2017-01-10 Devin Coughlin[analyzer] Treat pointers to static member functions...
2017-01-10 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2017-01-09 Gabor Horvath[analyzer] Add checker for iterators dereferenced beyon...
2017-01-06 David BlaikieReapply "IntrusiveRefCntPtr -> std::shared_ptr for...
2017-01-06 David BlaikieRevert "IntrusiveRefCntPtr -> std::shared_ptr for Compi...
2017-01-05 David BlaikieIntrusiveRefCntPtr -> std::shared_ptr for CompilerInvoc...
2017-01-05 David BlaikieMove Preprocessor over to std::shared_ptr rather than...
2017-01-05 David BlaikieMigrate PathDiagnosticPiece to std::shared_ptr
2017-01-04 David BlaikieRemove use of intrusive ref count ownership acquisition
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Anton YartsevFix for PR15623 (corrected r290413 reverted at 290415...
2016-12-23 Egor ChuraevFix problems in "[OpenCL] Enabling the usage of CLK_NUL...
2016-12-23 Anton YartsevRevert changes made by r290413 until regression is...
2016-12-23 Anton YartsevFix for PR15623. The patch eliminates unwanted ProgramS...
2016-12-22 Devin Coughlin[analyzer] Update GTestChecker to tighten API detection
2016-12-22 Artem Dergachev[analyzer] Improve suppress-on-sink behavior in incompl...
2016-12-19 Devin Coughlin[analyzer] Add checker modeling gtest APIs.
2016-12-19 Devin Coughlin[analyzer] Add sink after construction of temporary...
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-17 Devin Coughlin[analyzer] UnixAPIChecker: Don't diagnose for functions...
2016-12-16 Devin Coughlin[analyzer] Extend UnixAPIChecker open() checks to handl...
2016-12-16 Devin Coughlin[analyzer] Fix crash in MallocChecker.
2016-12-16 Artem Dergachev[analyzer] Add another exception for Qt in MallocChecker
2016-12-15 Anna Zaks[analyzer] Teach the analyzer that pointers can escape...
2016-12-15 Anna Zaks[analyzer] Refine the diagnostics in the nullability...
2016-12-15 Anna Zaks[analyzer] Refer to macro names in diagnostics for...
2016-12-15 Anna Zaks[analyzer] Include type name in Retain Count Checker...
2016-12-15 Devin Coughlin[analyzer] Add a new SVal to support pointer-to-member...
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-12-13 Artem Dergachev[analyzer] Detect ObjC properties that are both (copy...
2016-12-13 Dominic Chen[analyzer] Run clang-format and fix style
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
2016-12-10 Devin Coughlin[analyzer] Improve VirtualCallChecker diagnostics and...
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-12-08 Artem Dergachev[analyzer] Add dispatch_data_create as a special case...
2016-12-07 Devin Coughlin[analyzer] Fix typo in nullability checker diagnostic
2016-12-07 Artem Dergachev[analyzer] Remove an unused enum value in RetainCountCh...
2016-12-07 Artem Dergachev[analyzer] pr31226: Disable CastSizeChecker in C++...
2016-12-05 Dominic Chen[analyzer] Print type for SymbolRegionValues when dumpi...
2016-12-05 Devin Coughlin[analyzer] ObjCGenerics: Warn only on mismatch for...
2016-12-05 Richard SmithDR1213: element access on an array xvalue or prvalue...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-30 Artem Dergachev[analyzer] Construct temporary objects of correct types...
2016-11-30 Artem Dergachev[analyzer] Minor fixes and improvements to debug.ExprIn...
2016-11-22 Artem Dergachev[analyzer] Fix a crash on accessing a field within...
2016-11-18 Dominic Chen[analyzer] Refactor recursive symbol reachability check...
2016-11-18 Matthias BraunAdapt to llvm NamedRegionTimer changes
2016-11-16 Anna Zaks[analyzer] Remove unused check::RegionChanges::wantsReg...
2016-11-15 Artem Dergachev[analyzer] NumberObjectConversion: Workaround for a...
2016-11-15 Devin Coughlin[analyzer] Add check for when block is called with...
2016-11-15 Dominic Chen[analyzer] Rename assumeWithinInclusiveRange*()
next