Fangrui Song
|
b76b345fe1
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Richard Smith
|
f9cfb2d2dc
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion.
|
10 years ago |
John Thompson
|
88ec34020d
Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum.
|
11 years ago |
John Thompson
|
6a04b5e8c4
Add condition expression result to if and elif callbacks.
|
12 years ago |
Argyrios Kyrtzidis
|
c515978bd3
[preprocessor] Use MacroDirective in the preprocessor callbacks to make available the
|
12 years ago |
Argyrios Kyrtzidis
|
61c1c8ee3f
[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass
|
12 years ago |
Argyrios Kyrtzidis
|
37ed12720a
Refactor recording the preprocessor conditional directive regions out of
|
12 years ago |