SQLGen
SQLGen copied to clipboard
Added missing header, updated CMAKE_CXX_STANDARD
Optional ADT is used in SQLInsertEmmitter.h but corresponding header is not included.
Fixed by including "llvm/ADT/Optional.h"
CMAKE_CXX_STANDARD 14 does not compiler (I am using gcc, if that matters) updated it to 17