]> granicus.if.org Git - clang/history - lib/Analysis/ReachableCode.cpp
[CFG] Fix crash finding destructor of lifetime-extended temporary.
[clang] / lib / Analysis / ReachableCode.cpp
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-01-14 Chandler Carruth[cleanup] Re-sort *all* #include lines with llvm/utils...
2014-05-23 Manuel KlimekMake dead return statement detection more robust agains...
2014-05-20 Craig Topper[C++11] Use 'nullptr'. Analysis edition.
2014-04-16 Ted Kremenek-Wunreachable-code: refine recognition of unreachable...
2014-03-29 Ted Kremenek[-Wunreachable-code] Expand paren-suppression heuristic...
2014-03-29 Ted KremenekImprove -Wunreachable-code to provide a means to indica...
2014-03-21 Ted Kremenek[-Wunreachable-code] add a specialized diagnostic for...
2014-03-20 Ted Kremenek[-Wunreachable-code] Tweak isTrivialDoWhile() to handle...
2014-03-20 Ted Kremenek[-Wunreachable-code] Look through member accesses for...
2014-03-20 Ted Kremenek[-Wunreachable-code] constexpr functions can be used...
2014-03-20 Ted Kremenek[-Wunreachable-code] Simplify and broad -Wunreachable...
2014-03-15 Benjamin KramerRemove dead functions from unreachable code analysis.
2014-03-15 Ted Kremenek-Wunreachable-code: treat 'const bool' locals as contro...
2014-03-15 Ted KremenekFurther refine -Wunreachable-code groups so that -Wno...
2014-03-15 Ted KremenekStart breaking -Wunreachable-code up into different...
2014-03-09 Ted Kremenek[-Wunreachable-code] Handle Objective-C bool literals...
2014-03-08 Ted Kremenek[-Wunreachable-code] Tweak heuristic for configuration...
2014-03-08 Ted Kremenek[-Wunreachabe-code] Don't warn about unreachable destru...
2014-03-08 Ted Kremenek[-Wunreachable-code] Handle 'return' with no argument...
2014-03-07 Benjamin Kramer[C++11] Revert uses of lambdas with array_pod_sort.
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-07 Ted Kremenek[-Wunreachable-code] Treat constant globals as configur...
2014-03-07 Ted KremenekFix recent regressions in -Wreturn-type caused by heuri...
2014-03-07 Ted Kremenek[-Wunreachable-code] Correctly expand artificial reacha...
2014-03-07 Ted Kremenek[-Wunreachable-code] Teach reachable code analysis...
2014-03-06 Ted Kremenek[-Wunreachable-code] Refine treating all branches of...
2014-03-06 Ted Kremenek[-Wunreachable-code] don't warn about dead 'return...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-05 Ted Kremenek[-Wunreachable-code] generalize pruning out warning...
2014-03-05 Ted Kremenek[-Wunreachable-code] include some enum constants in...
2014-03-05 Ted Kremenek[-Wunreachable-code] generalize configuration value...
2014-03-05 Ted Kremenek[-Wunreachable-code] Don't warn about dead code guarded...
2014-03-04 Ted Kremenek[-Wunreachable-code] handle cases where a dead 'return...
2014-02-27 Ted Kremenek[-Wunreachable-code] always treat 'case:' and 'default...
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about trivially unreach...
2014-02-27 Ted Kremenek[-Wunreachable-code] Don't warn about unreachable ...
2014-02-27 Ted Kremenek[-Wunreachable-code] Prune out unreachable warnings...
2013-09-22 Benjamin KramerMake sort predicate match the qsort convention.
2013-09-22 Benjamin KramerFix array_pod_sort predicates after LLVM change.
2013-08-15 Eli FriedmanProperly track l-paren of a CXXFucntionalCastExpr.
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-10-24 Ted KremenekRename AnalysisContext to AnalysisDeclContext. Not...
2011-08-25 Ted KremenekTeach -Wunreachable-code about dead code caused by...
2011-08-23 Ted KremenekStart reworking -Wunreachable-code. The original analy...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-06-15 John McCallAutomatic Reference Counting.
2011-04-02 Nico WeberMake -Wheader-hygiene not complain about USING_NAMESPAC...
2011-03-01 Ted KremenekIn preparation for fixing PR 6884, rework CFGElement...
2011-02-17 John McCallChange the representation of GNU ?: expressions to...
2011-01-08 Chandler CarruthRemove a kludge from analysis based warnings that used...
2010-12-16 Ted KremenekStart migration of static analyzer to using the
2010-10-29 Marcin SwiderskiAdded CFGTerminator class, that holds information about...
2010-09-16 Zhongxing XuIntroduce new CFGElement hierarchy to support C++ CFG...
2010-09-09 Ted KremenekEnhance -Wunreachable-code to not consider the 'default...
2010-08-25 John McCallGCC didn't care for my attempt at API compatibility...
2010-02-23 Ted KremenekMove the rest of the unreachable code analysis from...
2010-02-23 Ted KremenekStart moving some of the logic for the unreachable...