[flang] Clean up Makefile, add reformat target.
authorTim Keith <tkeith@nvidia.com>
Thu, 8 Feb 2018 00:27:36 +0000 (16:27 -0800)
committerTim Keith <tkeith@nvidia.com>
Thu, 8 Feb 2018 00:27:36 +0000 (16:27 -0800)
commitc0d92ef56616f395bec937703de9d8c1d25542a1
treeb10ebe4cb9c091fee17162d45264e3dc0849270b
parent2e34df7e8c0fc2eb8eb0c3bd3e3ea2d07f30cf80
[flang] Clean up Makefile, add reformat target.

Now the only targets in Makefile are Debug, Release, and reformat.
"make reformat" reformats all C++ source in place.

Also includes the result of "make reformat". Most of the changes were
just moving the "main" include up.

Original-commit: flang-compiler/f18@cf7d3a7afb650b5fc952894136dd18e5551ac578
flang/Makefile
flang/lib/parser/parse-tree.cc
flang/lib/parser/preprocessor.cc
flang/lib/parser/prescan.cc
flang/lib/parser/source.cc
flang/lib/semantics/type.cc