| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Ofast deprecation clarifications (#101005) Following up on the RFC discussion, this is clarifying that the main purpose and effect of the -Ofast deprecation is to discourage its usage and that everything else is more or less open for discussion, e.g. there is no timeline yet for removal. --------- Co-authored-by: Aaron Ballman <aaron@aaronballman.com> (cherry picked from commit 48d4d4b641702bf6db03a1bac73b7e13dea28349) | 1 年前 | |
[Test Commit] Fix typo in diagtool.rst Test commit after obtaining commit access. llvm-svn: 369148 | 6 年前 | |
[diagtool] Add diagtool to install target. Although not very well known, diagtool is an incredibly convenient utility for dealing with diagnostics. Particularly useful are the "tree" and "show-enabled" commands: - The former prints the hierarchy of diagnostic (warning) flags and which of them are enabled by default. - The latter can be used to replace an invocation to clang and will print which diagnostics are disabled, warnings or errors. For instance: diagtool show-enabled -Wall -Werror /tmp/test.c will print that -Wunused-variable (warn_unused_variable) will be treated as an error. This patch adds them to the install target so it gets shipped with the LLVM release. It also adds a very basic man page and mentions this change in the release notes. Differential revision: https://reviews.llvm.org/D46694 llvm-svn: 332448 | 7 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 6 年前 | ||
| 7 年前 |