]> granicus.if.org Git - clang/commit
PR19713: Don't warn on unused static inline functions, even if the 'inline' was
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 11 May 2014 21:25:24 +0000 (21:25 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 11 May 2014 21:25:24 +0000 (21:25 +0000)
commite94a8bb2a1172bac240c8d0576b5042efdcf4140
tree2e3eeafca27d6dd0c3e34fcd6ff99ebb3a575268
parent7d0886e36696324b4e737dc74a058acda7bffd44
PR19713: Don't warn on unused static inline functions, even if the 'inline' was
implied by 'constexpr'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208511 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/warn-unused-filescoped.cpp