search for: diagnosticsemakind

Displaying 3 results from an estimated 3 matches for "diagnosticsemakind".

Did you mean: diagnosticsemakinds
2020 Sep 27
4
[clang-tidy] where are "clang-diagnostic" checkers
Hi, all, I build clang-tidy by "ninja clang-tidy", but when I run below command, I get no checks. Where is the clang-diagnostic* checkers? Thanks in advance. > $ /Users/zyg/Documents/workspace/llvm-project/llvm/cmake-build-debug/bin/clang-tidy --checks="-*,clang-diagnostic-*" --list-checks No checks enabled.
2020 Jun 09
4
[RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
...fix the > longstanding issue that it requires a global monolithic table covering > all diagnostics, and is consequently unable to properly respect layering. I'm guessing that this could be as simple as moving various diagnostics to the corresponding namespaces (e.g. diagnostics from DiagnosticSemaKinds.td should live in the clang::sema namespace). Or is there more to it? On 03/06/2020 01:37, Richard Smith wrote: > One big asterisk on the above: will Flang want an integrated C > preprocessor? As S. Scalpone already mentioned, Flang has its own preprocessor. The idea of re-using Clang&...
2020 Jun 03
2
[cfe-dev] [RFC] Refactor Clang: move frontend/driver/diagnostics code to LLVM
On Tue, Jun 2, 2020 at 6:38 PM Richard Smith via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, 2 Jun 2020 at 05:08, Andrzej Warzynski via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > >> *TL;DR* >> >> We propose some non-trivial refactoring in Clang and LLVM to enable >> further work on Flang driver. >> >> *SUMMARY* >> We