Go to file
Dmitri Gribenko 58d64e2bb1 Formatter: parse and format inline namespaces like regular namespaces
This changes formatting from:

inline namespace X {
  class A {
  };
}

to:

inline namespace X {
class A {
};
}

llvm-svn: 171266
2012-12-30 21:27:25 +00:00
clang Formatter: parse and format inline namespaces like regular namespaces 2012-12-30 21:27:25 +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 [ubsan] Update test now that check recovery is default and has driver flag. 2012-12-30 20:53:39 +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 Support ppcf128 in SelectionDAG::getConstantFP 2012-12-30 19:03:32 +00:00
polly Formatting: Break lines after binary operators such as '&&' 2012-12-29 23:57:18 +00:00