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
/
UninitializedObject
/
UninitializedPointee.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
1
-4
/
+5
*
[analyzer] CastValueChecker: Rewrite dead header hotfix
Csaba Dabis
2019-08-22
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+0
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[analyzer][UninitializedObjectChecker] Uninit regions are only reported once
Kristof Umann
2018-11-18
1
-6
/
+7
*
[analyzer][UninitializedObjectChecker] Reports Loc fields pointing to themselves
Kristof Umann
2018-10-11
1
-19
/
+49
*
[analyzer] Restore final on NeedsCastLocField. NFC
Ilya Biryukov
2018-09-14
1
-1
/
+1
*
[analyzer][UninitializedObjectChecker] Support for nonloc::LocAsInteger
Kristof Umann
2018-09-14
1
-11
/
+20
*
[analyzer][UninitializedObjectChecker] Refactored checker options
Kristof Umann
2018-09-14
1
-6
/
+3
*
[analyzer][UninitializedObjectChecker] Correct dynamic type is acquired for r...
Kristof Umann
2018-09-14
1
-0
/
+8
*
[analyzer][UninitializedObjectChecker] Updated comments
Kristof Umann
2018-09-14
1
-9
/
+5
*
[analyzer][UninitializedObjectChecker] Fixed dereferencing
Kristof Umann
2018-09-14
1
-68
/
+60
*
fix comment typo
Nico Weber
2018-08-27
1
-1
/
+1
*
[analyzer][UninitializedObjectChecker] Refactoring p6.: Move dereferencing to...
Kristof Umann
2018-08-21
1
-55
/
+61
*
[NFC] Don't define static function in header (UninitializedObject.h)
Andrei Elovikov
2018-08-20
1
-4
/
+2
*
[analyzer] Made a buildbot happy.
Kristof Umann
2018-08-14
1
-2
/
+4
*
[analyzer][UninitializedObjectChecker] Void pointers are casted back to their...
Kristof Umann
2018-08-14
1
-2
/
+40
*
[analyzer] Fix UninitializedObjectChecker to not crash on uninitialized "id" ...
George Karpenkov
2018-08-13
1
-1
/
+1
*
Fix Clang warnings and bad #include filenames in r339595 and r339599.
Richard Smith
2018-08-13
1
-2
/
+2
*
[analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...
Kristof Umann
2018-08-13
1
-4
/
+39
*
[analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...
Kristof Umann
2018-08-13
1
-1
/
+1
*
[analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...
Kristof Umann
2018-08-13
1
-0
/
+171