aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis
AgeCommit message (Expand)Author
2019-05-05[analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...Kristof Umann
2019-05-01[analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann
2019-05-01[analyzer][tests][NFC] Add EOF newlines, normalize reference expected filesHubert Tong
2019-05-01[analyzer][tests] Use diff_plist, correct order of arguments for missed cases...Hubert Tong
2019-04-30[analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitiveKristof Umann
2019-04-30[analyzer] Treat functions without run-time branches as "small".Artem Dergachev
2019-04-30[analyzer] SmartPtrModeling: Fix a null dereference.Artem Dergachev
2019-04-26[analyzer] RetainCount: Add a suppression for "the Matching rule".Artem Dergachev
2019-04-26[analyzer] RetainCount: Allow offsets in return values.Artem Dergachev
2019-04-26[analyzer] Fix crash when returning C++ objects from ObjC messages-to-nil.Artem Dergachev
2019-04-25[analyzer] Add FIXMEs for alpha.unix.cstring.OutOfBounds false positives.Artem Dergachev
2019-04-25[analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primi...Kristof Umann
2019-04-24Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith
2019-04-23[analyzer] Fix macro names in diagnostics within bigger macros.Artem Dergachev
2019-04-23[analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl
2019-04-23[analyzer] Unbreak body farms in presence of multiple declarations.Artem Dergachev
2019-04-23[analyzer] PR41335: Fix crash when no-store event is in a body-farmed function.Artem Dergachev
2019-04-23[analyzer] PR41269: Add a bit of C++ smart pointer modeling.Artem Dergachev
2019-04-19[analyzer] Move UninitializedObjectChecker out of alphaKristof Umann
2019-04-19Reapply "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev
2019-04-19[analyzer][NFC] Reimplement checker optionsKristof Umann
2019-04-19[analyzer] Fix an assertion failure if plugins added dependenciesKristof Umann
2019-04-18[analyzer] Make default bindings to variables actually work.Artem Dergachev
2019-04-18[analyzer] NFC: MoveChecker: Refactor tests to use -verify=prefix.Artem Dergachev
2019-04-18Fix test on PS4 which defaults to gnu99 which does not emit the expected warn...Douglas Yung
2019-04-17[analyzer] PR41185: Fix regression where __builtin_* functions weren't recogn...Kristof Umann
2019-04-13[analyzer] Escape pointers stored into top-level parameters with destructors.Artem Dergachev
2019-04-05[analyzer] NoStoreFuncVisitor: Suppress reports with no-store in system headers.Artem Dergachev
2019-04-03Revert "[analyzer] Toning down invalidation a bit".Artem Dergachev
2019-04-03Fix typos in tests. NFC.Xing GUO
2019-04-03[analyzer] When failing to evaluate a __builtin_constant_p, presume it's false.Artem Dergachev
2019-03-29[analyzer] MIGChecker: Add support for more deallocator APIs.Artem Dergachev
2019-03-29Revert "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev
2019-03-29[analyzer] PR41239: Fix a crash on invalid source location in NoStoreFuncVisi...Artem Dergachev
2019-03-29[analyzer] Move taint API from ProgramState to a separate header. NFC.Artem Dergachev
2019-03-29[analyzer] PR37501: Disable assertion for logical op short circuit evaluation.Artem Dergachev
2019-03-29[analyzer] Introduce a simplified API for adding custom path notes.Artem Dergachev
2019-03-28[Analyzer] Constraint Manager - Calculate Effective Range for DifferencesAdam Balogh
2019-03-26[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in ExprEngine.Artem Dergachev
2019-03-21[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in constructors.Artem Dergachev
2019-03-18[Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington
2019-03-16[analyzer] ConditionBRVisitor: Unknown condition evaluation supportCsaba Dabis
2019-03-16Revert "[analyzer] ConditionBRVisitor: Unknown condition evaluation support"Csaba Dabis
2019-03-16[analyzer] ConditionBRVisitor: Unknown condition evaluation supportCsaba Dabis
2019-03-15[analyzer] RetainCount: A function isn't a CFRetain if it takes no arguments.Artem Dergachev
2019-03-15[analyzer] Support C++17 aggregates with bases without constructors.Artem Dergachev
2019-03-14[analyzer] Fix an assertation failure for invalid sourcelocation, add a new d...Kristof Umann
2019-03-14[analyzer] Fix function macro crashKristof Umann
2019-03-13[Analyzer] Clean up test/Analysis/ptr-sort.cppMandeep Singh Grang
2019-03-13[Analyzer] Skip symbolic regions based on conjured symbols in comparison of t...Adam Balogh