Files
carbon-lang/third_party
Jon Ross-Perkins 4d522c8e90 Finish making clang-tidy (mostly) work (again) and run -fix (#2312)
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.
2022-10-18 15:48:17 -07:00
..
2022-04-05 08:25:04 -07:00

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: