]> granicus.if.org Git - clang/commit
In C++, an empty parameter list indicates a function that takes no parameters.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 16 Oct 2008 17:31:08 +0000 (17:31 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 16 Oct 2008 17:31:08 +0000 (17:31 +0000)
commitc6f7345e44e079f373d6bdecaa06c7e06574dc27
treec968ecc2fa20d9c4be92e73094c05e7e6ba257ff
parentfd0269d1945669355d52809f6c2e6065f77ff488
In C++, an empty parameter list indicates a function that takes no parameters.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57646 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp