llvm-project/clang/lib/Rewrite/Frontend
Alp Toker 9cacbabd33 Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Fix a perennial source of confusion in the clang type system: Declarations and
function prototypes have parameters to which arguments are supplied, so calling
these 'arguments' was a stretch even in C mode, let alone C++ where default
arguments, templates and overloading make the distinction important to get
right.

Readability win across the board, especially in the casting, ADL and
overloading implementations which make a lot more sense at a glance now.

Will keep an eye on the builders and update dependent projects shortly.

No functional change.

llvm-svn: 199686
2014-01-20 20:26:09 +00:00
..
CMakeLists.txt [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
FixItRewriter.cpp Update for llvm API change. 2013-07-16 19:44:23 +00:00
FrontendActions.cpp Use llvm::sys::fs::createTemporaryFile. 2013-07-05 20:00:06 +00:00
HTMLPrint.cpp
InclusionRewriter.cpp Implement MSVC header search algorithm in MicrosoftMode. 2013-12-27 19:46:16 +00:00
Makefile
RewriteMacros.cpp Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
RewriteModernObjC.cpp Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
RewriteObjC.cpp Rename FunctionProtoType accessors from 'arguments' to 'parameters' 2014-01-20 20:26:09 +00:00
RewriteTest.cpp