The updated name better reflects what this hook is intended for.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'd rather create a separate patch and update all other methods to follow LLVM's style. Any idea why the style is not followed in Clang.h?
Comment Actions
Clang is traditionally unfortunately very inconsistent in the code style.... When you add new functions, you don't necessarily follow the Clang tradition ;-)
Comment Actions
Change from CamelCase to camelCase in Flang.h so that the function names adhere to LLVM's coding style.