rename AST/Parameter.h to AST/ParameterList.h now that Parameter is gone.

This commit is contained in:
Chris Lattner
2016-01-03 14:47:44 -08:00
parent 6afe77d597
commit 95f07f02b9
17 changed files with 16 additions and 16 deletions

View File

@@ -22,7 +22,7 @@
#include "swift/AST/Attr.h"
#include "swift/AST/Availability.h"
#include "swift/AST/Expr.h"
#include "swift/AST/Parameter.h"
#include "swift/AST/ParameterList.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
using namespace swift;