mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
This does some more work to the run_clang_tidy.py wrapper script, and runs an example pass. "again" because it's really the proto fuzzer changes that broke it, it had been working before. "mostly" because there's still an issue within the proto fuzzer that it can't find "port/protobuf.h", i.e. https://github.com/google/libprotobuf-mutator/tree/master/port, but I'm still hesitant to add an include path there.
Third-party
The /third_party directory is for any code that doesn't follow Carbon's normal
contribution rules, and thus requires special care. The intent is that code
not under /third_party should not require special contribution rules.
Examples of code belonging under /third_party include:
- Code not licensed under the standard Apache-2.0 WITH LLVM-exception license.
- Code which is maintained externally or imported from another repository.
- Code which is not fully under Carbon's CLA.