Add missing include guards to LLVM header files that did not previously
have them and update existing include guards to ensure that they enclose
all non-whitespace, non-comment text to enable these headers for the
multiple-include optimization.
Details
Details
- Reviewers
lattner barannikov88 MaskRay - Commits
- rG972a4e889dec: [llvm] Fix include guards
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo