[stdlib] Normalize .gyb files

- Follow LLVM conventions for emacs mode specification

- Use local variables suffix to make the output read-only (at least on
  Emacs)

- But drop the admonitions not to edit the generated files;
  line-directive mostly takes care of that problem now.

Swift SVN r19381
This commit is contained in:
Dave Abrahams
2014-06-30 23:24:17 +00:00
parent 0f706ba86c
commit 8e7d45f2c0
18 changed files with 67 additions and 57 deletions

View File

@@ -1,9 +1,4 @@
%# -*- mode: swift -*-
%# Ignore the following admonition; it applies to the resulting .cpp file only
//// Automatically Generated From UnicodeExtendedGraphemeClusters.cpp.gyb.
//// Do Not Edit Directly!
//===----------------------------------------------------------------------===//
//===- UnicodeExtendedGraphemeClusters.cpp.gyb ------------------*- c++ -*-===//
//
// This source file is part of the Swift.org open source project
//
@@ -131,3 +126,6 @@ const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[]
const uint16_t *_swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrix =
_swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl;
// ${'Local Variables'}:
// eval: (read-only-mode 1)
// End: