Go to file
Rui Ueyama 5fa471e252 Fix a wrong comment.
Previously FileArchive ctor comment said that only its subclasses
can be instantiated, but the ctor is actually public and is
instantiated by ArchiveReader.

Remove the wrong comment and reorder the member functions so that
public members appear before private ones.

llvm-svn: 210175
2014-06-04 09:09:06 +00:00
clang [OPENMP] Small comment and reformatting fixes. 2014-06-04 07:53:32 +00:00
clang-tools-extra clang-tidy: Make use-override tests stricter. 2014-06-04 08:47:25 +00:00
compiler-rt Disable unstable test on ARM 2014-06-04 00:06:41 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r209103 2014-06-03 15:43:57 +00:00
libcxx Add a note about debug mode being non-functional 2014-06-04 04:49:49 +00:00
libcxxabi Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lld Fix a wrong comment. 2014-06-04 09:09:06 +00:00
lldb Fix a couple minor typos in $qMemoryRegionInfo packet docs. 2014-06-04 05:07:40 +00:00
llvm Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped and read when ShouldUpdateCC || IsSwapped, and ShouldUpdateCC is independent. Fixes PR19932, but no test since I wasn't able to get any symptoms to appear, not even with valgrind and the testcase from the PR. It's clear what happened from inspection of the code. 2014-06-04 07:45:54 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Use range-based for loops 2014-06-04 08:06:40 +00:00