summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-11-04 04:03:43 +0000
committerTed Kremenek <kremenek@apple.com>2009-11-04 04:03:43 +0000
commit9db38f6f835581e25b5a00bd42ec409a4aa9679f (patch)
treee5da1e3558d4dc01c210c4e0d3cc7ea6c23d9d64 /clang
parent4976fd4ea9716ef81c097f388faf754d34925767 (diff)
downloadbcm5719-llvm-9db38f6f835581e25b5a00bd42ec409a4aa9679f.tar.gz
bcm5719-llvm-9db38f6f835581e25b5a00bd42ec409a4aa9679f.zip
Add mising #ifdef guards.
llvm-svn: 86002
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Analysis/PathSensitive/Checkers/UndefinedArgChecker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/Checkers/UndefinedArgChecker.h b/clang/include/clang/Analysis/PathSensitive/Checkers/UndefinedArgChecker.h
index ebb7f37f552..7f4e7d524f6 100644
--- a/clang/include/clang/Analysis/PathSensitive/Checkers/UndefinedArgChecker.h
+++ b/clang/include/clang/Analysis/PathSensitive/Checkers/UndefinedArgChecker.h
@@ -12,6 +12,9 @@
//
//===----------------------------------------------------------------------===//
+#ifndef LLVM_CLANG_UNDEFARGCHECKER
+#define LLVM_CLANG_UNDEFARGCHECKER
+
#include "clang/Analysis/PathSensitive/CheckerVisitor.h"
namespace clang {
@@ -28,3 +31,4 @@ public:
};
}
+#endif
OpenPOWER on IntegriCloud