[all-commits] [llvm/llvm-project] 5718b9: [NFC] Reformat VerifyPreservedCFG for non-CPP-awar...
Christopher Tetreault via All-commits
all-commits at lists.llvm.org
Tue Nov 2 11:36:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5718b9f128ba12d2e7a6c1631f60c997f3c19251
https://github.com/llvm/llvm-project/commit/5718b9f128ba12d2e7a6c1631f60c997f3c19251
Author: Christopher Tetreault <ctetreau at quicinc.com>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M llvm/lib/Passes/StandardInstrumentations.cpp
Log Message:
-----------
[NFC] Reformat VerifyPreservedCFG for non-CPP-aware syntax highlighters
* Move `);` outside the #ENDIF. Syntax highlighters that highlight missed
closing parens, but are not aware of the C Preprocessor saw the original
code as having missed parens.
More information about the All-commits
mailing list