]> granicus.if.org Git - clang/history - lib/Analysis/UninitializedValues.cpp
Delete unused IncompleteFormat variable, NFCi.
[clang] / lib / Analysis / UninitializedValues.cpp
2016-10-29 Piotr PadlewskiNFC small format
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-27 Richard SmithPR23334: Perform semantic checking of lambda capture...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-03 Manuel KlimekMake -Wuninitialized warn on pointer-to-member and...
2014-11-27 Richard TrieuWhen checking for uninitialized values, do not confuse...
2014-09-23 Artyom SkrobovReverting r214064 and r215650 while investigating a...
2014-08-27 Richard TrieuMore -Wuninitialized updates
2014-08-26 Richard TrieuPassing a variable to std::move now counts as a use...
2014-08-14 Artyom SkrobovUse the proper post-order traversal in LiveVariables...
2014-07-28 Artyom SkrobovFactoring DataflowWorklist out of LiveVariables and...
2014-06-11 Richard SmithPR19996: don't crash if -Wuninitialized sees a c++1y...
2014-05-20 Craig Topper[C++11] Use 'nullptr'. Analysis edition.
2014-03-14 Aaron Ballman[C++11] Replacing BlockDecl iterators capture_begin...
2014-03-14 Aaron Ballman[C++11] Replacing DeclStmt iterators decl_begin() and...
2014-03-14 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-27 Ted KremenekRework CFG edges to encode potentially unreachable...
2013-09-12 Richard SmithPR16054: Slight strengthening for -Wsometimes-uninitial...
2013-08-23 Robert WilhelmUse pop_back_val() instead of both back() and pop_back().
2013-05-15 Jordan RoseRemove unused, awkward CFGStmtVisitor and subclasses.
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2013-02-21 David BlaikieUse None rather than Optional<T>() where possible.
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-01-19 Ted Kremenek-Wuninitialized: warn about uninitialized values result...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-11 Enea ZaffanellaTest commit.
2012-12-01 Benjamin KramerPull the Attr iteration parts out of Attr.h, so includi...
2012-11-17 Ted KremenekFurther reduce "-fsyntax-only -Wuninitialized" time...
2012-11-17 Ted KremenekSwitch -Wuninitialized to use a reverse-post order...
2012-09-28 Benjamin KramerAvoid malloc thrashing in the uninitialized value analysis.
2012-09-13 Ted KremenekTeach -Wuninitialized to recognize common "noreturn...
2012-09-12 Ted KremenekTeach -Wuninitialized to recognize __attribute__((analy...
2012-07-19 Ted KremenekSimplify UninitializedValues.cpp by removing logic...
2012-07-17 Richard SmithUninitialized variables: two little changes:
2012-07-17 Richard Smith-Wuninitialized: Split the classification of DeclRefExp...
2012-07-13 Richard SmithPR13360: When deciding the earliest point which inevita...
2012-07-02 Richard Smith-Wuninitialized: assume that an __attribute__((returns_...
2012-06-16 Richard Smith-Wuninitialized bugfix: when entering the scope of...
2012-06-06 David BlaikieRevert Decl's iterators back to pointer value_type...
2012-05-25 Richard SmithSplit a chunk of -Wconditional-uninitialized warnings...
2012-05-24 Richard SmithSome cleanups around the uninitialized variables warnin...
2012-04-30 David BlaikieRemove the ref/value inconsistency in filter_decl_iterator.
2012-04-30 Richard SmithPR11926 + duplicates: Fix crash in -Wuninitialized...
2012-03-01 Argyrios KyrtzidisMove llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndR...
2012-02-27 Argyrios KyrtzidisMove "clang/Analysis/Support/SaveAndRestore.h" to ...
2011-10-24 Ted KremenekRename AnalysisContext to AnalysisDeclContext. Not...
2011-10-13 Ted KremenekTweak -Wuninitialized's handling of 'int x = x' to...
2011-10-07 Ted KremenekFix infinite loop in -Wuninitialized reported in PR...
2011-09-02 Ted Kremenek-Wuninitialized: fix insidious bug resulting from inter...
2011-08-23 Ted KremenekConstify the result of CFGStmt::getStmt().
2011-08-20 Ted KremenekRemove dead code.
2011-08-17 Chad RosierFix else style. No functionality change intended.
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-08-08 Ted KremenekFix another -Wuninitialized assertion failure (this...
2011-08-04 Ted KremenekFix assertion failure in -Wuninitialized involving...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-07-22 Chandler CarruthMove duplicate uninitialized warning suppression into the
2011-07-20 Ted KremenekFix -Wuninitialized regression involving functions...
2011-07-19 Ted KremenekFix false negative in -Wuninitialized involving a ...
2011-07-19 Ted KremenekFix assertion failure in UninitializedValues.cpp where...
2011-07-19 Ted KremenekReduce -Wuninitialized time by 22% (on sqlite) by remov...
2011-07-16 Chandler CarruthRevert r135217, which wasn't the correct fix for PR1035...
2011-07-14 Ted KremenekFix false negative reported in PR 10358 by using 'Unkno...
2011-07-08 Chandler CarruthMake the worklist in the uninitialized values checker...
2011-07-06 Chandler CarruthBuild up statistics about the work done for analysis...
2011-05-31 Argyrios KyrtzidisUtilize PackedVector, introduced with llvm commit r132325.
2011-05-10 Ted KremenekFix crash in -Wuninitialized when using switch statment...
2011-04-28 Chandler CarruthSilence more -Wnon-pod-memset given its current impleme...
2011-04-14 Douglas GregorWhen we transform a C++ exception declaration (e.g...
2011-04-13 Chandler CarruthTeach -Wuninitialized about C++'s typeid expression...
2011-04-07 Ted KremenekTeach -Wuninitialized to not warn about variables decla...
2011-04-05 Chandler CarruthCommit a bit of a hack to fully handle the situation...
2011-04-04 Ted KremenekFix PR 9626 (duplicated self-init warnings under -Wunin...
2011-04-04 Ted Kremenek-Wuninitialized: don't warn about uninitialized variabl...
2011-03-31 Ted Kremenek-Wuninitialized should not warn about variables capture...
2011-03-29 Ted KremenekAdd workaround for Sema issue found in <rdar://problem...
2011-03-26 Benjamin KramerMake helpers static.
2011-03-17 Ted KremenekExtend -Wuninitialized to support vector types.
2011-03-15 Ted KremenekAppease GCC. I'm surprised Clang accepted this.
2011-03-15 Ted KremenekSplit warnings from -Wuninitialized-experimental into...
2011-03-15 Ted KremenekSplit warnings from -Wuninitialized-experimental into...
2011-03-15 Ted KremenekUninitializedValues: introduce ValueVector:reference...
2011-03-15 Ted KremenekUninitializedValues: wrap BitVector references in a...
2011-03-15 Ted KremenekSubstitue term "BitVector" with "ValueVector" to prep...
2011-03-15 Ted KremenekRename UninitializedValuesV2 to UninitializedValues.
2011-03-15 Ted KremenekRemove old UninitializedValues analysis.
2011-02-17 John McCallChange the representation of GNU ?: expressions to...
2011-02-13 John McCallGive some convenient idiomatic accessors to Stmt::child...
2011-02-11 Ted KremenekDon't report dead stores on unreachable code paths...
2010-10-15 John McCallDeath to blocks, or at least the word "block" in one...
2010-08-25 John McCallGCC didn't care for my attempt at API compatibility...
2010-03-02 Ted Kremenek[CFG]
2010-01-25 Ted KremenekSplit libAnalysis into two libraries: libAnalysis and...
2009-11-28 Kovarththanan Raja... lib/Analysis: Remove VISIBILITY_HIDDEN from definitions...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-03-28 Chris Lattnerrename some methods.
next