2012-12-23 22:38:34 +01:00
|
|
|
/*
|
|
|
|
|
|
|
|
Settings related to Clang compiler plugins.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_CLANG_H
|
|
|
|
#define CONFIG_CLANG_H
|
|
|
|
|
2013-01-03 20:15:21 +01:00
|
|
|
#undef BUILDDIR
|
2012-12-23 22:38:34 +01:00
|
|
|
#undef SRCDIR
|
2013-01-03 20:15:21 +01:00
|
|
|
#undef WORKDIR
|
2012-12-23 22:38:34 +01:00
|
|
|
|
2016-02-26 12:50:16 +01:00
|
|
|
#undef CLANG_VERSION
|
|
|
|
|
2013-01-06 18:09:04 +01:00
|
|
|
/* This is actually unused, but it should change whenever Clang changes,
|
2016-01-04 12:44:22 +01:00
|
|
|
thus causing update of this .h file and triggering rebuild of our Clang plugin. */
|
2013-01-06 18:09:04 +01:00
|
|
|
#undef CLANG_FULL_VERSION
|
|
|
|
|
2012-12-23 22:38:34 +01:00
|
|
|
#endif
|