Regularize the names of #include-guards.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 17 Jun 2003 00:35:55 +0000 (00:35 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 17 Jun 2003 00:35:55 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6732 91177308-0d34-0410-b5e6-96231b3b80d8

39 files changed:
include/Support/Alloca.h
include/Support/BitSetVector.h
include/Support/CommandLine.h
include/Support/DataTypes.h
include/Support/DepthFirstIterator.h
include/Support/EquivalenceClasses.h
include/Support/GraphTraits.h
include/Support/HashExtras.h
include/Support/LeakDetector.h
include/Support/MathExtras.h
include/Support/NonCopyable.h
include/Support/PostOrderIterator.h
include/Support/SCCIterator.h
include/Support/STLExtras.h
include/Support/SetOperations.h
include/Support/StringExtras.h
include/Support/Tree.h
include/Support/TypeInfo.h
include/Support/hash_map
include/Support/hash_set
include/Support/ilist
include/Support/iterator
include/Support/slist
include/llvm/ADT/BitSetVector.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/GraphTraits.h
include/llvm/ADT/HashExtras.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/ADT/SCCIterator.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SetOperations.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/Tree.h
include/llvm/ADT/ilist
include/llvm/Support/CommandLine.h
include/llvm/Support/LeakDetector.h
include/llvm/Support/MathExtras.h
include/llvm/Support/TypeInfo.h

index 3c163ed0d666dbaa9c7354329246633a77a3dff1..a56e874c75587f2aec7ddf2ac109b2be99f55177 100644 (file)
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_ALLOCA_H
-#define LLVM_SUPPORT_ALLOCA_H
+#ifndef SUPPORT_ALLOCA_H
+#define SUPPORT_ALLOCA_H
 
 // TODO: Determine HAVE_ALLOCA_H based on autoconf results.
 // The following method is too brittle.
@@ -27,4 +27,4 @@
 #include <alloca.h>
 #endif
 
-#endif  /* LLVM_SUPPORT_ALLOCA_H */
+#endif  /* SUPPORT_ALLOCA_H */
index 6ce56be4d0cf80b811c11706d59fe60ffdc724c6..2200df746f391ea09f995087af2126cd5b5d7e3c 100644 (file)
@@ -23,8 +23,8 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_BITVECTORSET_H
-#define LLVM_SUPPORT_BITVECTORSET_H
+#ifndef SUPPORT_BITSETVECTOR_H
+#define SUPPORT_BITSETVECTOR_H
 
 #include <bitset>
 #include <vector>
index b524c977f7cfec04b6580b715612a85a60c82091..728bb1467835f71e9a886e6f92e4dc27b161e035 100644 (file)
@@ -10,8 +10,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_COMMANDLINE_H
-#define LLVM_SUPPORT_COMMANDLINE_H
+#ifndef SUPPORT_COMMANDLINE_H
+#define SUPPORT_COMMANDLINE_H
 
 #include <string>
 #include <vector>
index 8a8952fb4ed3fcbfa489d9b637b195268f079c58..80543c61404bfa2e4bbc6647da1afda9c374f437 100644 (file)
@@ -16,8 +16,8 @@
 // TODO: This file sucks.  Not only does it not work, but this stuff should be
 // autoconfiscated anyways. Major FIXME
 
-#ifndef LLVM_SUPPORT_DATATYPES_H
-#define LLVM_SUPPORT_DATATYPES_H
+#ifndef SUPPORT_DATATYPES_H
+#define SUPPORT_DATATYPES_H
 
 #define __STDC_LIMIT_MACROS 1
 #include <inttypes.h>
@@ -82,4 +82,4 @@
 #error "include/Support/DataTypes.h could not determine endianness!"
 #endif
 
