Regularize the names of #include-guards.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke
2003-06-17 00:35:55 +00:00
parent 9b2d2624d2
commit a9f6e4ae0e
39 changed files with 80 additions and 80 deletions

View File

@ -6,8 +6,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_ALLOCA_H #ifndef SUPPORT_ALLOCA_H
#define LLVM_SUPPORT_ALLOCA_H #define SUPPORT_ALLOCA_H
// TODO: Determine HAVE_ALLOCA_H based on autoconf results. // TODO: Determine HAVE_ALLOCA_H based on autoconf results.
// The following method is too brittle. // The following method is too brittle.
@ -27,4 +27,4 @@
#include <alloca.h> #include <alloca.h>
#endif #endif
#endif /* LLVM_SUPPORT_ALLOCA_H */ #endif /* SUPPORT_ALLOCA_H */

View File

@ -23,8 +23,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_BITVECTORSET_H #ifndef SUPPORT_BITSETVECTOR_H
#define LLVM_SUPPORT_BITVECTORSET_H #define SUPPORT_BITSETVECTOR_H
#include <bitset> #include <bitset>
#include <vector> #include <vector>

View File

@ -10,8 +10,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_COMMANDLINE_H #ifndef SUPPORT_COMMANDLINE_H
#define LLVM_SUPPORT_COMMANDLINE_H #define SUPPORT_COMMANDLINE_H
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -16,8 +16,8 @@
// TODO: This file sucks. Not only does it not work, but this stuff should be // TODO: This file sucks. Not only does it not work, but this stuff should be
// autoconfiscated anyways. Major FIXME // autoconfiscated anyways. Major FIXME
#ifndef LLVM_SUPPORT_DATATYPES_H #ifndef SUPPORT_DATATYPES_H
#define LLVM_SUPPORT_DATATYPES_H #define SUPPORT_DATATYPES_H
#define __STDC_LIMIT_MACROS 1 #define __STDC_LIMIT_MACROS 1
#include <inttypes.h> #include <inttypes.h>
@ -82,4 +82,4 @@
#error "include/Support/DataTypes.h could not determine endianness!" #error "include/Support/DataTypes.h could not determine endianness!"
#endif #endif
#endif /* LLVM_SUPPORT_DATATYPES_H */ #endif /* SUPPORT_DATATYPES_H */

View File

@ -5,8 +5,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H #ifndef SUPPORT_DEPTHFIRSTITERATOR_H
#define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H #define SUPPORT_DEPTHFIRSTITERATOR_H
#include "Support/GraphTraits.h" #include "Support/GraphTraits.h"
#include "Support/iterator" #include "Support/iterator"

View File

@ -8,8 +8,8 @@
// //
//===------------------------------------------------------------------===// //===------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_EQUIVALENCE_CLASSES_H #ifndef SUPPORT_EQUIVALENCECLASSES_H
#define LLVM_SUPPORT_EQUIVALENCE_CLASSES_H #define SUPPORT_EQUIVALENCECLASSES_H
#include <map> #include <map>
#include <vector> #include <vector>

View File

@ -8,8 +8,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_GRAPH_TRAITS_H #ifndef SUPPORT_GRAPHTRAITS_H
#define LLVM_SUPPORT_GRAPH_TRAITS_H #define SUPPORT_GRAPHTRAITS_H
// GraphTraits - This class should be specialized by different graph types... // GraphTraits - This class should be specialized by different graph types...
// which is why the default version is empty. // which is why the default version is empty.

View File

@ -7,8 +7,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_HASHEXTRAS_H #ifndef SUPPORT_HASHEXTRAS_H
#define LLVM_SUPPORT_HASHEXTRAS_H #define SUPPORT_HASHEXTRAS_H
#include <string> #include <string>
#include "Support/hash_map" #include "Support/hash_map"

View File

@ -12,8 +12,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_LEAK_DETECTOR_H #ifndef SUPPORT_LEAKDETECTOR_H
#define SUPPORT_LEAK_DETECTOR_H #define SUPPORT_LEAKDETECTOR_H
#include <string> #include <string>
class Value; class Value;

View File

@ -4,8 +4,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_MATH_EXTRAS_H #ifndef SUPPORT_MATHEXTRAS_H
#define SUPPORT_MATH_EXTRAS_H #define SUPPORT_MATHEXTRAS_H
#include "Support/DataTypes.h" #include "Support/DataTypes.h"

View File

