It's available both in CodeGenOptions and in LangOptions, and LangOptions
implementation is slightly better as it uses a StringRef instead of a char
pointer, so use it.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Well, it's not exactly a non functional change as it changes the API. A downstream user may need to update its code after this commit, right?
Comment Actions
That's true for every refactoring: in general my rule of thumb is that if it isn't NFC there should be a test :)