Fixed bug #37411
Bug Link:https://bugs.llvm.org/show_bug.cgi?id=37411
Details
- Reviewers
xgupta kbarton nickdesaulniers jrtc27
Diff Detail
Event Timeline
Yes, I also thought first, clang man page can't be incorrect/inconsistent.
I think @rnk can suggest the changes as he has also commented on the Bugzilla issue.
(I also got confused in Clang vs clang naming, sorry if I accepted revision with not much thought)
This is what I said back in 2018 on the bug:
I think you're right, we generally try to capitalize "Clang" when referring to the project and use lower case when talking about the command name. People do the same thing with "GCC" and "gcc". We're not always consistent though. Patches welcome I guess.
I think most of the instances in this patch should stay capitalized. Some of them are ambiguous, they could be referring to Clang the product, or clang the command. In the face of ambiguity, I think more capitalization is better.
I should add that I started to think this way after @chandlerc asked me to capitalize "Clang" in some slides for a presentation I was giving years ago. I didn't invent this convention, other people already follow it.
@sushmaunnibhavi Please close this revision, I got some misunderstading. Changes are not expected here.