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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+1
*
One of our buildbot for FreeBSD does not support std::to_string.
Sylvestre Ledru
2014-06-14
1
-6
/
+8
*
List the function/method name in the index page of scan-build
Sylvestre Ledru
2014-06-14
1
-0
/
+4
*
With the option '-analyzer-config stable-report-filename=true',
Sylvestre Ledru
2014-06-14
2
-16
/
+76
*
Fix a crash in Retain Count checker error reporting
Anna Zaks
2014-06-13
1
-5
/
+18
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
3
-2
/
+7
*
Don't assume an implicit IntrusiveRefCntPtr -> bool operator.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
3
-4
/
+4
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
65
-530
/
+550
*
revert "r209526 List the function/method name in the index page of scan-build "
Sylvestre Ledru
2014-05-23
1
-4
/
+0
*
List the function/method name in the index page of scan-build
Sylvestre Ledru
2014-05-23
1
-0
/
+4
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-1
/
+1
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
Silence warning in Release builds. This function is only used in an assert.
Benjamin Kramer
2014-05-11
1
-0
/
+2
*
Analyzer: Make helper function static.
Benjamin Kramer
2014-05-10
1
-1
/
+1
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+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
*
[analyzer] Functions marked __attribute__((const)) don't modify any memory.
Jordan Rose
2014-05-07
1
-0
/
+5
*
Fix leak in ObjCSelfInitChecker, found by LSan.
Nico Weber
2014-05-06
1
-19
/
+18
*
Fix crash when resolving branch conditions for temporary destructor condition...
Manuel Klimek
2014-05-05
1
-12
/
+34
*
[leaks] The PDFileEntry nodes in the FilesMade FoldingSet contain
Chandler Carruth
2014-05-03
1
-0
/
+5
*
Updated the attribute tablegen emitter for variadic arguments to emit a range...
Aaron Ballman
2014-05-02
1
-3
/
+2
*
[analyzer] Don't assert when combining using .* on a temporary.
Jordan Rose
2014-04-29
1
-0
/
+6
*
[analyzer] Don't crash when a construction is followed by an uninitialized va...
Jordan Rose
2014-04-29
1
-1
/
+1
*
[analyzer] Fix a leak found by LSan.
Jordan Rose
2014-04-23
1
-4
/
+4
*
Don't pass llvm::DenseSet<> by value.
Alexander Kornienko
2014-04-23
1
-4
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
6
-12
/
+12
*
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] Look through temporary destructors when finding a region to constr...
Jordan Rose
2014-04-05
1
-2
/
+10
*
[analyzer] Extract a helper for finding the target region for a C++ constructor.
Jordan Rose
2014-04-01
1
-56
/
+65
*
[analyzer] Remove incorrect workaround for unimplemented temporary destructors.
Jordan Rose
2014-04-01
1
-6
/
+0
*
[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
*
Remove dead assignment dominated by a call to llvm_unreachable().
Ted Kremenek
2014-03-20
1
-1
/
+0
*
[analyzer] Fix a bad bug in reversePropagateInterstingSymbols() where only on...
Ted Kremenek
2014-03-20
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
20
-121
/
+127
*
[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
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...
Aaron Ballman
2014-03-13
1
-6
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...
Aaron Ballman
2014-03-13
2
-17
/
+10
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-8
/
+5
[next]