|
@@ -5,6 +5,10 @@
|
|
|
file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
%{ /* -*- C++ -*- */
|
|
|
+
|
|
|
+/* Generated files do not make clang static analyser so happy */
|
|
|
+#ifndef __clang_analyzer__
|
|
|
+
|
|
|
#include <cerrno>
|
|
|
#include <climits>
|
|
|
#include <cstdlib>
|
|
@@ -1669,3 +1673,4 @@ class Dummy {
|
|
|
void dummy() { yy_fatal_error("Fix me: how to disable its definition?"); }
|
|
|
};
|
|
|
}
|
|
|
+#endif /* !__clang_analyzer__ */
|