[PATCH] [PATCH] Repost of ArgumentsAdjuster change (part 2)
John Thompson
john.thompson.jtsoftware at gmail.com
Mon Aug 12 11:48:18 PDT 2013
This is part 2 for clang-tools-extra, redone using Phabricator.
http://llvm-reviews.chandlerc.com/D1368
Files:
cpp11-migrate/Core/SyntaxCheck.cpp
Index: cpp11-migrate/Core/SyntaxCheck.cpp
===================================================================
--- cpp11-migrate/Core/SyntaxCheck.cpp
+++ cpp11-migrate/Core/SyntaxCheck.cpp
@@ -53,7 +53,8 @@
};
class SyntaxArgumentsAdjuster : public ArgumentsAdjuster {
- CommandLineArguments Adjust(const CommandLineArguments &Args) {
+ CommandLineArguments Adjust(llvm::StringRef InputFile,
+ const CommandLineArguments &Args) {
CommandLineArguments AdjustedArgs = Args;
AdjustedArgs.push_back("-fsyntax-only");
AdjustedArgs.push_back("-std=c++11");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1368.1.patch
Type: text/x-patch
Size: 609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130812/8e3524df/attachment.bin>
More information about the cfe-commits
mailing list