Go to file
Tobias Grosser 1bb59b0dcf Fix obvious formatting problems.
We fix the following formatting problems found by clang-format:

  - 80 cols violations
  - Obvious problems with missing or too many spaces
  - multiple new lines in a row

clang-format suggests many more changes, most of them falling in the following
two categories:

  1) clang-format does not at all format a piece of code nicely

  2) The style that clang-format suggests does not match the style used in
     Polly/LLVM

I consider differences caused by reason 1) bugs, which should be fixed by
improving clang-format. Differences due to 2) need to be investigated closer
to understand the cause of the difference and the solution that should be taken.

llvm-svn: 171241
2012-12-29 23:47:38 +00:00
clang Don't warn for undefined but used decls that are external because of a typedef. 2012-12-29 23:43:00 +00:00
clang-tools-extra Teach the extras repository to actually install the clang-format tool. 2012-12-27 17:48:37 +00:00
compiler-rt [asan] make LargeOOBInMemset test resistant to clever compiler optimizations 2012-12-29 14:42:48 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Fix build against recent versions of Clang. Based on patch by Alastair Donaldson! 2012-12-05 07:39:02 +00:00
libcxx Remove test for eof from istreambuf_iterator constructors. It is no longer necessary and potentially violates the constructor's noexcept spec. 2012-12-29 17:45:42 +00:00
libcxxabi Rename class __lambda_node to ___lambda_node to fix compile failure with gcc 4.6 and 4.7 2012-12-05 18:55:49 +00:00
lld add Changes to ELF Writer to layout sections/segments in the output executable 2012-12-27 02:26:30 +00:00
lldb Remember to tell the target about dyld when we resolve the address for it. 2012-12-22 01:52:32 +00:00
llvm Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to target-independent ISD nodes and use the existing patterns for those. 2012-12-29 18:18:20 +00:00
polly Fix obvious formatting problems. 2012-12-29 23:47:38 +00:00