Document abbreviation style things (#4996)

We had a long discussion of this, so trying to document what seems to be
the conclusion... and also clean up the exceptions that I could find.

---------

Co-authored-by: Dana Jansens <danakj@orodu.net>
This commit is contained in:
Jon Ross-Perkins
2025-02-27 02:13:17 +00:00
committed by GitHub
co-authored by Dana Jansens
parent 0d2f364f39
commit 467e510d40
20 changed files with 205 additions and 199 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ auto Run(llvm::ArrayRef<llvm::StringRef> args) -> bool {
}
SourceGen gen(language);
*output << gen.GenAPIFileDenseDecls(lines, SourceGen::DenseDeclParams{});
*output << gen.GenApiFileDenseDecls(lines, SourceGen::DenseDeclParams{});
output->flush();
return true;
}