]> granicus.if.org Git - clang/commitdiff
Don't use stdint.h; including it directly is not allowed from LLVM code because it...
authorEli Friedman <eli.friedman@gmail.com>
Wed, 1 Jun 2011 16:57:54 +0000 (16:57 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 1 Jun 2011 16:57:54 +0000 (16:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132403 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Tooling/ASTMatchers.h

index 7c510e65844f7ed49673ed72cc8cc34d5466a345..74b94c967ec82ed68320efc183012b668902ec74 100644 (file)
@@ -48,8 +48,8 @@
 #include "clang/Tooling/VariadicFunction.h"
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/type_traits.h"
-#include <assert.h>
-#include <stdint.h>
+#include "llvm/Support/DataTypes.h"
+#include <cassert>
 #include <map>
 #include <string>
 #include <utility>