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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] print() JSONify: ProgramPoint revision
Csaba Dabis
2019-06-24
1
-1
/
+2
*
[analyzer] Fix JSON dumps for location contexts.
Artem Dergachev
2019-06-19
1
-2
/
+3
*
[analyzer] RetainCount: Add support for OSRequiredCast().
Artem Dergachev
2019-06-19
1
-1
/
+8
*
[analyzer] ProgramPoint: more explicit printJson()
Csaba Dabis
2019-06-12
1
-17
/
+26
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+1
*
[Analysis] Only build Analysis plugins when CLANG_ENABLE_STATIC_ANALYZER is e...
Don Hinton
2019-06-04
1
-1
/
+1
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
1
-16
/
+58
*
[test] Fix plugin tests
Don Hinton
2019-06-02
11
-0
/
+169
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
1
-58
/
+16
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
1
-16
/
+58
*
[analyzer] print() JSONify: CFG implementation
Csaba Dabis
2019-05-29
2
-6
/
+21
*
[analyzer] print() JSONify: Decl revision
Csaba Dabis
2019-05-29
1
-6
/
+4
*
[analyzer][AST] print() JSONify: Stmt implementation
Csaba Dabis
2019-05-29
1
-27
/
+22
*
[analyzer] print() JSONify: getNodeLabel implementation
Csaba Dabis
2019-05-29
1
-93
/
+109
*
[analyzer] print() JSONify: Environment implementation
Csaba Dabis
2019-05-29
1
-20
/
+75
*
Revert [test] Fix plugin tests
Don Hinton
2019-05-28
11
-169
/
+0
*
[test] Fix plugin tests
Don Hinton
2019-05-28
11
-0
/
+169
*
[CFG] Add branch to skip vbase inits when they're handled by superclass.
Artem Dergachev
2019-05-24
2
-3
/
+38
*
[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.
Artem Dergachev
2019-05-24
8
-28
/
+36
*
[c++20] Implement P1009R2: allow omitting the array bound in an array
Richard Smith
2019-05-06
1
-2
/
+2
*
[analyzer] Treat functions without run-time branches as "small".
Artem Dergachev
2019-04-30
1
-0
/
+45
*
[analyzer] RetainCount: Add a suppression for "the Matching rule".
Artem Dergachev
2019-04-26
1
-14
/
+21
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-5
/
+1
*
[analyzer] Unbreak body farms in presence of multiple declarations.
Artem Dergachev
2019-04-23
1
-2
/
+0
*
Thread Safety: also look at ObjC methods
JF Bastien
2019-03-25
1
-8
/
+13
*
[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in constructors.
Artem Dergachev
2019-03-21
1
-0
/
+9
*
Thread safety analysis: Add note for unlock kind mismatch
Aaron Puchert
2019-03-18
1
-2
/
+2
*
[analyzer] RetainCount: A function isn't a CFRetain if it takes no arguments.
Artem Dergachev
2019-03-15
1
-6
/
+7
*
[analyzer] handle modification of vars inside an expr with comma operator
Petar Jovanovic
2019-03-07
1
-13
/
+33
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Revert "[Analysis] -Wunreachable-code shouldn't fire on the increment of a fo...
Sam McCall
2019-02-15
1
-4
/
+0
*
[Analysis] -Wunreachable-code shouldn't fire on the increment of a foreach loop
Sam McCall
2019-02-15
1
-0
/
+4
*
[analyzer] [RetainCountChecker] Bugfix: in non-OSObject-mode, do not track CX...
George Karpenkov
2019-02-05
1
-6
/
+6
*
[AST] Update the comments of the various Expr::Ignore* + Related cleanups
Bruno Ricci
2019-02-03
1
-2
/
+3
*
Add a new builtin: __builtin_dynamic_object_size
Erik Pilkington
2019-01-30
1
-1
/
+2
*
[analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of O...
George Karpenkov
2019-01-30
1
-2
/
+2
*
Thread safety analysis: Improve diagnostics for double locking
Aaron Puchert
2019-01-29
1
-4
/
+5
*
[analyzer] [RetainCountChecker] Track input parameters to the top-level function
George Karpenkov
2019-01-29
1
-1
/
+44
*
[analyzer] [RetainSummaryManager] [NFC] Split one function into two, as it's ...
George Karpenkov
2019-01-29
1
-56
/
+42
*
[analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManager
George Karpenkov
2019-01-29
1
-31
/
+6
*
[analyzer] [RetainCountChecker] Support 'taggedRetain' and 'taggedRelease'
George Karpenkov
2019-01-29
1
-2
/
+2
*
[analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A...
George Karpenkov
2019-01-25
2
-0
/
+1269
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
[analyzer] Do not try to body-farm Objective-C properties with custom accessors.
Artem Dergachev
2019-01-18
1
-0
/
+5
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-10
/
+6
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-11
/
+11
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
2
-4
/
+7
*
[analyzer] Fix some expressions staying live too long. Add a debug checker.
Artem Dergachev
2018-12-16
1
-0
/
+48
*
Thread safety analysis: Avoid intermediate copies [NFC]
Aaron Puchert
2018-12-16
1
-21
/
+31
*
Thread safety analysis: Allow scoped releasing of capabilities
Aaron Puchert
2018-12-16
1
-39
/
+73
[prev]
[next]