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
*
[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
*
Fix unused variable warning introduced at revision 328910.
Andrea Di Biagio
2018-04-02
1
-2
/
+1
*
[analyzer] Fix liveness calculation for C++17 structured bindings
George Karpenkov
2018-03-31
1
-24
/
+59
*
[CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.
Artem Dergachev
2018-03-30
2
-12
/
+15
*
[CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported.
Artem Dergachev
2018-03-30
1
-0
/
+9
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+3
*
[CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts.
Artem Dergachev
2018-03-22
2
-9
/
+27
*
[CFG] [analyzer] NFC: Move construction context allocation into a helper method.
Artem Dergachev
2018-03-22
1
-36
/
+19
*
[CFG] [analyzer] Add C++17-specific variable and return construction contexts.
Artem Dergachev
2018-03-22
2
-12
/
+55
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-21
2
-131
/
+153
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-16
2
-202
/
+218
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-16
1
-22
/
+16
*
[CFG] Allow CallExpr's to be looked up in CFG's
Richard Trieu
2018-03-15
1
-0
/
+3
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-13
4
-157
/
+124
*
[CFG] [analyzer] Don't add construction context to a return-by-reference call.
Artem Dergachev
2018-03-12
1
-2
/
+2
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
1
-56
/
+104
*
[analyzer] Add scope information to CFG
Maxim Ostapenko
2018-03-12
2
-7
/
+155
*
[CFG] [analyzer] Add construction context for implicit constructor conversions.
Artem Dergachev
2018-03-09
2
-2
/
+10
*
Fix an unused variable warning; NFC
George Burgess IV
2018-03-06
1
-0
/
+1
*
[CFG] [analyzer] Recall that we only skip NoOp casts in construction contexts.
Artem Dergachev
2018-03-01
1
-1
/
+3
*
[CFG] NFC: Refactor ConstructionContext into a finite set of cases.
Artem Dergachev
2018-02-27
3
-43
/
+168
*
[CFG] Keep speculatively working around an MSVC compiler crash.
Artem Dergachev
2018-02-24
1
-9
/
+31
[next]