]> granicus.if.org Git - clang/history - lib/StaticAnalyzer/Core/MemRegion.cpp
[analyzer] Fixed a rare crash when analyzing lambda functions.
[clang] / lib / StaticAnalyzer / Core / MemRegion.cpp
2015-10-26 Gabor Horvath[analyzer] Fixed a rare crash when analyzing lambda...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-09-11 Gabor Horvath[Static Analyzer] Lambda support.
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-07-10 Jordan Rose[analyzer] When forced to fake a block type, do it...
2015-02-06 Benjamin KramerUpdate APIs that return a pair of iterators to return...
2014-10-03 Anna Zaks[analyzer] Refactor and cleanup IsCompleteType
2014-06-09 Richard TrieuRemoving an "if (this == nullptr)" check from two print...
2014-05-27 Craig Topper[C++11] Use 'nullptr'. StaticAnalyzer edition.
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators bases_begin...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2013-12-19 Aaron BallmanReplacing calls to getAttr with calls to hasAttr for...
2013-11-20 Anna Zaks[analyzer] Fix an infinite recursion in region invalida...
2013-09-24 Anton Yartsev[analyzer] This patch removes passing around of const...
2013-07-27 Aaron BallmanUsing the function pointer instead of the function...
2013-07-26 Pavel Labath[analyzer] Fix FP warnings when binding a temporary...
2013-05-29 Jordan Rose[analyzer] Accept references to variables declared...
2013-05-22 Jordan Rose[analyzer] Don't crash if a block doesn't have a type...
2013-04-20 Anna Zaks[analyzer] Ensure BugReporterTracking works on regions...
2013-04-20 Anna Zaks[analyzer] Flip printPretty and printPrettyAsExpr as...
2013-04-15 Anna Zaks[analyzer] Add pretty printing to CXXBaseObjectRegion.
2013-04-15 Anna Zaks[analyzer] Address code review for r179395
2013-04-12 Anna Zaks[analyzer]Print field region even when the base region...
2013-03-01 Jordan Rose[analyzer] Special-case bitfields when finding sub...
2013-02-25 Jordan Rose[analyzer] Base regions may be invalid when layered...
2013-02-24 Ted Kremenek[analyzer] tracking stores/constraints now works for...
2013-02-22 Jordan Rose[analyzer] Don't canonicalize the RecordDecl used in...
2013-02-21 NAKAMURA TakumiStaticAnalyzer/Core: Suppress warnings. [-Wunused-varia...
2013-02-21 NAKAMURA TakumiWhitespace.
2013-02-21 Jordan Rose[analyzer] Record whether a base object region represen...
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-02-20 David BlaikieReplace SVal llvm::cast support to be well-defined.
2013-02-15 Jordan Rose[analyzer] Refactor RegionStore's sub-region bindings...
2013-02-05 Ted KremenekChange subexpressions to be visited in the CFG from...
2012-12-06 Ted KremenekPull logic to map from VarDecl* to captured region...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-12-01 Benjamin KramerPull the Attr iteration parts out of Attr.h, so includi...
2012-11-26 Anna Zaks[analyzer] Fix a crash reported in PR 14400.
2012-10-10 Jordan RoseReapply "[analyzer] Treat fields of unions as having...
2012-10-10 Eric ChristopherTemporarily Revert "[analyzer] Treat fields of unions...
2012-10-10 Jordan Rose[analyzer] Treat fields of unions as having symbolic...
2012-09-26 Ted KremenekRemove unnecessary ASTContext& parameter from SymExpr...
2012-09-17 Anna Zaks[analyzer] Teach the analyzer about implicit initializa...
2012-09-13 Anna Zaks[analyzer] Don't reimplement an existing function.
2012-09-12 Anna Zaks[analyzer] Teach UndefOrNullArgVisitor to track parent...
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-08-15 Jordan Rose[analyzer] Only adjust the type of 'this' when we devir...
2012-08-15 Jordan Rose[analyzer] A base class needs a complete definition...
2012-08-13 Jordan Rose[analyzer] Don't strip CXXBaseObjectRegions when checki...
2012-08-09 Jordan Rose[analyzer] Cluster bindings in RegionStore by base...
2012-08-09 Jordan Rose[analyzer] Cache the "concrete offset base" for regions...
2012-08-08 Jordan Rose[analyzer] Clean up the printing of FieldRegions for...
2012-08-08 Jordan Rose[analyzer] Revamp RegionStore to distinguish regions...
2012-07-12 Jordan Rose[analyzer] Don't inline virtual calls unless we can...
2012-06-07 Anna Zaks[analyzer] Anti-aliasing: different heap allocations...
2012-06-06 Jordan Rose[analyzer] Provide debug descriptions for all memory...
2012-06-06 David BlaikieRevert Decl's iterators back to pointer value_type...
2012-06-01 Ted Kremenekstatic analyzer: add inlining support for directly...
2012-05-04 Ted KremenekExplicitly model capturing variables for blocks in...
2012-04-30 David BlaikieRemove the ref/value inconsistency in filter_decl_iterator.
2012-03-21 Anna Zaks[analyzer] Malloc: Utter the name of the leaked variable.
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-02-28 Ted Kremenek[analyzer] teach analyzer about ObjC literals, thus...
2012-02-18 Ted KremenekTeach analyzer that blocks with no captures are globals...
2012-01-28 Benjamin KramerStaticAnalyzer: Move ObjC- and CXX-specific methods...
2012-01-04 Anna Zaks[analyzer] Be less pessimistic about invalidation of...
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-10-24 Ted KremenekRename AnalysisContext to AnalysisDeclContext. Not...
2011-10-14 Benjamin KramerChange operator<< for raw_ostream and NamedDecl to...
2011-10-07 John McCallRename TagDecl::isDefinition -> isCompleteDefinition
2011-08-26 Jeffrey YasskinHandle CXXTempObjectRegion in StackAddrEscapeChecker.
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-02-10 Ted KremenekSplit 'include/clang/StaticAnalyzer' into 'include...
2011-02-08 Argyrios Kyrtzidis[analyzer] Move the files in lib/StaticAnalyzer to...