Commit b069801
committed
[clang] [Serialization] Fix swapped PPOpts/ExistingPPOpts parameters. NFC.
The two first parameters of checkPreprocessorOptions are "PPOpts, ExistingPPOpts".
All other callers of the function pass them consistently.
This avoids confusion when working on the code.
Differential Revision: https://reviews.llvm.org/D1292771 parent dd74d31 commit b069801
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5171 | 5171 | | |
5172 | 5172 | | |
5173 | 5173 | | |
5174 | | - | |
5175 | | - | |
| 5174 | + | |
| 5175 | + | |
| 5176 | + | |
5176 | 5177 | | |
5177 | 5178 | | |
5178 | 5179 | | |
| |||
0 commit comments