Files
carbon-lang/third_party
Chandler Carruth 13dd21878e Extract the CC1 logic to third_party location (#6405)
This clarifies that the CC1 logic is directly extracted from Clang.
There are probably some other places in the toolchain we should extract
code like this where we're replicating and customizing logic from LLVM,
but wanted to start here.
2025-11-20 05:13:05 +00:00
..
2025-11-18 19:48:58 +00: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: