]> granicus.if.org Git - clang/commit
Move checkStringLiteralArgument into Sema class
authorTim Northover <tnorthover@apple.com>
Tue, 1 Oct 2013 14:34:18 +0000 (14:34 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 1 Oct 2013 14:34:18 +0000 (14:34 +0000)
commitf8aebef45428388ffbbd2ad9cbb3bfb15cd7069a
treebf26ddbdab1fc32690f564bdc6dee1b003008afd
parent454897d266b8f945b94cda74aa3b77c038b86e62
Move checkStringLiteralArgument into Sema class

It's a useful function to have around for target-specific attributes.

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