[all-commits] [llvm/llvm-project] 5e10cd: Remove known-stale projects from the open projects...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Mon Apr 24 05:59:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e10cd78780891ee6777ff6268cd727f1785d373
https://github.com/llvm/llvm-project/commit/5e10cd78780891ee6777ff6268cd727f1785d373
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M clang/www/OpenProjects.html
R clang/www/UniversalDriver.html
Log Message:
-----------
Remove known-stale projects from the open projects page
This removes or modifies:
Undefined behavior checking -- we've got UBSan and it's well-known
enough that we don't need to call it out specifically as a need.
Improve target support -- this is largely already complete.
Use clang libraries to extend Ragel with a JIT -- this wasn't really
related to improving Clang.
C++1y feature work -- now talks about C++20, C++2b, and C2x instead.
Universal driver -- the bug report linked to by the UniversalDriver
web page has been closed since 2017.
XML representation of the AST -- we removed this functionality in 2013
and replaced it with a JSON representation a few years later. That is a
best-effort project.
More information about the All-commits
mailing list