In looking at how TrailingObject worked, I came across this use to crib from. But it spells 'trailing' as 'trailling'. Let's fix that.
Aaron acked this on IRC, so going to commit
Paths
| Differential D101753
clang: Fix variable spelling ClosedPublic Authored by urnathan on May 3 2021, 5:03 AM.
Details
Summary In looking at how TrailingObject worked, I came across this use to crib from. But it spells 'trailing' as 'trailling'. Let's fix that. Aaron acked this on IRC, so going to commit
Diff Detail
Event TimelineComment Actions LGTM! Btw, for these sort of "it's a typo" kind of obvious non-functional changes, feel free to commit without posting a phab review if you'd like. This revision is now accepted and ready to land.May 3 2021, 5:30 AM This revision was landed with ongoing or failed builds.May 3 2021, 5:34 AM Closed by commit rGab7316f1c64c: [clang] Spell correct variable (authored by urnathan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 342366 clang/include/clang/AST/DeclCXX.h
clang/lib/AST/DeclCXX.cpp
clang/lib/Serialization/ASTWriterDecl.cpp
clang/test/SemaCXX/cxx2a-explicit-bool.cpp
|