Go to file
Benjamin Kramer 0f30a3ea25 Remove unused python includes from headers.
Python.h is a bad c++ citizen and overwrites some functions with its own
macros. This conflicts with libc++'s locale header. I did some refactoring
to use Python.h only where it's actually needed a few months ago so
the unnecessary includes can be removed now.

llvm-svn: 151168
2012-02-22 16:56:26 +00:00
clang Fix parsing and processing initializer lists in return statements and as direct member initializers. 2012-02-22 10:50:08 +00:00
compiler-rt AddressSanitizer: quick fix - undef INT32_MIN etc to avoid macro redefinition 2012-02-22 16:12:46 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Use Xcode relative compilers when possible 2012-02-22 00:20:30 +00:00
libcxxabi Pedantic fix: missing newline at EOF 2012-02-22 05:25:00 +00:00
lld use llvm::DenseMap instead of std::map 2012-02-15 00:50:07 +00:00
lldb Remove unused python includes from headers. 2012-02-22 16:56:26 +00:00
llvm 80 col. 2012-02-22 16:50:46 +00:00
polly www: Fix french special characters 2012-02-20 14:03:56 +00:00