Go to file
Chandler Carruth f8b7266d57 [C++11] Switch the clang-format LLVM style to use C++11 style braced
init list formatting. This suggestion has now gone into the LLVM coding
standards, and is particularly relevant now that we're using C++11.

Updated a really ridiculous number of tests to reflect this change.

llvm-svn: 202637
2014-03-02 12:37:31 +00:00
clang [C++11] Switch the clang-format LLVM style to use C++11 style braced 2014-03-02 12:37:31 +00:00
clang-tools-extra Revert a LLVM_OVERRIDE to 'override' change in documentation. My search and replace was a little overzealous. 2014-03-02 10:24:34 +00:00
compiler-rt Move __clzti2 into 128bit fragment. 2014-03-01 15:57:30 +00:00
debuginfo-tests Relax testcase: Newer versions of LLDB don't necessarily print the "{". 2014-02-27 17:51:50 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #2339, and mark that as complete. No actual changes to the libc++ code; all of these were already in place. 2014-02-27 16:13:36 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [C++11] Replace LLVM_OVERRIDE with just "override" now that we're all 2014-03-02 09:39:44 +00:00
lldb Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread. 2014-03-01 00:17:06 +00:00
llvm [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. 2014-03-02 12:27:27 +00:00
openmp Make affinity support conditional on KMP_AFFINITY_SUPPORTED 2014-03-02 04:12:06 +00:00
polly C++11: Use foreach in ScopDetection 2014-03-02 12:02:46 +00:00