summaryrefslogtreecommitdiff
path: root/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
AgeCommit message (Expand)Author
2021-05-27Add support for #elifdef and #elifndefAaron Ballman
2019-07-03Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2015-05-04Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith
2013-12-07Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson
2013-07-18Add condition expression result to if and elif callbacks.John Thompson
2013-02-24[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis
2012-12-08[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis