Skip to content

Commit fad38d7

Browse files
committed
---
yaml --- r: 347595 b: refs/heads/master c: 39ffb9f h: refs/heads/master i: 347593: 6e1a9e7 347591: ff4474b
1 parent 1ce5ec1 commit fad38d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e1f1c8b6d58ef549caee5c48515426301e6ec3f2
2+
refs/heads/master: 39ffb9f91d6da3f14bcd6648894d401c5c988775
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/include/swift/Option/FrontendOptions.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ let Flags = [FrontendOption, NoDriverOption] in {
1818

1919
def triple : Separate<["-"], "triple">, Alias<target>;
2020

21-
def color_diagnostics : Flag<["-"], "color-diagnostics">,
22-
HelpText<"Print diagnostics in color">;
23-
2421
def primary_file : Separate<["-"], "primary-file">,
2522
HelpText<"Produce output for this file, not the whole module">;
2623

trunk/include/swift/Option/Options.td

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ def serialize_diagnostics_path : Separate<["-"], "serialize-diagnostics-path">,
300300
def serialize_diagnostics_path_EQ: Joined<["-"], "serialize-diagnostics-path=">,
301301
Flags<[FrontendOption, NoBatchOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
302302
Alias<serialize_diagnostics_path>;
303+
def color_diagnostics : Flag<["-"], "color-diagnostics">,
304+
Flags<[FrontendOption, DoesNotAffectIncrementalBuild]>,
305+
HelpText<"Print diagnostics in color">;
303306

304307
def module_cache_path : Separate<["-"], "module-cache-path">,
305308
Flags<[FrontendOption, DoesNotAffectIncrementalBuild, ArgumentIsPath]>,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: not %target-swiftc_driver -Xfrontend -color-diagnostics -emit-executable -o %t %s 2>&1 | %FileCheck %s
1+
// RUN: not %target-swiftc_driver -color-diagnostics -emit-executable -o %t %s 2>&1 | %FileCheck %s
22

33
// CHECK: [0m1 = 2{{$}}
44
1 = 2

0 commit comments

Comments
 (0)