]> granicus.if.org Git - clang/commit
Add name comments for bools passed to getObjCEncodingForTypeImpl()
authorNico Weber <nicolasweber@gmx.de>
Fri, 10 May 2019 13:56:56 +0000 (13:56 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 10 May 2019 13:56:56 +0000 (13:56 +0000)
commit966f61d14e202ac0976a67199556123f895a710e
tree0b46c9260ece82ed1e2b48259705c979c3201d51
parentdbeeb39763074ace45f5bf705c89853f6885bf1d
Add name comments for bools passed to getObjCEncodingForTypeImpl()

No behavior change. Medium term, probably want to use a bitmask instead
of 8 distinct bool parameters, but let's make the call sites easier to
read first.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360427 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp