Using a MemoryBufferRef, If there is an error parsing, we can point the user to the location of the file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D93024
[clang-tidy] Use a MemoryBufferRef when parsing configuration files. ClosedPublic Authored by njames93 on Dec 10 2020, 4:38 AM.
Details Summary Using a MemoryBufferRef, If there is an error parsing, we can point the user to the location of the file.
Diff Detail
Event TimelineHerald added subscribers: usaxena95, kadircet, arphaman, xazax.hun. · View Herald TranscriptDec 10 2020, 4:38 AM This revision is now accepted and ready to land.Dec 10 2020, 5:05 AM This revision was landed with ongoing or failed builds.Dec 10 2020, 6:52 AM Closed by commit rG34d2688a50f2: [clang-tidy] Use a MemoryBufferRef when parsing configuration files. (authored by njames93). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 310876 clang-tools-extra/clang-tidy/ClangTidyOptions.h
clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
clang-tools-extra/clangd/TidyProvider.cpp
clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
|