diff options
author | Nico Weber <nicolasweber@gmx.de> | 2016-04-15 14:35:06 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2016-04-15 14:35:06 +0000 |
commit | 917fc9d7cb401f2de332738e4929e053f305e468 (patch) | |
tree | 85e764fdac5ea931245095a3487746aebff1d51b /clang/lib/Sema/SemaDeclObjC.cpp | |
parent | 6cb18a09b139b231c187d4c8b9ae939460a26db8 (diff) | |
download | bcm5719-llvm-917fc9d7cb401f2de332738e4929e053f305e468.tar.gz bcm5719-llvm-917fc9d7cb401f2de332738e4929e053f305e468.zip |
Revert r266415, it broke parsing SDK headers (PR27367).
llvm-svn: 266431
Diffstat (limited to 'clang/lib/Sema/SemaDeclObjC.cpp')
-rw-r--r-- | clang/lib/Sema/SemaDeclObjC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclObjC.cpp b/clang/lib/Sema/SemaDeclObjC.cpp index 36e65b40d64..8090bec4fab 100644 --- a/clang/lib/Sema/SemaDeclObjC.cpp +++ b/clang/lib/Sema/SemaDeclObjC.cpp @@ -1503,7 +1503,6 @@ void Sema::actOnObjCTypeArgsOrProtocolQualifiers( SourceLocation(), SourceLocation(), SourceLocation(), - SourceLocation(), SourceLocation()), parsedAttrs, starLoc); |