Skip files with intentional CRLF line endings: test/clang-apply-replacements/crlf.cpp test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected clangd/test/input-mirror.test clangd/test/protocol.test clangd/test/too-large.test
11 lines
125 B
Plaintext
11 lines
125 B
Plaintext
// module.modulemap
|
|
|
|
module Level1A {
|
|
header "Level1A.h"
|
|
export *
|
|
}
|
|
module HasError {
|
|
header "HasError.h"
|
|
export *
|
|
}
|