[clang][cli] Specify correct integer width for -fbuild-session-timestamp
authorJan Svoboda <jan_svoboda@apple.com>
Tue, 5 Jan 2021 18:45:31 +0000 (19:45 +0100)
committerJan Svoboda <jan_svoboda@apple.com>
Tue, 5 Jan 2021 19:10:07 +0000 (20:10 +0100)
commitf111cf992df4ec00acfdd026eac12b36c3831999
tree1b47cbaf3aba05802323aff3dd635e112abdbda9
parent28a326eba0a9c367ab6a2d23ca0ae4fb8ab2b536
[clang][cli] Specify correct integer width for -fbuild-session-timestamp

This fixes an issue where large integer values were rejected as invalid.

Reviewed By: arphaman

Differential Revision: https://reviews.llvm.org/D94101
clang/include/clang/Driver/Options.td
clang/unittests/Frontend/CompilerInvocationTest.cpp