mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Rename xbus to xswiftbus
Summary: I wanted to rename xbus because its relation to //swift// is not immediately clear from the name. xswiftbus seems reasonable. Reviewers: #swift_pilot_client, kbasan Reviewed By: kbasan Subscribers: kbasan, jenkins Tags: #swift_pilot_client Differential Revision: https://dev.swift-project.org/D14
This commit is contained in:
@@ -22,11 +22,11 @@ passedByValue:src/blackmisc/logcategorylist.h
|
||||
passedByValue:src/blackmisc/lockfree.h
|
||||
|
||||
// False positive caused by cppcheck getting confused with preprocessor defines
|
||||
ConfigurationNotChecked:src/xbus/libxplanemp/src/XObjReadWrite.cpp
|
||||
ConfigurationNotChecked:src/xswiftbus/libxplanemp/src/XObjReadWrite.cpp
|
||||
|
||||
// Passing std::function by value is acceptable
|
||||
passedByValue:src/xbus/libxplanemp/src/ResourceManager.h
|
||||
passedByValue:src/xbus/command.h
|
||||
passedByValue:src/xswiftbus/libxplanemp/src/ResourceManager.h
|
||||
passedByValue:src/xswiftbus/command.h
|
||||
|
||||
// Unique pointers should be passed by value
|
||||
passedByValue:src/xbus/menus.h
|
||||
passedByValue:src/xswiftbus/menus.h
|
||||
|
||||
Reference in New Issue
Block a user