Skip to content
Snippets Groups Projects
Commit d37ee163 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Normalize .h guards.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65853 91177308-0d34-0410-b5e6-96231b3b80d8
parent c0489fee
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_COMPILEOPTIONS_H #ifndef LLVM_CLANG_FRONTEND_COMPILEOPTIONS_H
#define LLVM_CLANG_COMPILEOPTIONS_H #define LLVM_CLANG_FRONTEND_COMPILEOPTIONS_H
namespace clang { namespace clang {
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef DRIVER_INIT_HEADER_SEARCH_H_ #ifndef LLVM_CLANG_FRONTEND_INIT_HEADER_SEARCH_H_
#define DRIVER_INIT_HEADER_SEARCH_H_ #define LLVM_CLANG_FRONTEND_INIT_HEADER_SEARCH_H_
#include <string> #include <string>
#include <vector> #include <vector>
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_MANAGER_REGISTRY_H #ifndef LLVM_CLANG_FRONTEND_MANAGER_REGISTRY_H
#define LLVM_CLANG_MANAGER_REGISTRY_H #define LLVM_CLANG_FRONTEND_MANAGER_REGISTRY_H
#include "clang/Analysis/PathSensitive/GRState.h" #include "clang/Analysis/PathSensitive/GRState.h"
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_PATH_DIAGNOSTIC_CLIENTS_H #ifndef LLVM_CLANG_FRONTEND_PATH_DIAGNOSTIC_CLIENTS_H
#define LLVM_CLANG_PATH_DIAGNOSTIC_CLiENTS_H #define LLVM_CLANG_FRONTEND_PATH_DIAGNOSTIC_CLiENTS_H
#include <string> #include <string>
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef DRIVER_TEXT_DIAGNOSTIC_BUFFER_H_ #ifndef LLVM_CLANG_FRONTEND_TEXT_DIAGNOSTIC_BUFFER_H_
#define DRIVER_TEXT_DIAGNOSTIC_BUFFER_H_ #define LLVM_CLANG_FRONTEND_TEXT_DIAGNOSTIC_BUFFER_H_
#include "clang/Basic/Diagnostic.h" #include "clang/Basic/Diagnostic.h"
#include <vector> #include <vector>
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef TEXT_DIAGNOSTIC_PRINTER_H_ #ifndef LLVM_CLANG_FRONTEND_TEXT_DIAGNOSTIC_PRINTER_H_
#define TEXT_DIAGNOSTIC_PRINTER_H_ #define LLVM_CLANG_FRONTEND_TEXT_DIAGNOSTIC_PRINTER_H_
#include "clang/Basic/Diagnostic.h" #include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceLocation.h" #include "clang/Basic/SourceLocation.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment