mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:10:12 +01:00
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:
co-authored by
Dana Jansens
parent
0d2f364f39
commit
467e510d40
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user