]> granicus.if.org Git - clang/history - include/clang/StaticAnalyzer
Update cxx_dr_status.html after the 3.8 branch
[clang] / include / clang / StaticAnalyzer /
2016-01-13 Artem DergachevRevert "[analyzer] Provide .def-files and visitors...
2016-01-13 Artem Dergachev[analyzer] Provide .def-files and visitors for SVal...
2016-01-13 Artem Dergachev[analyzer] Fix SVal/SymExpr/MemRegion class and enum...
2016-01-12 Pierre Gousseau[analyzer] Evaluate integral casts as cast symbols...
2015-12-30 Chandler Carruth[ptr-traits] Add #includes of headers rather than forwa...
2015-12-17 Devin Coughlin[analyzer] Better detect when C++ object was constructe...
2015-12-10 Artem Dergachev[analyzer] Fix symbolic element index lifetime.
2015-12-09 Sanjay Patelfix typos; NFC
2015-12-04 Craig TopperFix an unused variable warning in released builds....
2015-12-04 Devin Coughlin[analyzer] Support inlining lambda-converted blocks.
2015-12-01 Gabor Horvath[analyzer] Fix IssueHash generation.
2015-11-10 Sean Eveson[Analyzer] Fix comments and formatting. NFC.
2015-11-06 Yury Gribov[analyzer] Add VforkChecker to find unsafe code in...
2015-10-30 Sean EvesonReapply r251621 "[Analyzer] Widening loops which do...
2015-10-30 Sean EvesonRevert r251621 "[Analyzer] Widening loops which do...
2015-10-29 Sean Eveson[Analyzer] Widening loops which do not exit
2015-10-27 Anna Zaks[analyzer] Assume escape is possible through system...
2015-10-22 Gabor Horvath[analyzer] Bug identification
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-13 Devin Coughlin[analyzer] Don’t invalidate CXXThis when conservatively...
2015-10-04 Craig TopperSourceRanges are small and trivially copyable, don...
2015-10-01 Devin Coughlin[analyzer] Add TK_EntireMemSpace invalidation trait.
2015-09-24 Devin Coughlin[analyzer] When memcpy'ing into a fixed-size array...
2015-09-22 Devin Coughlin[analyzer] Create one state for a range switch case...
2015-09-16 Devin Coughlin[analyzer] Add generateErrorNode() APIs to CheckerContext.
2015-09-15 Devin Coughlin[analyzer] Skip Pre/Post handlers for ObjC calls when...
2015-09-11 Devin Coughlin[analyzer] Add -analyzer-config option for function...
2015-09-11 Gabor Horvath[Static Analyzer] Properly clean up the dynamic type...
2015-09-11 Gabor Horvath[Static Analyzer] Lambda support.
2015-09-08 Devin CoughlinRevert "[Static Analyzer] BugReporter.cpp:2869: Asserti...
2015-08-31 Gabor HorvathRevert r246345 until an assertion is fixed.
2015-08-28 Devin Coughlin[analyzer] When memcpy'ing into a fixed-size array...
2015-08-27 Gabor Horvath[Static Analyzer] BugReporter.cpp:2869: Assertion faile...
2015-08-27 Gabor Horvath[Static Analyzer] Make NonNullParamChecker emit implici...
2015-08-13 David BlaikieWdeprecated: Ensure CheckNames are copy assignable...
2015-08-13 David BlaikieFix the MSVC build which cannot manifest default move ops
2015-08-13 David BlaikieWdeprecated: BugReporterVisitors are copied for cloning...
2015-08-13 David BlaikieFollow up r244975: The ctors of an abstract class don...
2015-08-13 David BlaikieWdeprecated: CollectReachableSymbolsCallback are move...
2015-08-13 David BlaikieWdeprecated: PathPieces are copied, make them safely...
2015-07-09 Gabor Horvath[Static Analyzer] Basic per checker command line option...
2015-07-02 Benjamin KramerSwitch users of the 'for (StmtRange range = stmt->child...
2015-06-23 Aaron BallmanClarify pointer ownership semantics by hoisting the...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Douglas GregorAllow the cf_returns_[not_]retained attributes to appea...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Sanjay Patelfix typo; NFC
2015-03-22 Benjamin Kramer[Analyzer] Don't inherit from FoldingSet.
2015-03-04 Gabor Horvath[analyzer] Individual configuration options can be...
2015-02-16 Benjamin KramerAnalyzer: Flatten Checker hierarchy.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Benjamin KramerAnalyzer: Replace a set of particularly ugly faux varia...
2015-02-06 Benjamin KramerUpdate APIs that return a pair of iterators to return...
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2014-10-12 Benjamin Kramer[Modules] Make header standalone. NFC.
2014-09-05 David BlaikieFix comment indentation.
2014-09-05 David Blaikieunique_ptrify ExplodedGraph::trim
2014-09-04 David Blaikieunique_ptrify the result of ConstraintManagerCreator...
2014-09-04 David Blaikieunique_ptrify BugReporter::visitors
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 David Blaikieunique_ptrify clang::ento::createCheckerManager
2014-08-29 David Blaikieunique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic
2014-08-29 Anna ZaksAdd an option to silence all analyzer warnings.
2014-08-29 David Blaikieunique_ptrify thep passing of BugReports to BugReportEq...
2014-08-29 David Blaikieunique_ptrify PathDiagnostic::setEndOfPath's argument
2014-08-29 David Blaikieunique_ptr-ify PathDiagnosticPiece ownership
2014-08-27 Ted KremenekAdd support for the static analyzer to synthesize funct...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-08 David BlaikieSimplify ownership of ExplodedGraph in the CoreEngine...
2014-08-07 Manuel KlimekRe-applying r214962.
2014-08-06 Rui UeyamaRevert "Fix modelling of non-lifetime-extended temporar...
2014-08-06 Manuel KlimekFix modelling of non-lifetime-extended temporary destru...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-10 Jordan Rose[analyzer] Check for code testing a variable for 0...
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-06-27 Anna ZaksDo not inline methods of C++ containers (coming from...
2014-06-14 Sylvestre LedruWith the option '-analyzer-config stable-report-filenam...
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-05-03 Chandler Carruth[leaks] The PDFileEntry nodes in the FilesMade FoldingS...
2014-03-30 Chandler Carruth[Allocator] Remove forward declarations of BumpPtrAlloc...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-03-07 Ahmed CharlesReplace OwningPtr::isValid() with conversion to bool.
2014-03-07 Ahmed CharlesChange OwningPtr::take() to OwningPtr::release().
2014-03-07 Aaron BallmanRenaming the chains() ranged iterator to chain() per...
2014-03-07 Aaron Ballman[C++11] Replacing IndirectFieldDecl iterators chain_beg...
2014-03-03 Hans WennborgInclude <tuple> to speculatively try to fix VS2013...
2014-03-03 Benjamin Kramer[C++11] Simplify compare operators with std::tie.
2014-03-02 Chandler Carruth[C++11] Switch from LLVM_STATIC_ASSERT to static_assert...
2014-02-17 Anton Yartsev[analyzer] Improved checker naming in CFG dump.
next