index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-09-22
1
-2
/
+2
*
Attempt to fix a windows buildbot failure
Kristof Umann
2019-09-21
1
-2
/
+2
*
Fix a documentation error
Kristof Umann
2019-09-20
1
-1
/
+1
*
Reland '[analyzer][MallocChecker][NFC] Document and reorganize some functions'
Kristof Umann
2019-09-20
1
-463
/
+720
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-6
/
+5
*
[analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.
Artem Dergachev
2019-09-11
1
-4
/
+3
*
[analyzer] NFC: Re-implement stack hints as a side map in BugReport.
Artem Dergachev
2019-09-11
1
-17
/
+18
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-19
/
+25
*
[analyzer] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
1
-5
/
+8
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-16
/
+16
*
[analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can be const, make it ...
Kristof Umann
2019-08-13
1
-1
/
+1
*
[analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...
Kristof Umann
2019-08-13
1
-11
/
+11
*
[analyzer] MallocChecker: Prevent Integer Set Library false positives
Csaba Dabis
2019-07-18
1
-1
/
+38
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[analyzer] Support kfree in MallocChecker
Nathan Huckleberry
2019-07-01
1
-12
/
+14
*
[analyzer] Remove the default value arg from getChecker*Option
Kristof Umann
2019-05-17
1
-1
/
+1
*
[c++20] Implement P1009R2: allow omitting the array bound in an array
Richard Smith
2019-05-06
1
-2
/
+2
*
[analyzer] Enable subcheckers to possess checker options
Kristof Umann
2019-03-04
1
-1
/
+1
*
[analyzer] Add CheckerManager::getChecker, make sure that a registry function...
Kristof Umann
2019-01-26
1
-10
/
+8
*
[analyzer] Reimplement dependencies between checkers
Kristof Umann
2019-01-26
1
-26
/
+10
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+8
*
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
-3
/
+3
*
Fix failing MSan bots
Vlad Tsyrklevich
2019-01-18
1
-3
/
+3
*
[analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameter
George Karpenkov
2019-01-18
1
-3
/
+3
*
Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...
Kristof Umann
2018-12-17
1
-714
/
+422
*
Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...
Kristof Umann
2018-12-17
1
-11
/
+3
*
Reverting bitfield size to attempt to fix a windows buildbot
Kristof Umann
2018-12-17
1
-1
/
+1
*
[analyzer][MallocChecker] Improve warning messages on double-delete errors
Kristof Umann
2018-12-15
1
-2
/
+10
*
[analyzer][MallocChecker][NFC] Document and reorganize some functions
Kristof Umann
2018-12-15
1
-422
/
+714
*
[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] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-1
/
+1
*
[analyzer] MallocChecker: Avoid redundant transitions.
Artem Dergachev
2018-11-30
1
-2
/
+11
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-3
/
+0
*
[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...
Kristof Umann
2018-11-05
1
-3
/
+3
*
[analyzer] pr39348: MallocChecker: Realize that sized delete isn't custom del...
Artem Dergachev
2018-11-01
1
-31
/
+7
*
[analyzer] [NFC] Change scanReachableSymbols to use ranges
George Karpenkov
2018-10-23
1
-2
/
+1
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-4
/
+2
*
[analyzer] InnerPointerChecker: improve warning messages and notes.
Reka Kovacs
2018-08-10
1
-8
/
+22
*
[analyzer] InnerPointerChecker: fix displayed checker name.
Reka Kovacs
2018-08-06
1
-7
/
+23
*
[analyzer] Detect pointers escaped after ReturnStmt execution in MallocChecker.
Reka Kovacs
2018-08-02
1
-3
/
+25
*
Remove trailing space
Fangrui Song
2018-07-30
1
-19
/
+19
*
[analyzer] Add support for more invalidating functions in InnerPointerChecker.
Reka Kovacs
2018-07-30
1
-0
/
+5
*
[analyzer] Rename DanglingInternalBufferChecker to InnerPointerChecker.
Reka Kovacs
2018-07-20
1
-13
/
+13
*
[analyzer] Fix memory sanitizer error in MallocChecker.
Reka Kovacs
2018-07-19
1
-3
/
+3
*
[analyzer] Fix disappearing notes in DanglingInternalBufferChecker tests
Reka Kovacs
2018-07-19
1
-2
/
+3
*
[analyzer] Add support for more basic_string API in
Reka Kovacs
2018-07-19
1
-3
/
+19
*
[analyzer] Highlight c_str() call in DanglingInternalBufferChecker.
Reka Kovacs
2018-07-07
1
-0
/
+5
*
[analyzer] Fix -Wcovered-switch-default warning in MallocChecker.
Reka Kovacs
2018-07-07
1
-1
/
+0
[next]