[all-commits] [llvm/llvm-project] 251311: [Driver] Change -fmax-tokens $arg to -fmax-tokens=...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 4 09:39:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2513118afa385b9df3662050e3aa0a1e3f5e2a8a
https://github.com/llvm/llvm-project/commit/2513118afa385b9df3662050e3aa0a1e3f5e2a8a
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Parse/Parser.cpp
M clang/test/Parser/max-tokens.cpp
Log Message:
-----------
[Driver] Change -fmax-tokens $arg to -fmax-tokens=$arg
Reviewed By: hans
Differential Revision: https://reviews.llvm.org/D73937
More information about the All-commits
mailing list