Alex Denisov

Results 102 comments of Alex Denisov

Hi there, seems it's done intentionally. See the comment: https://github.com/llvm-mirror/clang/blob/master/lib/Sema/SemaStmt.cpp#L199 Though it works as expected when the `ShouldSuppress` omitted.

We can now build against official LLVM/Clang packages from Ubuntu repos https://github.com/mull-project/mull/pull/926 It means we can ship clang plugins safely, without depending on the precompiled LLVM versions from llvm.org.

- **Smooth junk detection**: currently, Mull requires a user to provide 'implicit' C/C++ header search paths manually. It would be nice if we can automate this process in a transparent...

That's a good idea. I'll create a milestone and a label. I guess for the milestone to work I'd also need to create an issue per each feature/task.

> About the diff filter, are we talking something like clang-tidy-diff? > https://clang.llvm.org/extra/doxygen/clang-tidy-diff_8py_source.html That is correct.

Dropping JIT is certainly on the list #798.

Yet another follow-up: since the JIT is gone there is no special need for multithreading and TLS support. Also, we cannot have/don't need explicit test frameworks support anymore. I edited...

I'm not 100% sure about the first one, but the rest can definitely be implemented with Mull. I guess it makes sense to refer to the paper that proposes these...

Hi @xiaozhouqi, could you share more logs? e.g. full output from ``` cmake -DCMAKE_PREFIX_PATH="/usr/local/llvm-14/lib/cmake/llvm/ /usr/local/llvm-14/lib/cmake/clang/" -DCMAKE_CXX_FLAGS=-D_GLIBCXX_USE_CXX11_ABI=1 .. ``` Also, which OS are you running? Note, we didn't add LLVM 14...

Hi @xiaozhouqi, please feel free to reopen if the issue is still not resolved.