diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-01-18 18:41:42 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-01-18 18:41:42 +0000 |
commit | 0bba2d11d08e7cf6c9e475cb6736395a10a95872 (patch) | |
tree | b33a4eb7ff78223b3cf44ddce73978f719d7da71 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 1dc394038363dba10aec20e337f0ae077dce8f60 (diff) | |
download | llvm-0bba2d11d08e7cf6c9e475cb6736395a10a95872.zip llvm-0bba2d11d08e7cf6c9e475cb6736395a10a95872.tar.gz llvm-0bba2d11d08e7cf6c9e475cb6736395a10a95872.tar.bz2 |
Fix parsing of class specifiers before '\n' 'operator'.
r159549 / r159164 regressed clang to reject
struct s {};
struct s
operator++(struct s a)
{ return a; }
This fixes the regression. Richard, pleas check if this looks right.
llvm-svn: 172834
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions