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
/
CallAndMessageChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-4
/
+4
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-9
/
+10
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-8
/
+8
*
[analyzer] Add CheckerManager::getChecker, make sure that a registry function...
Kristof Umann
2019-01-26
1
-2
/
+1
*
[analyzer] Reimplement dependencies between checkers
Kristof Umann
2019-01-26
1
-23
/
+20
*
[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
*
[analyzer] Rename trackNullOrUndefValue to trackExpressionValue
George Karpenkov
2018-10-23
1
-9
/
+9
*
Move some helpers from the global namespace into anonymous ones.
Benjamin Kramer
2018-10-13
1
-0
/
+2
*
[analyzer] Improve tracing for uninitialized struct fields
George Karpenkov
2018-08-29
1
-0
/
+2
*
[analyzer] [NFC] Move class definition out of the function
George Karpenkov
2018-08-29
1
-41
/
+40
*
[analyzer] In getSVal() API, disable auto-detection of void type as char type.
Artem Dergachev
2017-12-12
1
-1
/
+1
*
[analyzer] Clarify 'uninitialized function argument' messages
Daniel Marjamaki
2017-03-08
1
-31
/
+45
*
[analyzer] Add check for when block is called with too few arguments.
Devin Coughlin
2016-11-15
1
-8
/
+13
*
[analyzer] Fix typo s/initalize/initialize/
Chih-Hung Hsieh
2016-03-23
1
-1
/
+1
*
Support watchOS and tvOS driver options
Tim Northover
2015-10-30
1
-1
/
+2
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-2
/
+2
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-8
/
+8
*
[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
Devin Coughlin
2015-09-15
1
-13
/
+12
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-16
/
+16
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-3
/
+3
*
[analyzer] Warn when passing pointers to const but uninitialized memory.
Jordan Rose
2014-03-13
1
-23
/
+109
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-4
/
+3
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-22
/
+20
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+3
*
[analyzer] Improved checker naming in CFG dump.
Anton Yartsev
2014-02-17
1
-1
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-24
/
+24
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-2
/
+3
*
[analyzer] Add missing return after function pointer null check.
Jordan Rose
2013-10-02
1
-0
/
+1
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-2
/
+1
*
[analyzer] Warn when using 'delete' on an uninitialized variable.
Jordan Rose
2013-08-09
1
-1
/
+29
*
Fix a crash in the static analyzer (bug #16307)
Pavel Labath
2013-06-19
1
-1
/
+24
*
[analyzer] Warn when nil receiver results in forming null reference
Anna Zaks
2013-04-03
1
-12
/
+19
*
[analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not re...
Anna Zaks
2013-03-27
1
-3
/
+4
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-1
/
+1
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-6
/
+8
*
[analyzer] Track null object lvalues back through C++ method calls.
Jordan Rose
2013-01-26
1
-0
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-5
/
+5
*
Make helper functions static.
Benjamin Kramer
2012-09-10
1
-2
/
+2
*
[analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue.
Jordan Rose
2012-08-28
1
-4
/
+4
*
[analyzer] If we call a C++ method on an object, assume it's non-null.
Jordan Rose
2012-08-15
1
-3
/
+9
*
[analyzer] Use a more robust check for null in CallAndMessageChecker.
Jordan Rose
2012-08-04
1
-2
/
+12
*
[analyzer] When a symbol is null, we should track its constraints.
Jordan Rose
2012-08-03
1
-9
/
+4
*
[analyzer] Track null/uninitialized C++ objects used in method calls.
Jordan Rose
2012-08-03
1
-12
/
+12
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
Add static analyzer check for calling a C++ instance method with a null/unini...
Ted Kremenek
2012-07-26
1
-2
/
+25
*
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-07-18
1
-39
/
+67
[next]