]> granicus.if.org Git - clang/commit
Stop abusing StringRef. Fixes the Windows build.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Tue, 19 Jun 2012 13:36:02 +0000 (13:36 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Tue, 19 Jun 2012 13:36:02 +0000 (13:36 +0000)
commitc20c4e79ae1957ec5a88d7653a0aeda24b67ae3a
tree3edff54387f740be9139430b2ea72839243ce10b
parent5f75768579b9b1d70d01903ab4766aede65defcc
Stop abusing StringRef. Fixes the Windows build.

I've also removed the duplicate check for PARSED_ATTR since it seems
unnecessary, and would have made the code more complicated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158716 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp