Skip to content

Instantly share code, notes, and snippets.

@7Hazard
Created July 19, 2019 22:37
Show Gist options
  • Save 7Hazard/42cf2979927e40181a557c8059655542 to your computer and use it in GitHub Desktop.
Save 7Hazard/42cf2979927e40181a557c8059655542 to your computer and use it in GitHub Desktop.
// Files to parse
"D:/src/llvm-project/clang-tools-extra/altv-capi/cpp-sdk/SDK.h",
"--",
// Includes
//"-Icpp-sdk",
// Defines
"-DUNICODE",
"-D_UNICODE",
"-DALT_SERVER_API",
// Clang stuff
"-fms-compatibility",
"-fms-extensions",
"-Wno-deprecated-declarations",
"-Wno-switch-enum",
"-Wno-unused-command-line-argument",
"-Wno-macro-redefined",
"-Wno-inconsistent-missing-override",
"-Wno-deprecated-declarations",
"-Wno-return-type",
"-Wno-switch-enum",
"-Wno-switch",
"-Wno-parentheses",
"-Wno-unused-private-field",
"-Wno-unused-variable",
"-Wno-format",
"-Wno-reorder",
"-Wno-delete-non-virtual-dtor",
"-Wno-microsoft-cast",
"-Wno-unused-function",
"-Wno-unused-lambda-capture",
"-Wno-missing-braces",
"-Wno-unused-local-typedef",
"-Wno-tautological-constant-out-of-range-compare",
"-Wno-delete-incomplete",
"-Wno-c++11-narrowing",
"-Wno-comment",
"-xc++",
"-ferror-limit=0",
"-Wno-pragma-once-outside-header",
"-std=c++17",
"-Wno-switch-enum",
"-Wno-switch",
"-fparse-all-comments"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment