Go to file
Caroline Tice 8f5b2eb1e2 Recent modifications to the Python script interpreter caused some problems
when handling one-liner commands that contain escaped characters.  In
order to deal with the new namespace/dictionary stuff, the command was
being embedded within a second string, which messed up the escaping.

This fixes the problem by handling one-liners in a different manner, so they
no longer need to be embedded within another string, and can still be
processed in the proper namespace/dictionary context.

llvm-svn: 123467
2011-01-14 21:09:29 +00:00
clang Properly propagate #pragma diagnostic mappings from PCH but not command-line warning flags. 2011-01-14 20:54:07 +00:00
compiler-rt Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson 2011-01-07 19:09:06 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Add attribute to inlined member. 2011-01-13 20:05:05 +00:00
lldb Recent modifications to the Python script interpreter caused some problems 2011-01-14 21:09:29 +00:00
llvm switch SRoA to use LoadAndStorePromoter instead of its own copy of the code. 2011-01-14 19:50:47 +00:00