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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-7
/
+7
*
Use the new LLVM_END_WITH_NULL name
Reid Kleckner
2014-11-04
1
-2
/
+2
*
[analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...
Anton Yartsev
2014-10-21
1
-4
/
+4
*
[analyzer] Tweak MallocSizeOfChecker to not warn when using sizeof(void*) to ...
Ted Kremenek
2014-10-19
1
-0
/
+4
*
[analyzer] Check all 'nonnull' attributes, not just the first one.
Jordan Rose
2014-10-13
1
-5
/
+16
*
Remove stray enum keywords. MSVC sees this as a redeclaration at global scope.
Benjamin Kramer
2014-10-03
1
-2
/
+2
*
[analyzer] Refactor and cleanup IsCompleteType
Anna Zaks
2014-10-03
1
-12
/
+1
*
[analyzer] Make Malloc Checker track memory allocated by if_nameindex
Anna Zaks
2014-10-03
1
-37
/
+81
*
[analyzer] Make CStringChecker correctly calculate return value of mempcpy
Anna Zaks
2014-10-03
1
-1
/
+6
*
Avoid some unnecessary SmallVector copies.
Benjamin Kramer
2014-09-11
1
-8
/
+6
*
Teach the analyzer that __builtin_assume_aligned returns its first argument.
Jordan Rose
2014-09-09
1
-1
/
+3
*
[analyzer] Don't crash if malloc() has an unexpected function prototype.
Jordan Rose
2014-09-05
1
-4
/
+4
*
unique_ptrify BugReporter::visitors
David Blaikie
2014-09-04
5
-17
/
+18
*
unique_ptr-ify PathDiagnosticPiece ownership
David Blaikie
2014-08-29
2
-17
/
+16
*
Fix representation of __attribute__((nonnull)) to support correctly modeling
Richard Smith
2014-08-27
1
-0
/
+2
*
[analyzer] Remove check covered by -Wobjc-missing-super-calls.
Jordan Rose
2014-08-22
1
-39
/
+0
*
Objective-C. Warn if user has made explicit call
Fariborz Jahanian
2014-08-22
1
-0
/
+1
*
[analyzer] Don't warn on virtual calls in ctors to final methods.
Benjamin Kramer
2014-08-21
1
-3
/
+10
*
[analyzer] UnixAPI: Check that the third argument to open(2) (if present) is ...
Jordan Rose
2014-08-20
1
-0
/
+9
*
[analyzer] UnixAPI: Check when open(2) is called with more than three arguments.
Jordan Rose
2014-08-20
1
-21
/
+36
*
[analyzer] IdenticalExpr: don't try to compare integer literals with differen...
Jordan Rose
2014-08-20
1
-1
/
+6
*
[analyzer] IdenticalExpr: use getBytes rather than getString to compare strin...
Jordan Rose
2014-08-20
1
-1
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
4
-8
/
+8
*
[analyzer] Check for negative values used as the size of a C variable-length ...
Jordan Rose
2014-08-12
1
-2
/
+24
*
[Analyzer] fix for PR19102
Anton Yartsev
2014-08-05
1
-0
/
+41
*
TestAfterDivZeroChecker.cpp: Avoid member initializer. It is unsupported in m...
NAKAMURA Takumi
2014-07-11
1
-2
/
+2
*
[analyzer] Check for code testing a variable for 0 after using it as a denomi...
Jordan Rose
2014-07-10
3
-0
/
+269
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-4
/
+4
*
[analyzer] Check for NULL passed to CFAutorelease.
Jordan Rose
2014-06-21
1
-6
/
+11
*
Fix a crash in Retain Count checker error reporting
Anna Zaks
2014-06-13
1
-5
/
+18
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
36
-229
/
+239
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-1
/
+1
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
NSOrCFErrorDerefChecker: Don't leak bug type. Similar to r208110/r208155. Fou...
Nico Weber
2014-05-07
1
-4
/
+12
*
[analyzer] Use a lazily-initialized BugType in ObjCSelfInitChecker.
Jordan Rose
2014-05-07
1
-10
/
+6
*
Fix leak in ObjCSelfInitChecker, found by LSan.
Nico Weber
2014-05-06
1
-19
/
+18
*
Updated the attribute tablegen emitter for variadic arguments to emit a range...
Aaron Ballman
2014-05-02
1
-3
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Add missing include.
Richard Trieu
2014-04-09
1
-0
/
+1
*
[analyzer] When checking Foundation method calls, match the selectors exactly.
Jordan Rose
2014-04-09
4
-76
/
+154
*
[analyzer] Lock checker: Allow pthread_mutex_init to reinitialize a destroyed...
Jordan Rose
2014-04-01
1
-0
/
+39
*
[analyzer] Lock checker: make sure locks aren't used after being destroyed.
Jordan Rose
2014-04-01
1
-29
/
+121
*
[analyzer] Add double-unlock detection to PthreadLockChecker.
Jordan Rose
2014-04-01
1
-17
/
+36
*
[analyzer] Handle the M_ZERO and __GFP_ZERO flags in kernel mallocs.
Jordan Rose
2014-03-26
2
-5
/
+115
*
[analyzer] Don't track retain counts of objects directly accessed through ivars.
Jordan Rose
2014-03-25
1
-22
/
+111
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
7
-37
/
+38
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
4
-12
/
+8
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
2
-7
/
+4
[next]