Go to file
Jordan Rose 17441589c3 Don't warn about Unicode characters in -E mode.
People use the C preprocessor for things other than C files. Some of them
have Unicode characters. We shouldn't warn about Unicode characters
appearing outside of identifiers in this case.

There's not currently a way for the preprocessor to tell if it's in -E mode,
so I added a new flag, derived from the PreprocessorOutputOptions. This is
only used by the Unicode warnings for now, but could conceivably be used by
other warnings or even behavioral differences later.

<rdar://problem/13107323>

llvm-svn: 173881
2013-01-30 01:52:57 +00:00
clang Don't warn about Unicode characters in -E mode. 2013-01-30 01:52:57 +00:00
clang-tools-extra test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable. 2013-01-26 06:39:48 +00:00
compiler-rt [tsan] Fix checks for siginfo_t in tests 2013-01-29 18:29:34 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differences can cause 2013-01-22 17:26:08 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF] Make AtomLayout more accessible. 2013-01-30 01:25:06 +00:00
lldb Fix build problems with libstdc++ 4.6/4.7 2013-01-30 01:01:11 +00:00
llvm [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. 2013-01-30 01:38:03 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00