This fixes an issue where large integer values were rejected as invalid.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94101
[clang][cli] Specify correct integer width for -fbuild-session-timestamp ClosedPublic Authored by jansvoboda11 on Jan 5 2021, 10:47 AM.
Details Summary This fixes an issue where large integer values were rejected as invalid.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 5 2021, 11:02 AM This revision was landed with ongoing or failed builds.Jan 5 2021, 11:11 AM Closed by commit rGf111cf992df4: [clang][cli] Specify correct integer width for -fbuild-session-timestamp (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 314667 clang/include/clang/Driver/Options.td
clang/unittests/Frontend/CompilerInvocationTest.cpp
|