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
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] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
1
-4
/
+5
*
[analyzer] CastValueChecker: Rewrite dead header hotfix
Csaba Dabis
2019-08-22
2
-2
/
+2
*
[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][UninitializedObjectChecker] PR41741: Regard all scalar types as pr...
Kristof Umann
2019-05-05
1
-2
/
+1
*
[analyzer][UninitializedObjectChecker] PR41611: Regard vector types as primitive
Kristof Umann
2019-04-30
1
-1
/
+2
*
[analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primi...
Kristof Umann
2019-04-25
1
-1
/
+1
*
[analyzer] Move UninitializedObjectChecker out of alpha
Kristof Umann
2019-04-19
1
-5
/
+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
2
-13
/
+110
*
[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
3
-12
/
+9
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
2
-2
/
+1
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
3
-5
/
+5
*
[analyzer][UninitializedObjectChecker] Uninit regions are only reported once
Kristof Umann
2018-11-18
3
-18
/
+64
*
[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
*
Revert "[Lex] TokenConcatenation now takes const Preprocessor"
Eric Liu
2018-10-11
1
-3
/
+3
*
[Lex] TokenConcatenation now takes const Preprocessor
Eric Liu
2018-10-11
1
-3
/
+3
*
[analyzer][UninitializedObjectChecker] Reports Loc fields pointing to themselves
Kristof Umann
2018-10-11
1
-19
/
+49
*
Revert untintentionally commited changes
Eric Liu
2018-10-02
1
-3
/
+3
*
[Lex] TokenConcatenation now takes const Preprocessor
Eric Liu
2018-10-02
1
-3
/
+3
*
Revert untintentionally commited changes
Kristof Umann
2018-09-27
1
-3
/
+3
*
[Lex] TokenConcatenation now takes const Preprocessor
Kristof Umann
2018-09-27
1
-3
/
+3
*
[analyzer][UninitializedObjectChecker] Using the new const methods of Immutab...
Kristof Umann
2018-09-23
2
-20
/
+10
*
[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
2
-14
/
+23
*
[analyzer][UninitializedObjectChecker] New flag to ignore records based on it...
Kristof Umann
2018-09-14
2
-5
/
+39
*
[analyzer][UninitializedObjectChecker] Refactored checker options
Kristof Umann
2018-09-14
3
-59
/
+63
*
[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
3
-74
/
+67
*
[analyzer][UninitializedObjectChecker] Fixed dereferencing
Kristof Umann
2018-09-14
3
-77
/
+86
*
fix comment typo
Nico Weber
2018-08-27
1
-1
/
+1
*
[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
2
-7
/
+70
*
[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
2
-56
/
+63
*
[NFC] Don't define static function in header (UninitializedObject.h)
Andrei Elovikov
2018-08-20
2
-5
/
+3
*
[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
2
-2
/
+2
*
Fix Clang warnings and bad #include filenames in r339595 and r339599.
Richard Smith
2018-08-13
3
-5
/
+7
*
[analyzer][UninitializedObjectChecker] Refactoring p5.: Handle pedantic mode ...
Kristof Umann
2018-08-13
2
-14
/
+19
*
[analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap FieldRegions and...
Kristof Umann
2018-08-13
3
-113
/
+201
*
[analyzer][UninitializedObjectChecker] Refactoring p3.: printTail moved out f...
Kristof Umann
2018-08-13
3
-16
/
+17
*
[analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...
Kristof Umann
2018-08-13
3
-0
/
+854