summaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...Kristof Umann2019-05-051-6/+35
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-0/+11
* [analyzer][tests][NFC] Add EOF newlines, normalize reference expected filesHubert Tong2019-05-013-2/+3
* [analyzer][tests] Use diff_plist, correct order of arguments for missed cases...Hubert Tong2019-05-015-5/+5
* [analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitiveKristof Umann2019-04-302-2/+36
* [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-301-0/+18
* [analyzer] SmartPtrModeling: Fix a null dereference.Artem Dergachev2019-04-301-0/+10
* [analyzer] RetainCount: Add a suppression for "the Matching rule".Artem Dergachev2019-04-261-0/+23
* [analyzer] RetainCount: Allow offsets in return values.Artem Dergachev2019-04-261-0/+32
* [analyzer] Fix crash when returning C++ objects from ObjC messages-to-nil.Artem Dergachev2019-04-261-0/+24
* [analyzer] Add FIXMEs for alpha.unix.cstring.OutOfBounds false positives.Artem Dergachev2019-04-251-0/+1
* [analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primi...Kristof Umann2019-04-251-0/+15
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-241-1/+1
* [analyzer] Fix macro names in diagnostics within bigger macros.Artem Dergachev2019-04-231-1/+26
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-235-2/+149
* [analyzer] Unbreak body farms in presence of multiple declarations.Artem Dergachev2019-04-231-7/+14
* [analyzer] PR41335: Fix crash when no-store event is in a body-farmed function.Artem Dergachev2019-04-231-0/+20
* [analyzer] PR41269: Add a bit of C++ smart pointer modeling.Artem Dergachev2019-04-233-6/+39
* [analyzer] Move UninitializedObjectChecker out of alphaKristof Umann2019-04-198-27/+27
* Reapply "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev2019-04-191-0/+8
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-192-1/+20
* [analyzer] Fix an assertion failure if plugins added dependenciesKristof Umann2019-04-191-0/+17
* [analyzer] Make default bindings to variables actually work.Artem Dergachev2019-04-181-0/+6
* [analyzer] NFC: MoveChecker: Refactor tests to use -verify=prefix.Artem Dergachev2019-04-181-432/+209
* Fix test on PS4 which defaults to gnu99 which does not emit the expected warn...Douglas Yung2019-04-181-3/+15
* [analyzer] PR41185: Fix regression where __builtin_* functions weren't recogn...Kristof Umann2019-04-173-9/+49
* [analyzer] Escape pointers stored into top-level parameters with destructors.Artem Dergachev2019-04-131-0/+23
* [analyzer] NoStoreFuncVisitor: Suppress reports with no-store in system headers.Artem Dergachev2019-04-052-0/+39
* Revert "[analyzer] Toning down invalidation a bit".Artem Dergachev2019-04-035-10/+23
* Fix typos in tests. NFC.Xing GUO2019-04-031-1/+1
* [analyzer] When failing to evaluate a __builtin_constant_p, presume it's false.Artem Dergachev2019-04-031-4/+5
* [analyzer] MIGChecker: Add support for more deallocator APIs.Artem Dergachev2019-03-291-3/+25
* Revert "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev2019-03-291-8/+0
* [analyzer] PR41239: Fix a crash on invalid source location in NoStoreFuncVisi...Artem Dergachev2019-03-291-1/+11
* [analyzer] Move taint API from ProgramState to a separate header. NFC.Artem Dergachev2019-03-291-0/+14
* [analyzer] PR37501: Disable assertion for logical op short circuit evaluation.Artem Dergachev2019-03-291-2/+17
* [analyzer] Introduce a simplified API for adding custom path notes.Artem Dergachev2019-03-291-0/+8
* [Analyzer] Constraint Manager - Calculate Effective Range for DifferencesAdam Balogh2019-03-281-0/+14
* [CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in ExprEngine.Artem Dergachev2019-03-261-5/+19
* [CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in constructors.Artem Dergachev2019-03-212-0/+38
* [Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington2019-03-184-7/+22
* [analyzer] ConditionBRVisitor: Unknown condition evaluation supportCsaba Dabis2019-03-162-4/+10
* Revert "[analyzer] ConditionBRVisitor: Unknown condition evaluation support"Csaba Dabis2019-03-162-10/+4
* [analyzer] ConditionBRVisitor: Unknown condition evaluation supportCsaba Dabis2019-03-162-4/+10
* [analyzer] RetainCount: A function isn't a CFRetain if it takes no arguments.Artem Dergachev2019-03-151-0/+12
* [analyzer] Support C++17 aggregates with bases without constructors.Artem Dergachev2019-03-151-4/+63
* [analyzer] Fix an assertation failure for invalid sourcelocation, add a new d...Kristof Umann2019-03-142-1/+16
* [analyzer] Fix function macro crashKristof Umann2019-03-142-0/+496
* [Analyzer] Clean up test/Analysis/ptr-sort.cppMandeep Singh Grang2019-03-131-4/+5
* [Analyzer] Skip symbolic regions based on conjured symbols in comparison of t...Adam Balogh2019-03-131-0/+14