]> granicus.if.org Git - clang/commit
[cleanup] Remove unused default argument and tidy up.
authorSean Silva <chisophugis@gmail.com>
Wed, 10 Jun 2015 01:37:59 +0000 (01:37 +0000)
committerSean Silva <chisophugis@gmail.com>
Wed, 10 Jun 2015 01:37:59 +0000 (01:37 +0000)
commitca72eb8f77d1554693237f37843f66b726ec3402
tree9c61fd9163003851e5187875cb83cf83b489a8af
parent56d2f811d31a5e8ac2769698afeb95b71967c980
[cleanup] Remove unused default argument and tidy up.

The RequestingModule argument was unused and always its default value of
nullptr.

Also move a declaration closer to its use, and range-for'ify.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239453 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/ModuleMap.h
lib/Lex/ModuleMap.cpp