llvm/flang/lib/semantics
Tim Keith 6c772ac40b [flang] Improve include file sorting.
Includes like "../dir/file.h" should sort after local includes.
This change fixes that and applies the new formatting.

Now the order (in reverse) is:
- system includes
- includes from llvm or clang (this is from the default IncludeCategories)
- includes of ../something
- everything else

Original-commit: flang-compiler/f18@324643d63a
Reviewed-on: https://github.com/flang-compiler/f18/pull/52
2018-04-12 12:23:20 -07:00
..
attr.cc [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
attr.h [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
CMakeLists.txt
enum-set.h
GetValue.def
GetValue.h
LabelTable.h [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
make-types.cc [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
make-types.h
ParseTreeDump.cc
ParseTreeDump.h [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
pass1.cc
resolve-names.cc [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
scope.cc
scope.h [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
SemanticData.h
StatementMap.cc
StatementMap.h
Stmt.def
Stmt.h
symbol.cc [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00
symbol.h
type.cc
type.h [flang] Improve include file sorting. 2018-04-12 12:23:20 -07:00