[PATCH] D63048: Update __VERSION__ to remove the hardcoded 4.2.1 version

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 8 11:04:04 PDT 2019


lebedev.ri added inline comments.


================
Comment at: lib/Frontend/InitPreprocessor.cpp:610
+  Builder.defineMacro("__VERSION__", "\"" CLANG_VERSION_STRING
+                      " Compatible " + Twine(getClangFullCPPVersion()) +
+                      "\"");
----------------
So how does the entire `__VERSION__` macro looks like now?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63048/new/

https://reviews.llvm.org/D63048





More information about the cfe-commits mailing list