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:
568aa64
)
llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're
author
Alex Rosenberg
<alexr@leftfield.org>
Wed, 13 Feb 2013 22:45:52 +0000
(22:45 +0000)
committer
Alex Rosenberg
<alexr@leftfield.org>
Wed, 13 Feb 2013 22:45:52 +0000
(22:45 +0000)
inside an #if 0 block.
llvm-svn: 175098
llvm/include/llvm/Support/ConvertUTF.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/ConvertUTF.h
b/llvm/include/llvm/Support/ConvertUTF.h
index d0f2ed3c08cdfb864b29ed45543226770c6d4453..1eae6d66222946574ea1512eea07e0d5e9b3c31f 100644
(file)
--- a/
llvm/include/llvm/Support/ConvertUTF.h
+++ b/
llvm/include/llvm/Support/ConvertUTF.h
@@
-219,7
+219,7
@@
static inline ConversionResult convertUTF8Sequence(const UTF8 **source,
return sourceExhausted;
return ConvertUTF8toUTF32(source, *source + size, &target, target + 1, flags);
}
-} /
/ end namespace llvm
+} /
* end namespace llvm */
#endif