diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index bd6af8d6c165cc8af6285153be5ce2362ea021db..1ae1968299e780a769374f87b12c03be22ff62e7 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -441,6 +441,19 @@ href="#DiagnosticClient">Other diagnostic clients might choose to render the code differently (e.g., as markup inline) or even give the user the ability to automatically fix the problem.

+

Fix-it hints on errors and warnings need to obey these rules:

+ + + +

If a fix-it can't obey these rules, put the fix-it on a note. Fix-its on +notes are not applied automatically.

+

All fix-it hints are described by the FixItHint class, instances of which should be attached to the diagnostic using the << operator in the same way that highlighted source ranges and