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
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
6
-11
/
+11
*
[analyzer] Suppress null reports from defensive checks in function-like macros.
Devin Coughlin
2016-01-29
1
-1
/
+26
*
[analyzer] Improve Nullability checker diagnostics
Anna Zaks
2016-01-29
3
-34
/
+69
*
Removing unnecessary casts; NFC.
Aaron Ballman
2016-01-29
1
-2
/
+2
*
Class Property: change PropertyMap to include isClassProperty.
Manman Ren
2016-01-28
1
-0
/
+2
*
[analyzer] NullabilityChecker: Remove unused isReturnSelf() function.
Devin Coughlin
2016-01-28
1
-16
/
+0
*
[analyzer] Suppress nullability warnings in copy, mutableCopy, and init famil...
Devin Coughlin
2016-01-28
1
-11
/
+10
*
[analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.
Devin Coughlin
2016-01-27
1
-50
/
+64
*
Remove autoconf support
Chris Bieneman
2016-01-26
4
-78
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-01-26
2
-5
/
+5
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+1
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-1
/
+1
*
[analyzer] Utility to match function calls.
Gabor Horvath
2016-01-22
2
-21
/
+14
*
[analyzer] Suppress nullability warning for defensive super initializer idiom.
Devin Coughlin
2016-01-22
1
-4
/
+33
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+1
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+1
*
[analyzer] Nullability: Look through implicit casts when suppressing warnings...
Devin Coughlin
2016-01-18
1
-1
/
+15
*
[analyzer] Fix an off-by-one in evalIntegralCast()
Artem Dergachev
2016-01-18
1
-1
/
+1
*
[analyzer] Check for return of nil in ObjC methods with nonnull return type.
Devin Coughlin
2016-01-15
1
-20
/
+20
*
[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2.
Artem Dergachev
2016-01-15
1
-34
/
+51
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-2
/
+2
*
Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."
Artem Dergachev
2016-01-13
1
-51
/
+34
*
[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.
Artem Dergachev
2016-01-13
1
-34
/
+51
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
9
-76
/
+80
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+4
*
[analyzer] Fix RangeConstraintManager's pinning of single value ranges.
Pierre Gousseau
2016-01-12
1
-2
/
+2
*
[analyzer] Evaluate integral casts as cast symbols if truncations are detected.
Pierre Gousseau
2016-01-12
2
-1
/
+47
*
AnalysisConsumer: use canonical decl for both lookup and store of
Yury Gribov
2016-01-11
1
-4
/
+5
*
[analyzer] Fix false warning about memory leak for QApplication::postEvent
Anna Zaks
2016-01-06
1
-0
/
+10
*
[analyzer] Suppress reports coming from std::__independent_bits_engine
Anna Zaks
2016-01-06
1
-0
/
+10
*
[analyzer] Don't report null dereferences on address_space annotated memory
Anna Zaks
2016-01-06
1
-20
/
+35
*
[analyzer] Handle another Android assert function.
Devin Coughlin
2015-12-30
1
-0
/
+1
*
[analyzer] Suppress nullability warning for _Nonnull locals zero-initialized ...
Devin Coughlin
2015-12-29
1
-1
/
+44
*
[analyzer] Nullability: allow cast to _Nonnull to suppress warning about retu...
Devin Coughlin
2015-12-29
1
-12
/
+23
*
Small refactoring in CheckerContext::isCLibraryFunction(). NFC.
Devin Coughlin
2015-12-28
1
-6
/
+2
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
11
-70
/
+29
*
[StaticAnalyzer] Use front() and back() instead of dereferencing begin() and ...
Craig Topper
2015-12-24
2
-6
/
+6
*
[analyzer] Better detect when C++ object was constructed into existing region.
Devin Coughlin
2015-12-17
3
-38
/
+101
*
[PATCH] Adding checker to detect excess padding in records
Ben Craig
2015-12-14
3
-0
/
+329
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-0
/
+1
*
[analyzer] Fix symbolic element index lifetime.
Artem Dergachev
2015-12-10
4
-7
/
+62
*
fix typos; NFC
Sanjay Patel
2015-12-09
1
-1
/
+1
*
Reformat linefeeds.
NAKAMURA Takumi
2015-12-09
1
-4
/
+1
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-1
/
+0
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-0
/
+1
*
[analyzer] Fix crash when lambda captures a variable-length array.
Devin Coughlin
2015-12-07
1
-3
/
+17
*
Use llvm::make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-2
/
+1
*
[analyzer] Fix MemRegion crash casting non-struct to derived struct (PR25426).
Devin Coughlin
2015-12-05
1
-12
/
+13
*
[analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.
Gabor Horvath
2015-12-04
1
-0
/
+17
[next]