GSoC 2023 proposal - Improve and stabilize the static analyzer’s “taint analysis” checks
|
|
7
|
203
|
March 10, 2023
|
Building the AST Visitor Example
|
|
5
|
97
|
March 9, 2023
|
GenericTaintChecker - taint status examination
|
|
6
|
196
|
March 9, 2023
|
Testing clang Fix-Its attached to notes
|
|
14
|
239
|
March 9, 2023
|
Adding options for Clang to write diagnostics to file
|
|
43
|
1025
|
March 9, 2023
|
Building clang+llvm using cmake with Visual Studio generator - how make libclang_rt-builtins use static runtime?
|
|
0
|
44
|
March 8, 2023
|
Using ASTMatcher to match POD?
|
|
1
|
55
|
March 8, 2023
|
Some instances of performance-move-const-arg suggest a fix, others do not
|
|
3
|
56
|
March 8, 2023
|
Reference to an int symbol in the store from PostCall
|
|
2
|
67
|
March 7, 2023
|
No conversion warning on `i += s` with `int i` and `unsigned s`
|
|
1
|
109
|
March 7, 2023
|
Code coverage for CUDA code?
|
|
0
|
39
|
March 7, 2023
|
Let's get Clang's diagnostics translatable!
|
|
63
|
905
|
February 18, 2023
|
"Buffer is not null terminated" when using libTooling
|
|
0
|
32
|
March 6, 2023
|
GLSL Frontend in Clang & Clang Tools extension
|
|
4
|
149
|
March 6, 2023
|
How to check if a variable is used within a code block (either in RHS or in LHS)
|
|
0
|
43
|
March 6, 2023
|
Use-after-poison error in clang::Decl::addAttr when linking with pre-compiled clang
|
|
1
|
304
|
March 2, 2023
|
C/C++ includes search path order?
|
|
4
|
102
|
March 3, 2023
|
How to disable clang expression elimination for thread_local variable
|
|
1
|
60
|
March 2, 2023
|
RFC: Handle Execution Results in clang-repl
|
|
11
|
253
|
March 2, 2023
|
Readability-identifier-naming HungarianNotation config typo: CharPrinter
|
|
2
|
62
|
March 1, 2023
|
Is there any way to identify potential execution paths that call panic() from public functions?
|
|
3
|
149
|
March 1, 2023
|
[RFC] Enhancing Clang-Tidy with project-level knowledge
|
|
8
|
659
|
March 1, 2023
|
Libclang with python binding to extract structure with unnamed field
|
|
0
|
32
|
March 1, 2023
|
How to compile C++ header units?
|
|
5
|
95
|
February 28, 2023
|
CUCLANG struggle with cooperative groups headers
|
|
4
|
87
|
February 28, 2023
|
Clang-tidy appears to be significantly slower from clang-15 to clang-16
|
|
3
|
169
|
February 28, 2023
|
[RFC][HIP] __grid_constant__ support
|
|
7
|
194
|
February 27, 2023
|
Can clang-cl use /tune:cpu with MSVC, similar to -mtune=cpu on other platforms?
|
|
3
|
175
|
February 27, 2023
|
What improvements does LLVM 16 bring to the static analyzer?
|
|
0
|
78
|
February 26, 2023
|
Outsourcing the constexpr evaluation to the LLVM IR interpreter?
|
|
8
|
249
|
February 24, 2023
|