index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
IteratorChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Analyzer][NFC] Iterator Checkers - Separate iterator modeling and the actual...
Adam Balogh
2019-12-11
1
-2542
/
+0
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-2
/
+1
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+2
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-2
/
+1
*
[Analyzer] Checker for Debugging Iterator Checkers
Adam Balogh
2019-11-08
1
-2
/
+155
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-5
/
+3
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-4
/
+8
*
[Analyzer] Iterator Checkers - Make range errors and invalidated access fatal
Adam Balogh
2019-08-29
1
-8
/
+6
*
[analyzer] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
1
-1
/
+2
*
[analyzer] CastValueChecker: Rewrite dead header hotfix
Csaba Dabis
2019-08-22
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
[Analyzer] Iterator Checkers - Fix for Crash on Iterator Differences
Adam Balogh
2019-08-05
1
-4
/
+8
*
[Analyzer] Refactor begin and end symbol creation
Adam Balogh
2019-05-20
1
-22
/
+36
*
[Analyzer] Iterator Checkers - Do an early return after handling calls
Adam Balogh
2019-04-26
1
-22
/
+64
*
[Analyzer] Second fix for last commit for IteratorChecker
Adam Balogh
2019-04-23
1
-1
/
+1
*
[Analyzer] Fix for previous commit
Adam Balogh
2019-04-23
1
-2
/
+2
*
[Analyzer] Instead of recording comparisons in interator checkers do an eager...
Adam Balogh
2019-04-23
1
-258
/
+126
*
[Analyzer] Skip symbolic regions based on conjured symbols in comparison of t...
Adam Balogh
2019-03-13
1
-3
/
+46
*
[analyzer] Add CheckerManager::getChecker, make sure that a registry function...
Kristof Umann
2019-01-26
1
-1
/
+1
*
[analyzer] Reimplement dependencies between checkers
Kristof Umann
2019-01-26
1
-0
/
+8
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
[Analyzer] Remove extra blank line from Iterator Checker (test commit)
Adam Balogh
2019-01-21
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Fix failing MSan bots"
George Karpenkov
2019-01-18
1
-6
/
+6
*
Fix failing MSan bots
Vlad Tsyrklevich
2019-01-18
1
-6
/
+6
*
[analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameter
George Karpenkov
2019-01-18
1
-6
/
+6
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-2
/
+2
*
[Analyzer] Iterator Checker - Forbid decrements past the begin() and incremen...
Adam Balogh
2018-12-04
1
-90
/
+154
*
[Analyzer] Iterator Checkers - Use the region of the topmost base class for i...
Adam Balogh
2018-12-04
1
-39
/
+21
*
[Analyzer] Iterator Checker - Part 8: Support for assign, clear, insert, empl...
Adam Balogh
2018-09-10
1
-2
/
+354
*
[Analyzer] Iterator Checker - Part 7: Support for push and pop operations
Adam Balogh
2018-09-10
1
-0
/
+312
*
[Analyzer] Iterator Checker - Part 6: Mismatched iterator checker for constru...
Adam Balogh
2018-09-10
1
-1
/
+60
*
[Analyzer] Iterator Checker - Part 5: Move Assignment of Containers
Adam Balogh
2018-09-10
1
-6
/
+153
*
[Analyzer] Iterator Checker - Part 4: Mismatched iterator checker for functio...
Adam Balogh
2018-09-10
1
-1
/
+116
*
[Analyzer] Iterator Checker - Part 3: Invalidation check, first for (copy) as...
Adam Balogh
2018-08-28
1
-45
/
+138
*
[analyzer] Add missing state transition in IteratorChecker.
Reka Kovacs
2018-07-30
1
-0
/
+2
*
[Analyzer] Iterator Checker Hotfix: Defer deletion of container data until it...
Adam Balogh
2018-07-30
1
-1
/
+22
*
[Analyzer] Mark `SymbolData` parts of iterator position as live in program st...
Adam Balogh
2018-07-16
1
-21
/
+33
*
[Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...
Adam Balogh
2018-06-28
1
-31
/
+448
*
[analyzer] Fix the crash in IteratorChecker.cpp when 'SymbolConjured' has a n...
Henry Wong
2018-03-20
1
-1
/
+1
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-3
/
+2
*
[analyzer] Initial commit for the upcoming refactoring of the IteratorChecker.
Artem Dergachev
2017-05-29
1
-0
/
+833