File tree Expand file tree Collapse file tree 13 files changed +14
-16
lines changed Expand file tree Collapse file tree 13 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1
- // ===--- LLVMContext.h --------------------------------------------------- -===//
1
+ // ===--- LLVMContext.h ------------------------------------------*- C++ -* -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- RCIdentityAnalysis .h - ----------------------------------*- C++ -*-===//
1
+ // ===--- EpilogueARCAnalysis .h ----------------------------------*- C++ -*-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- TypeJoinjoin .cpp - Swift Type "join" and "meet" -----------------===//
1
+ // ===--- TypeJoinMeet .cpp - Swift Type "join" and "meet" -----------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- ClangAdapter.cpp - Interfaces with Clang entities ------*- C++ -* -===//
1
+ // ===--- ClangAdapter.cpp - Interfaces with Clang entities --------------- -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- ImportName.cpp - Imported Swift names for Clang decls --*- C++ -* -===//
1
+ // ===--- ImportName.cpp - Imported Swift names for Clang decls ----------- -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- ImportName.h - Imported Swift names for Clang decls --*- C++ -- -*-===//
1
+ // ===--- ImportName.h - Imported Swift names for Clang decls ---- *- C++ -*-===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--- RCIdentityAnalysis .cpp - ------------------------------------------===//
1
+ // ===--- EpilogueARCAnalysis .cpp ------------------------------------------===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===---- -------------------- ARCCodeMotion.cpp - SIL ARC Code Motion ----===//
1
+ // ===--- ARCCodeMotion.cpp - SIL ARC Code Motion ---------------------- ----===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change @@ -2397,10 +2397,8 @@ class ExprCleaner {
2397
2397
}
2398
2398
};
2399
2399
2400
- /* *
2401
- * Count the number of overload sets present
2402
- * in the expression and all of the children.
2403
- */
2400
+ // Count the number of overload sets present
2401
+ // in the expression and all of the children.
2404
2402
class OverloadSetCounter : public ASTWalker {
2405
2403
unsigned &NumOverloads;
2406
2404
Original file line number Diff line number Diff line change 1
- //===--------------------------------------------------------------------- -===//
1
+ // ===------------------------------------------------------------*- C++ -* -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- //===--- DropWhile.swift.gyb - Lazy views for drop(while:) --------------- -===//
1
+ //===--- DropWhile.swift.gyb - Lazy views for drop(while:) ----*- swift -* -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- //===--- PrefixWhile.swift.gyb - Lazy views for prefix(while:) ----------- -===//
1
+ //===-- PrefixWhile.swift.gyb - Lazy views for prefix(while:) -*- swift -* -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
Original file line number Diff line number Diff line change 1
- // ===--------------------------------------------------------------------- -===//
1
+ // ===------------------------------------------------------------*- C++ -* -===//
2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
You can’t perform that action at this time.
0 commit comments