================
Comment at: cfe/trunk/tools/driver/driver.cpp:298
@@ +297,3 @@
+  llvm::SpecificBumpPtrAllocator<char> ArgAllocator;
+  llvm::error_code EC = llvm::sys::Process::GetArgumentVector(
+      argv, llvm::ArrayRef<const char *>(argv_, argc_), ArgAllocator);
----------------
Naming convention in LLD is slightly different from LLVM. Local variables 
should start with lowercase and spelled as camel case.


http://llvm-reviews.chandlerc.com/D1835

COMMIT
  http://llvm-reviews.chandlerc.com/rL192091
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to