Classes | Namespaces | Macros
ClangCompat.h File Reference
#include <clang/Basic/Version.h>
#include "version.h"
Include dependency graph for ClangCompat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::insights::IsClangNewerThan< MAJOR >
 

Namespaces

 clang
 
 clang::insights
 

Macros

#define IS_CLANG_NEWER_THAN(major)   (CLANG_VERSION_MAJOR > (major))
 

Macro Definition Documentation

◆ IS_CLANG_NEWER_THAN

#define IS_CLANG_NEWER_THAN (   major)    (CLANG_VERSION_MAJOR > (major))

Definition at line 16 of file ClangCompat.h.