-#endif  /* LLVM_SUPPORT_DATATYPES_H */
+#endif  /* SUPPORT_DATATYPES_H */
index 7ae4b9dc6ffde1727f50637a4b5188d276c24578..b4a1b2969f5f6e929247c7fd652223aaa9ee4cac 100644 (file)
@@ -5,8 +5,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
-#define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
+#ifndef SUPPORT_DEPTHFIRSTITERATOR_H
+#define SUPPORT_DEPTHFIRSTITERATOR_H
 
 #include "Support/GraphTraits.h"
 #include "Support/iterator"
index 47da34b62cdb6c4ef67e5a80a4a008e0aeea08df..96cfc87a7255cf1eeb4dc8df441051d979ec13db 100644 (file)
@@ -8,8 +8,8 @@
 // 
 //===------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_EQUIVALENCE_CLASSES_H
-#define LLVM_SUPPORT_EQUIVALENCE_CLASSES_H
+#ifndef SUPPORT_EQUIVALENCECLASSES_H
+#define SUPPORT_EQUIVALENCECLASSES_H
 
 #include <map>
 #include <vector>
index 754e38fa7f5e7ae2ef1056f070ef43fb33a8a270..15c285da17034cacd3ebefe990a21e14aa4a5db2 100644 (file)
@@ -8,8 +8,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_GRAPH_TRAITS_H
-#define LLVM_SUPPORT_GRAPH_TRAITS_H
+#ifndef SUPPORT_GRAPHTRAITS_H
+#define SUPPORT_GRAPHTRAITS_H
 
 // GraphTraits - This class should be specialized by different graph types...
 // which is why the default version is empty.
index 68a49eac9e9251480db48ff1dddbeea3042e0741..f644cbd22bd071f4e65a679d26f5589eb7ceaba1 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_HASHEXTRAS_H
-#define LLVM_SUPPORT_HASHEXTRAS_H
+#ifndef SUPPORT_HASHEXTRAS_H
+#define SUPPORT_HASHEXTRAS_H
 
 #include <string>
 #include "Support/hash_map"
index dadbac1efa4a09e69ca38cbf3670f3c107c8a9bd..4c682be500ffd266357d628cb0210e21cb0320e5 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_LEAK_DETECTOR_H
-#define SUPPORT_LEAK_DETECTOR_H
+#ifndef SUPPORT_LEAKDETECTOR_H
+#define SUPPORT_LEAKDETECTOR_H
 
 #include <string>
 class Value;
index d73394149bad6d4e8ecfe07260041dbae500de25..bfb88552bf569a1fcb892970e16afc89671336ef 100644 (file)
@@ -4,8 +4,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_MATH_EXTRAS_H
-#define SUPPORT_MATH_EXTRAS_H
+#ifndef SUPPORT_MATHEXTRAS_H
+#define SUPPORT_MATHEXTRAS_H
 
 #include "Support/DataTypes.h"
 
