David Z. Chen
David Z. Chen
I think staying with 'Main' would be better. It is familiar to programmers migrating from C++. Plus, classes that have a 'Run' method aren't uncommon and could cause confusion. 'Main'...
The main discussion on the build system for Carbon _projects_ (as opposed to the Carbon compiler codebase itself) is in #1544. Definitely agree that there needs to be good tooling...
According to the [documentation](Generates findings only for the main file of a translation unit) for `misc-include-cleaner`, it "only generates findings for the main file of a translation unit." Is there...
I did some searching, and it turns out that what I was looking for were the clangd missing/unused includes checks. For anyone interested, these checks are turned on by adding...
There are numerous different code editors, and I think it infeasible to request all of them implement some kind of checker for confusable characters. There are many precedents of fonts...
Sorry for the delay. I followed the instructions at Contribution Tools but I am still getting the same error: ``` $ brew install \ bazelisk \ gh \ llvm \...
Outputs for the requested commands: ```sh $ which $CC # no output ``` ```sh $ which clang /usr/bin/clang ``` ```sh $ which clang-16 clang-16 not found ``` ```sh $ clang...
+cc @fweikert @laurentlb @dslomov @damienmg
Are there any updates to this? Currently, there are various versions of these matchers floating around in various OSS projects. Having an officially-supported version of the macros, as well as...
I know this is an old bug, but has there been any updates on this?