@ -9,8 +9,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_NONCOPYABLE_H #ifndef SUPPORT_NONCOPYABLE_H
#define LLVM_SUPPORT_NONCOPYABLE_H #define SUPPORT_NONCOPYABLE_H
class NonCopyable { class NonCopyable {
// Disable the copy constructor and the assignment operator // Disable the copy constructor and the assignment operator

View File

@ -6,8 +6,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_POSTORDER_ITERATOR_H #ifndef SUPPORT_POSTORDERITERATOR_H
#define LLVM_SUPPORT_POSTORDER_ITERATOR_H #define SUPPORT_POSTORDERITERATOR_H
#include "Support/GraphTraits.h" #include "Support/GraphTraits.h"
#include "Support/iterator" #include "Support/iterator"

View File

@ -11,8 +11,8 @@
// (NOTE: This requires some simple wrappers and is not supported yet.) // (NOTE: This requires some simple wrappers and is not supported yet.)
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_TARJANSCC_ITERATOR_H #ifndef SUPPORT_TARJANSCCITERATOR_H
#define LLVM_SUPPORT_TARJANSCC_ITERATOR_H #define SUPPORT_TARJANSCCITERATOR_H
#include "Support/GraphTraits.h" #include "Support/GraphTraits.h"
#include <Support/Statistic.h> #include <Support/Statistic.h>

View File

@ -7,8 +7,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_STL_EXTRAS_H #ifndef SUPPORT_STLEXTRAS_H
#define LLVM_SUPPORT_STL_EXTRAS_H #define SUPPORT_STLEXTRAS_H
#include <functional> #include <functional>
#include "Support/iterator" #include "Support/iterator"

View File

@ -5,8 +5,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_SET_OPERATIONS_H #ifndef SUPPORT_SETOPERATIONS_H
#define LLVM_SUPPORT_SET_OPERATIONS_H #define SUPPORT_SETOPERATIONS_H
// set_union(A, B) - Compute A := A u B, return whether A changed. // set_union(A, B) - Compute A := A u B, return whether A changed.
// //

View File

@ -4,8 +4,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_STRING_EXTRAS_H #ifndef SUPPORT_STRINGEXTRAS_H
#define SUPPORT_STRING_EXTRAS_H #define SUPPORT_STRINGEXTRAS_H
#include "Support/DataTypes.h" #include "Support/DataTypes.h"
#include <string> #include <string>

View File

@ -5,8 +5,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_TREE_H #ifndef SUPPORT_TREE_H
#define LLVM_SUPPORT_TREE_H #define SUPPORT_TREE_H
#include <vector> #include <vector>

View File

@ -6,8 +6,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_TYPEINFO_H #ifndef SUPPORT_TYPEINFO_H
#define LLVM_SUPPORT_TYPEINFO_H #define SUPPORT_TYPEINFO_H
#include <typeinfo> #include <typeinfo>

View File

@ -7,8 +7,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_HASHMAP_H #ifndef SUPPORT_HASH_MAP
#define SUPPORT_HASHMAP_H #define SUPPORT_HASH_MAP
// Compiler Support Matrix // Compiler Support Matrix
// //

View File

@ -7,8 +7,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_HASHSET_H #ifndef SUPPORT_HASH_SET
#define SUPPORT_HASHSET_H #define SUPPORT_HASH_SET
// Compiler Support Matrix // Compiler Support Matrix
// //

View File

@ -28,8 +28,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef INCLUDED_SUPPORT_ILIST #ifndef SUPPORT_ILIST
#define INCLUDED_SUPPORT_ILIST #define SUPPORT_ILIST
#include <assert.h> #include <assert.h>
#include <algorithm> #include <algorithm>

View File

@ -16,8 +16,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_ITERATOR_H #ifndef SUPPORT_ITERATOR
#define SUPPORT_ITERATOR_H #define SUPPORT_ITERATOR
#include <iterator> #include <iterator>

View File

@ -7,8 +7,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_SLIST_H #ifndef SUPPORT_SLIST
#define SUPPORT_SLIST_H #define SUPPORT_SLIST
// Compiler Support Matrix // Compiler Support Matrix
// //

View File

@ -23,8 +23,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_BITVECTORSET_H #ifndef SUPPORT_BITSETVECTOR_H
#define LLVM_SUPPORT_BITVECTORSET_H #define SUPPORT_BITSETVECTOR_H
#include <bitset> #include <bitset>
#include <vector> #include <vector>

View File

@ -5,8 +5,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H #ifndef SUPPORT_DEPTHFIRSTITERATOR_H
#define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H #define SUPPORT_DEPTHFIRSTITERATOR_H
#include "Support/GraphTraits.h" #include "Support/GraphTraits.h"
#include "Support/iterator" #include "Support/iterator"

View File

@ -8,8 +8,8 @@
// //
//===------------------------------------------------------------------===// //===------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_EQUIVALENCE_CLASSES_H #ifndef SUPPORT_EQUIVALENCECLASSES_H
#define LLVM_SUPPORT_EQUIVALENCE_CLASSES_H #define SUPPORT_EQUIVALENCECLASSES_H
#include <map> #include <map>
#include <vector> #include <vector>

View File

@ -8,8 +8,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_GRAPH_TRAITS_H #ifndef SUPPORT_GRAPHTRAITS_H
#define LLVM_SUPPORT_GRAPH_TRAITS_H #define SUPPORT_GRAPHTRAITS_H
// GraphTraits - This class should be specialized by different graph types... // GraphTraits - This class should be specialized by different graph types...
// which is why the default version is empty. // which is why the default version is empty.

View File

@ -7,8 +7,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_HASHEXTRAS_H #ifndef SUPPORT_HASHEXTRAS_H
#define LLVM_SUPPORT_HASHEXTRAS_H #define SUPPORT_HASHEXTRAS_H
#include <string> #include <string>
#include "Support/hash_map" #include "Support/hash_map"

View File

@ -6,8 +6,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_POSTORDER_ITERATOR_H #ifndef SUPPORT_POSTORDERITERATOR_H
#define LLVM_SUPPORT_POSTORDER_ITERATOR_H #define SUPPORT_POSTORDERITERATOR_H
#include "Support/GraphTraits.h" #include "Support/GraphTraits.h"
#include "Support/iterator" #include "Support/iterator"

View File

@ -11,8 +11,8 @@
// (NOTE: This requires some simple wrappers and is not supported yet.) // (NOTE: This requires some simple wrappers and is not supported yet.)
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_TARJANSCC_ITERATOR_H #ifndef SUPPORT_TARJANSCCITERATOR_H
#define LLVM_SUPPORT_TARJANSCC_ITERATOR_H #define SUPPORT_TARJANSCCITERATOR_H
#include "Support/GraphTraits.h" #include "Support/GraphTraits.h"
#include <Support/Statistic.h> #include <Support/Statistic.h>

View File

@ -7,8 +7,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_STL_EXTRAS_H #ifndef SUPPORT_STLEXTRAS_H
#define LLVM_SUPPORT_STL_EXTRAS_H #define SUPPORT_STLEXTRAS_H
#include <functional> #include <functional>
#include "Support/iterator" #include "Support/iterator"

View File

@ -5,8 +5,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_SET_OPERATIONS_H #ifndef SUPPORT_SETOPERATIONS_H
#define LLVM_SUPPORT_SET_OPERATIONS_H #define SUPPORT_SETOPERATIONS_H
// set_union(A, B) - Compute A := A u B, return whether A changed. // set_union(A, B) - Compute A := A u B, return whether A changed.
// //

View File

@ -4,8 +4,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_STRING_EXTRAS_H #ifndef SUPPORT_STRINGEXTRAS_H
#define SUPPORT_STRING_EXTRAS_H #define SUPPORT_STRINGEXTRAS_H
#include "Support/DataTypes.h" #include "Support/DataTypes.h"
#include <string> #include <string>

View File

@ -5,8 +5,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_TREE_H #ifndef SUPPORT_TREE_H
#define LLVM_SUPPORT_TREE_H #define SUPPORT_TREE_H
#include <vector> #include <vector>

View File

@ -28,8 +28,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef INCLUDED_SUPPORT_ILIST #ifndef SUPPORT_ILIST
#define INCLUDED_SUPPORT_ILIST #define SUPPORT_ILIST
#include <assert.h> #include <assert.h>
#include <algorithm> #include <algorithm>

View File

@ -10,8 +10,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_COMMANDLINE_H #ifndef SUPPORT_COMMANDLINE_H
#define LLVM_SUPPORT_COMMANDLINE_H #define SUPPORT_COMMANDLINE_H
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -12,8 +12,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_LEAK_DETECTOR_H #ifndef SUPPORT_LEAKDETECTOR_H
#define SUPPORT_LEAK_DETECTOR_H #define SUPPORT_LEAKDETECTOR_H
#include <string> #include <string>
class Value; class Value;

View File

@ -4,8 +4,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef SUPPORT_MATH_EXTRAS_H #ifndef SUPPORT_MATHEXTRAS_H
#define SUPPORT_MATH_EXTRAS_H #define SUPPORT_MATHEXTRAS_H
#include "Support/DataTypes.h" #include "Support/DataTypes.h"

View File

@ -6,8 +6,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_TYPEINFO_H #ifndef SUPPORT_TYPEINFO_H
#define LLVM_SUPPORT_TYPEINFO_H #define SUPPORT_TYPEINFO_H
#include <typeinfo> #include <typeinfo>