Closed
Bug 1650804
Opened 4 years ago
Closed 4 years ago
Update clang-tidy code for new headers in clang-11
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: away, Assigned: away)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In https://github.com/llvm/llvm-project/commit/e9087fe75c8652a442bada0a7e02cba0df781074, the definition of ClangTidyCheck
moved into a new header ClangTidyCheck.h
.
And later, in https://github.com/llvm/llvm-project/commit/860aefd0784ed05ffc0d56f36b0d56009776002a, ClangTidyCheck.h
is no longer automatically included from ClangTidy.h
.
In https://github.com/llvm/llvm-project/commit/e9087fe75c8652a442bada0a7e02cba0df781074, the definition of ClangTidyCheck moved into a new header ClangTidyCheck.h.
And later, in https://github.com/llvm/llvm-project/commit/860aefd0784ed05ffc0d56f36b0d56009776002a, ClangTidyCheck.h is no longer automatically included from ClangTidy.h.
Updated•4 years ago
|
Attachment #9161629 -
Attachment description: Update clang-tidy code for new headers in clang-11 → Update clang-tidy code for new ClangTidyCheck.h header in recent clangs
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/709c00b829dd
Update clang-tidy code for new ClangTidyCheck.h header in recent clangs r=static-analysis-reviewers,andi
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•