Some parser functions accept argument of type unsigned while it is
actually of type DeclSpec::TST. No functional changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65406
[Parser] Change parameter type from int to enum ClosedPublic Authored by sepavloff on Jul 29 2019, 10:03 AM.
Details Summary Some parser functions accept argument of type unsigned while it is
Diff Detail
Event Timelinesepavloff added a child revision: D64932: [Parser] Emit descriptive diagnostic for misplaced pragma.Jul 29 2019, 10:07 AM This revision is now accepted and ready to land.Jul 31 2019, 9:13 PM Closed by commit rL367545: [Parser] Change parameter type from int to enum (authored by sepavloff). · Explain WhyAug 1 2019, 4:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 212782 cfe/trunk/include/clang/Parse/Parser.h
cfe/trunk/lib/Parse/ParseDecl.cpp
cfe/trunk/lib/Parse/ParseDeclCXX.cpp
cfe/trunk/lib/Parse/Parser.cpp
|