Misc: Force define LLVM for IntelliSense
This commit is contained in:
@@ -22,3 +22,7 @@
|
|||||||
#include <unordered_map> // IWYU pragma: export
|
#include <unordered_map> // IWYU pragma: export
|
||||||
#include <algorithm> // IWYU pragma: export
|
#include <algorithm> // IWYU pragma: export
|
||||||
#include <string_view> // IWYU pragma: export
|
#include <string_view> // IWYU pragma: export
|
||||||
|
|
||||||
|
#if defined(__INTELLISENSE__) && !defined(LLVM_AVAILABLE)
|
||||||
|
#define LLVM_AVAILABLE
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user