[cfe-commits] r151800 - in /cfe/trunk: include/clang/Basic/DiagnosticLexKinds.td include/clang/Lex/HeaderSearch.h include/clang/Lex/Preprocessor.h lib/Lex/PPDirectives.cpp lib/Lex/Pragma.cpp test/Preprocessor/pragma_microsoft.c

Michel Morin mimomorin at gmail.com
Wed Feb 29 21:02:31 PST 2012


> --- cfe/trunk/include/clang/Lex/HeaderSearch.h (original)
> +++ cfe/trunk/include/clang/Lex/HeaderSearch.h Wed Feb 29 22:18:49 2012
> […]
> @@ -217,6 +220,25 @@
> […]
> +    llvm::StringMap<std::pair<StringRef,bool>>::const_iterator iter =

I got the following error.
 error: a space is required between consecutive right angle brackets (use '> >')


Michel




More information about the cfe-commits mailing list