Files
carbon-lang/third_party
Dana JansensandChandler Carruth 744b1290cf Roll LLVM b20d7d02..6811a83c815 (#6844)
Roll LLVM to `6811a83c81500ee373adfc0d9978ff9625a4cf1c`.

This includes https://github.com/llvm/llvm-project/pull/183831 which
moved the functionality of `finish()` on `DiagnosticConsumer`s into the
destructors, and removed the `finish()` method. So, our callers to
`finish()` are migrated to cause the destructor to run at that time
instead.

---------

Co-authored-by: Chandler Carruth <chandlerc@gmail.com>
2026-03-09 15:00:21 +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: