Previously, double slashes (//) occurring in angle brackets #include were incorrectly interpreted as comments. eg. #include <dir//file.h>
Details
Details
- Reviewers
arphaman dexonsmith Bigcheese - Commits
- rG6137cecf87cc: [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle…
rL369988: [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle…
rC369988: [clang-scan-deps] Minimizer: Correctly skip over double slashes in angle…
Diff Detail
Diff Detail
- Repository
- rL LLVM