VCSRevision.h 213 B

12345678910111213
  1. #pragma once
  2. #ifdef __GNUC__
  3. #pragma GCC diagnostic push
  4. #pragma GCC diagnostic ignored "-Wunused-parameter"
  5. #endif
  6. #undef LLVM_REVISION
  7. #undef LLVM_REPOSITORY
  8. #ifdef __GNUC__
  9. #pragma GCC diagnostic pop
  10. #endif