index 82f3c1a760d29fabd58d6e8cc9718aab4d0a4c8c..f13b7ce9da83424b5826b64835fe8c1bf15c7be9 100644 (file)
@@ -9,8 +9,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_NONCOPYABLE_H
-#define LLVM_SUPPORT_NONCOPYABLE_H
+#ifndef SUPPORT_NONCOPYABLE_H
+#define SUPPORT_NONCOPYABLE_H
 
 class NonCopyable {
   // Disable the copy constructor and the assignment operator
index 4c19e7ac3615477f9d76b39babeb36579f718080..084d38fd9df9fc25cdc85ac046d1c856b7503952 100644 (file)
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_POSTORDER_ITERATOR_H
-#define LLVM_SUPPORT_POSTORDER_ITERATOR_H
+#ifndef SUPPORT_POSTORDERITERATOR_H
+#define SUPPORT_POSTORDERITERATOR_H
 
 #include "Support/GraphTraits.h"
 #include "Support/iterator"
index ed660d64c723e6fd889eb73299b96c89e31fac2e..b7037701e06b35722640fb970c8d59c776603c4f 100644 (file)
@@ -11,8 +11,8 @@
 // (NOTE: This requires some simple wrappers and is not supported yet.)
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_TARJANSCC_ITERATOR_H
-#define LLVM_SUPPORT_TARJANSCC_ITERATOR_H
+#ifndef SUPPORT_TARJANSCCITERATOR_H
+#define SUPPORT_TARJANSCCITERATOR_H
 
 #include "Support/GraphTraits.h"
 #include <Support/Statistic.h>
index b2fde43637250b470589803aa790ee61b3b5f954..348c4e17aac8b02802782ed8326801b733c18126 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_STL_EXTRAS_H
-#define LLVM_SUPPORT_STL_EXTRAS_H
+#ifndef SUPPORT_STLEXTRAS_H
+#define SUPPORT_STLEXTRAS_H
 
 #include <functional>
 #include "Support/iterator"
index d79d386380479fa44eb38fabaae1305bbcb89078..3a5e6f2bd46f12d6f51cadaa7e189ce89aaa41de 100644 (file)
@@ -5,8 +5,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_SET_OPERATIONS_H
-#define LLVM_SUPPORT_SET_OPERATIONS_H
+#ifndef SUPPORT_SETOPERATIONS_H
+#define SUPPORT_SETOPERATIONS_H
 
 // set_union(A, B) - Compute A := A u B, return whether A changed.
 //
index 529d86caa205d771fed86918e07dee22e8709b17..924f6c35f87055095dc1d2b9ed2ae6f38079eca3 100644 (file)
@@ -4,8 +4,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_STRING_EXTRAS_H
-#define SUPPORT_STRING_EXTRAS_H
+#ifndef SUPPORT_STRINGEXTRAS_H
+#define SUPPORT_STRINGEXTRAS_H
 
 #include "Support/DataTypes.h"
 #include <string>
index 544e57e5263dc4edda18f4a3d0ce839748b8fe2a..9979caaf312d84317a12e0e996f980c90a2bc5f5 100644 (file)
@@ -5,8 +5,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_TREE_H
-#define LLVM_SUPPORT_TREE_H
+#ifndef SUPPORT_TREE_H
+#define SUPPORT_TREE_H
 
 #include <vector>
 
index 29f4e22a9913fb5231cedff43f9135487b84d964..9884f65e6918b06fe7cc9006833fa0bb80d4af99 100644 (file)
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_TYPEINFO_H
-#define LLVM_SUPPORT_TYPEINFO_H
+#ifndef SUPPORT_TYPEINFO_H
+#define SUPPORT_TYPEINFO_H
 
 #include <typeinfo>
 
index dc905da4101c46021d68eccd488bd6146ac25540..3c50e4b13fd943d1393e7466000dc54e795c8c8e 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_HASHMAP_H
-#define SUPPORT_HASHMAP_H
+#ifndef SUPPORT_HASH_MAP
+#define SUPPORT_HASH_MAP
 
 // Compiler Support Matrix
 //
index 4bd91ab241f8f6cfb2904978a27a5c25300e50dc..72c20ce235520a6aeb71e5a4fc0a451a0a8792c9 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_HASHSET_H
-#define SUPPORT_HASHSET_H
+#ifndef SUPPORT_HASH_SET
+#define SUPPORT_HASH_SET
 
 // Compiler Support Matrix
 //
index 1d868f8a4a4218f0fafbac703dbb87e9216f2842..ce906ba559cbfd8d7c67bbb3dab3d5f76231b81b 100644 (file)
@@ -28,8 +28,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef INCLUDED_SUPPORT_ILIST
-#define INCLUDED_SUPPORT_ILIST
+#ifndef SUPPORT_ILIST
+#define SUPPORT_ILIST
 
 #include <assert.h>
 #include <algorithm>
index 46cf9679369917b1d269cdd4a879efd65378bfa6..444f5ab152bf9f3def848e04aad4386b5aabd450 100644 (file)
@@ -16,8 +16,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_ITERATOR_H
-#define SUPPORT_ITERATOR_H
+#ifndef SUPPORT_ITERATOR
+#define SUPPORT_ITERATOR
 
 #include <iterator>
 
index 4f723df761c3502f6386330dcf63c63ecaf79ce9..71670e6af295363a7e65c81ba09c0eb16c011273 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_SLIST_H
-#define SUPPORT_SLIST_H
+#ifndef SUPPORT_SLIST
+#define SUPPORT_SLIST
 
 // Compiler Support Matrix
 //
index 6ce56be4d0cf80b811c11706d59fe60ffdc724c6..2200df746f391ea09f995087af2126cd5b5d7e3c 100644 (file)
@@ -23,8 +23,8 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_BITVECTORSET_H
-#define LLVM_SUPPORT_BITVECTORSET_H
+#ifndef SUPPORT_BITSETVECTOR_H
+#define SUPPORT_BITSETVECTOR_H
 
 #include <bitset>
 #include <vector>
index 7ae4b9dc6ffde1727f50637a4b5188d276c24578..b4a1b2969f5f6e929247c7fd652223aaa9ee4cac 100644 (file)
@@ -5,8 +5,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
-#define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
+#ifndef SUPPORT_DEPTHFIRSTITERATOR_H
+#define SUPPORT_DEPTHFIRSTITERATOR_H
 
 #include "Support/GraphTraits.h"
 #include "Support/iterator"
index 47da34b62cdb6c4ef67e5a80a4a008e0aeea08df..96cfc87a7255cf1eeb4dc8df441051d979ec13db 100644 (file)
@@ -8,8 +8,8 @@
 // 
 //===------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_EQUIVALENCE_CLASSES_H
-#define LLVM_SUPPORT_EQUIVALENCE_CLASSES_H
+#ifndef SUPPORT_EQUIVALENCECLASSES_H
+#define SUPPORT_EQUIVALENCECLASSES_H
 
 #include <map>
 #include <vector>
index 754e38fa7f5e7ae2ef1056f070ef43fb33a8a270..15c285da17034cacd3ebefe990a21e14aa4a5db2 100644 (file)
@@ -8,8 +8,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_GRAPH_TRAITS_H
-#define LLVM_SUPPORT_GRAPH_TRAITS_H
+#ifndef SUPPORT_GRAPHTRAITS_H
+#define SUPPORT_GRAPHTRAITS_H
 
 // GraphTraits - This class should be specialized by different graph types...
 // which is why the default version is empty.
index 68a49eac9e9251480db48ff1dddbeea3042e0741..f644cbd22bd071f4e65a679d26f5589eb7ceaba1 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_HASHEXTRAS_H
-#define LLVM_SUPPORT_HASHEXTRAS_H
+#ifndef SUPPORT_HASHEXTRAS_H
+#define SUPPORT_HASHEXTRAS_H
 
 #include <string>
 #include "Support/hash_map"
index 4c19e7ac3615477f9d76b39babeb36579f718080..084d38fd9df9fc25cdc85ac046d1c856b7503952 100644 (file)
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_POSTORDER_ITERATOR_H
-#define LLVM_SUPPORT_POSTORDER_ITERATOR_H
+#ifndef SUPPORT_POSTORDERITERATOR_H
+#define SUPPORT_POSTORDERITERATOR_H
 
 #include "Support/GraphTraits.h"
 #include "Support/iterator"
index ed660d64c723e6fd889eb73299b96c89e31fac2e..b7037701e06b35722640fb970c8d59c776603c4f 100644 (file)
@@ -11,8 +11,8 @@
 // (NOTE: This requires some simple wrappers and is not supported yet.)
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_TARJANSCC_ITERATOR_H
-#define LLVM_SUPPORT_TARJANSCC_ITERATOR_H
+#ifndef SUPPORT_TARJANSCCITERATOR_H
+#define SUPPORT_TARJANSCCITERATOR_H
 
 #include "Support/GraphTraits.h"
 #include <Support/Statistic.h>
index b2fde43637250b470589803aa790ee61b3b5f954..348c4e17aac8b02802782ed8326801b733c18126 100644 (file)
@@ -7,8 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_STL_EXTRAS_H
-#define LLVM_SUPPORT_STL_EXTRAS_H
+#ifndef SUPPORT_STLEXTRAS_H
+#define SUPPORT_STLEXTRAS_H
 
 #include <functional>
 #include "Support/iterator"
index d79d386380479fa44eb38fabaae1305bbcb89078..3a5e6f2bd46f12d6f51cadaa7e189ce89aaa41de 100644 (file)
@@ -5,8 +5,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_SET_OPERATIONS_H
-#define LLVM_SUPPORT_SET_OPERATIONS_H
+#ifndef SUPPORT_SETOPERATIONS_H
+#define SUPPORT_SETOPERATIONS_H
 
 // set_union(A, B) - Compute A := A u B, return whether A changed.
 //
index 529d86caa205d771fed86918e07dee22e8709b17..924f6c35f87055095dc1d2b9ed2ae6f38079eca3 100644 (file)
@@ -4,8 +4,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_STRING_EXTRAS_H
-#define SUPPORT_STRING_EXTRAS_H
+#ifndef SUPPORT_STRINGEXTRAS_H
+#define SUPPORT_STRINGEXTRAS_H
 
 #include "Support/DataTypes.h"
 #include <string>
index 544e57e5263dc4edda18f4a3d0ce839748b8fe2a..9979caaf312d84317a12e0e996f980c90a2bc5f5 100644 (file)
@@ -5,8 +5,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_TREE_H
-#define LLVM_SUPPORT_TREE_H
+#ifndef SUPPORT_TREE_H
+#define SUPPORT_TREE_H
 
 #include <vector>
 
index 1d868f8a4a4218f0fafbac703dbb87e9216f2842..ce906ba559cbfd8d7c67bbb3dab3d5f76231b81b 100644 (file)
@@ -28,8 +28,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef INCLUDED_SUPPORT_ILIST
-#define INCLUDED_SUPPORT_ILIST
+#ifndef SUPPORT_ILIST
+#define SUPPORT_ILIST
 
 #include <assert.h>
 #include <algorithm>
index b524c977f7cfec04b6580b715612a85a60c82091..728bb1467835f71e9a886e6f92e4dc27b161e035 100644 (file)
@@ -10,8 +10,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_COMMANDLINE_H
-#define LLVM_SUPPORT_COMMANDLINE_H
+#ifndef SUPPORT_COMMANDLINE_H
+#define SUPPORT_COMMANDLINE_H
 
 #include <string>
 #include <vector>
index dadbac1efa4a09e69ca38cbf3670f3c107c8a9bd..4c682be500ffd266357d628cb0210e21cb0320e5 100644 (file)
@@ -12,8 +12,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_LEAK_DETECTOR_H
-#define SUPPORT_LEAK_DETECTOR_H
+#ifndef SUPPORT_LEAKDETECTOR_H
+#define SUPPORT_LEAKDETECTOR_H
 
 #include <string>
 class Value;
index d73394149bad6d4e8ecfe07260041dbae500de25..bfb88552bf569a1fcb892970e16afc89671336ef 100644 (file)
@@ -4,8 +4,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef SUPPORT_MATH_EXTRAS_H
-#define SUPPORT_MATH_EXTRAS_H
+#ifndef SUPPORT_MATHEXTRAS_H
+#define SUPPORT_MATHEXTRAS_H
 
 #include "Support/DataTypes.h"
 
index 29f4e22a9913fb5231cedff43f9135487b84d964..9884f65e6918b06fe7cc9006833fa0bb80d4af99 100644 (file)
@@ -6,8 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_SUPPORT_TYPEINFO_H
-#define LLVM_SUPPORT_TYPEINFO_H
+#ifndef SUPPORT_TYPEINFO_H
+#define SUPPORT_TYPEINFO_H
 
 #include <typeinfo>