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
/
UninitializedObjectChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-2
/
+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
-2
/
+2
*
[analyzer] Remove the default value arg from getChecker*Option
Kristof Umann
2019-05-17
1
-8
/
+5
*
[analyzer] Emit an error rather than assert on invalid checker option input
Kristof Umann
2019-03-08
1
-1
/
+8
*
[analyzer] Enable subcheckers to possess checker options
Kristof Umann
2019-03-04
1
-9
/
+8
*
[analyzer][UninitializedObjectChecker] New flag to ignore guarded uninitializ...
Kristof Umann
2019-02-02
1
-8
/
+97
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
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
/
+1
*
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
-9
/
+48
*
[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...
Kristof Umann
2018-11-05
1
-4
/
+4
*
[analyzer][UninitializedObjectChecker] No longer using nonloc::LazyCompoundVal
Kristof Umann
2018-10-21
1
-25
/
+26
*
[analyzer][UninitializedObjectChecker] Using the new const methods of Immutab...
Kristof Umann
2018-09-23
1
-17
/
+8
*
[analyzer][UninitializedObjectChecker] Support for nonloc::LocAsInteger
Kristof Umann
2018-09-14
1
-3
/
+3
*
[analyzer][UninitializedObjectChecker] New flag to ignore records based on it...
Kristof Umann
2018-09-14
1
-4
/
+30
*
[analyzer][UninitializedObjectChecker] Refactored checker options
Kristof Umann
2018-09-14
1
-49
/
+19
*
[analyzer][UninitializedObjectChecker] Updated comments
Kristof Umann
2018-09-14
1
-25
/
+12
*
[analyzer][UninitializedObjectChecker] Fixed dereferencing
Kristof Umann
2018-09-14
1
-7
/
+18
*
[analyzer] Correctly marked a virtual function 'override'
Kristof Umann
2018-08-21
1
-1
/
+1
*
[analyzer][UninitializedObjectChecker] Explicit namespace resolution for inhe...
Kristof Umann
2018-08-21
1
-2
/
+38
*
[analyzer][UninitializedObjectChecker] Added documentation to the checker list
Kristof Umann
2018-08-21
1
-12
/
+0
*
[analyzer][UninitializedObjectChecker] Refactoring p6.: Move dereferencing to...
Kristof Umann
2018-08-21
1
-1
/
+2
*
[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
-3
/
+3
*
[analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...
Kristof Umann
2018-08-13
1
-10
/
+10
*
[analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...
Kristof Umann
2018-08-13
1
-67
/
+63
*
[analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...
Kristof Umann
2018-08-13
1
-8
/
+13
*
[analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...
Kristof Umann
2018-08-13
1
-0
/
+487