#include <clang/Basic/Version.h>#include "version.h"

Go to the source code of this file.
Classes | |
| struct | clang::insights::IsClangNewerThan< MAJOR > |
Namespaces | |
| namespace | clang |
| namespace | clang::insights |
Macros | |
| #define | IS_CLANG_NEWER_THAN(major) (CLANG_VERSION_MAJOR > (major)) |
| #define IS_CLANG_NEWER_THAN | ( | major | ) | (CLANG_VERSION_MAJOR > (major)) |
Definition at line 16 of file ClangCompat.h.