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
*
Thread safety analysis no longer hands when analyzing a self-referencing init...
Aaron Ballman
2018-08-24
1
-0
/
+3
*
Remove more const_casts by using ConstStmtVisitor [NFC]
Aaron Puchert
2018-08-23
1
-32
/
+32
*
Remove unnecessary const_cast [NFC]
Aaron Puchert
2018-08-23
1
-7
/
+7
*
Thread safety analysis: Allow relockable scopes
Aaron Puchert
2018-08-22
1
-2
/
+28
*
[NFC] Test commit
Aaron Puchert
2018-08-22
1
-2
/
+2
*
Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"
Bruno Cardoso Lopes
2018-08-18
2
-903
/
+0
*
[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker
George Karpenkov
2018-08-18
2
-0
/
+903
*
Add a newline to SourceLocation dump output
Stephen Kelly
2018-08-15
1
-1
/
+1
*
[CFG] [analyzer] Find argument constructors in CXXTemporaryObjectExprs.
Artem Dergachev
2018-08-14
1
-0
/
+5
*
Revert "Allow relockable scopes with thread safety attributes."
Haojian Wu
2018-08-13
1
-68
/
+14
*
Allow relockable scopes with thread safety attributes.
Aaron Ballman
2018-08-10
1
-14
/
+68
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
3
-3
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
6
-24
/
+24
*
Port getStartLoc -> getBeginLoc
Stephen Kelly
2018-08-09
1
-4
/
+4
*
Fix build
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Properly add shared locks to the initial list of locks being tracked, instead...
Aaron Ballman
2018-08-03
1
-2
/
+2
*
[CFG] [analyzer] NFC: Enumerate construction context layer kinds.
Artem Dergachev
2018-07-31
2
-160
/
+179
*
[CFG] [analyzer] Implement function argument construction contexts.
Artem Dergachev
2018-07-31
2
-17
/
+33
*
[CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++.
Artem Dergachev
2018-07-31
1
-27
/
+43
*
[CFG] [analyzer] Add stubs for constructor and message argument constructors.
Artem Dergachev
2018-07-31
2
-8
/
+48
*
Remove trailing space
Fangrui Song
2018-07-30
18
-294
/
+294
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
1
-1
/
+1
*
[CFG] Remove duplicate function/class names at the beginning of comments
Fangrui Song
2018-07-28
1
-6
/
+6
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-3
/
+5
*
Allow thread safety annotation lock upgrading and downgrading.
Aaron Ballman
2018-07-26
1
-15
/
+12
*
[CFG] [analyzer] Allow elidable copies to have more than one arguments.
Artem Dergachev
2018-07-17
1
-1
/
+0
*
os_log: When there are multiple privacy annotations in the format
Akira Hatanaka
2018-07-11
1
-5
/
+6
*
Fix parsing of privacy annotations in os_log format strings.
Akira Hatanaka
2018-07-10
1
-29
/
+49
*
[Sema] -Wformat-pedantic only for NSInteger/NSUInteger %tu/%td on Darwin
Alex Lorenz
2018-07-05
1
-2
/
+4
*
[CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.
Artem Dergachev
2018-06-28
1
-0
/
+7
*
[CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.
Artem Dergachev
2018-06-28
3
-30
/
+107
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-2
/
+2
*
[Sema] -Wformat-pedantic only for NSInteger/NSUInteger %zu/%zi on Darwin
JF Bastien
2018-06-22
1
-2
/
+2
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
1
-0
/
+18
*
[CFG] Fix automatic destructors when a member is bound to a reference.
Artem Dergachev
2018-06-04
1
-33
/
+29
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+6
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-6
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+6
*
[analyzer] Do not crash on callback for call_once passed by value
George Karpenkov
2018-05-16
1
-10
/
+13
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-15
/
+16
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
4
-30
/
+30
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+1
*
Fix -Wunused-variable warnings after r330377.
Andrea Di Biagio
2018-04-20
1
-2
/
+2
*
[CFG] [analyzer] Add construction contexts for loop condition variables.
Artem Dergachev
2018-04-19
1
-2
/
+14
*
[CFG] [analyzer] Don't treat argument constructors as temporary constructors.
Artem Dergachev
2018-04-19
2
-0
/
+13
*
Fix the try_acquire_capability attribute to behave like the other try-lock fu...
Aaron Ballman
2018-04-12
1
-2
/
+13
*
Revert "[analyzer] Remove an unused variable"
George Karpenkov
2018-04-06
1
-1
/
+1
*
[analyzer] Remove an unused variable
George Karpenkov
2018-04-06
1
-1
/
+1
*
Fix typos in clang
Alexander Kornienko
2018-04-06
2
-3
/
+3
[next]