-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| Bugzilla Link | 9174 |
| Resolution | FIXED |
| Resolved on | Feb 14, 2011 00:42 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
For this page:
http://clang.llvm.org/docs/InternalsManual.html
- "The Diagnostic*Kinds.def files" section: no longer .def files, there are .td files now
- In section "The format string", there's a sentence: "Arguments to the diagnostic are numbered according to how they are specified by the C++ code that produces them" - the last two words ("produces them") are linked to a stale anchor on the webpage (at least my Firefox doesn't jump anywhere when it's clicked)
- In the same section, there's another link on the word "translating" (sentence starts with "Doing this prevents translating the "), which leads nowhere