projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
697f214
)
Test commit
author
Kevin Petit
<kevin.petit@arm.com>
Wed, 15 May 2019 16:39:28 +0000
(16:39 +0000)
committer
Kevin Petit
<kevin.petit@arm.com>
Wed, 15 May 2019 16:39:28 +0000
(16:39 +0000)
Remove stray space.
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
llvm-svn: 360783
clang/lib/Sema/SemaType.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Sema/SemaType.cpp
b/clang/lib/Sema/SemaType.cpp
index
4c7c13e
..
bd091a0
100644
(file)
--- a/
clang/lib/Sema/SemaType.cpp
+++ b/
clang/lib/Sema/SemaType.cpp
@@
-7561,7
+7561,7
@@
static void processTypeAttrs(TypeProcessingState &state, QualType &type,
state.getDeclarator().isPrototypeContext() &&
!hasOuterPointerLikeChunk(state.getDeclarator(), endIndex);
if (checkNullabilityTypeSpecifier(
- state,
+ state,
type,
attr,
allowOnArrayType)) {