[flang] Make include guards consistent.
authorTim Keith <tkeith@nvidia.com>
Tue, 1 May 2018 21:07:52 +0000 (14:07 -0700)
committerTim Keith <tkeith@nvidia.com>
Tue, 1 May 2018 21:07:52 +0000 (14:07 -0700)
commit4008e3e5d779d1b3f1382c15ba4c83fcc38de4f6
treeb2a16ba99b3d79068049c00f40867badb0b99adb
parentad129874a9d3c07c4f9b695a56682e6917151cb6
[flang] Make include guards consistent.

The include guard symbol is `FORTRAN_$dir_$file_H_` where $dir is the
subdirectory of `lib` and $file is the basename of the header file.
Those names are mapped to uppercase and hyphens are replaced by
underscores.

Original-commit: flang-compiler/f18@ac9c0e7106c898479cf35086861a711ab7c0210a
Reviewed-on: https://github.com/flang-compiler/f18/pull/75
flang/lib/parser/format-specification.h
flang/lib/semantics/GetValue.h
flang/lib/semantics/LabelTable.h
flang/lib/semantics/ParseTreeDump.h
flang/lib/semantics/SemanticData.h
flang/lib/semantics/StatementMap.h
flang/lib/semantics/Stmt.h
flang/lib/semantics/attr.h
flang/lib/semantics/resolve-names.h
flang/lib/semantics/rewrite-parse-tree.h
flang/lib/semantics/type.h