| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 243999
|
|
|
|
| |
llvm-svn: 240393
|
|
|
|
|
|
| |
A few more files that were fixed while preparing r240270.
llvm-svn: 240271
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patch is generated using clang-tidy misc-use-override check.
This command was used:
tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \
-checks='-*,misc-use-override' -header-filter='llvm|clang' \
-j=32 -fix -format
http://reviews.llvm.org/D8925
llvm-svn: 234679
|
|
|
|
| |
llvm-svn: 231894
|
|
|
|
|
|
| |
found in LLVM.
llvm-svn: 231893
|
|
|
|
|
|
| |
unnecessarily makes the copy ctor deprecated in C++11
llvm-svn: 231095
|
|
|
|
| |
llvm-svn: 203880
|
|
|
|
|
|
| |
http://msdn.microsoft.com/en-us/library/ms235417.aspx
llvm-svn: 203879
|
|
|
|
|
|
| |
Patch by Viktor Kutuzov!
llvm-svn: 201683
|
|
|
|
|
|
|
|
| |
Modern compilers (Clang 3.4, GCC 4.8) warn on variadic macros being
introduced in C99, which produces a huge number of useless diagnostics
since this macro is unused in the whole project.
llvm-svn: 200479
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch removes most of the trivial cases of weak vtables by pinning them to
a single object file. The memory leaks in this version have been fixed. Thanks
Alexey for pointing them out.
Differential Revision: http://llvm-reviews.chandlerc.com/D2068
Reviewed by Andy
llvm-svn: 195064
|
|
|
|
| |
llvm-svn: 194998
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change is incorrect. If you delete virtual destructor of both a base class
and a subclass, then the following code:
Base *foo = new Child();
delete foo;
will not cause the destructor for members of Child class. As a result, I observe
plently of memory leaks. Notable examples I investigated are:
ObjectBuffer and ObjectBufferStream, AttributeImpl and StringSAttributeImpl.
llvm-svn: 194997
|
|
|
|
|
|
| |
r194865.
llvm-svn: 194918
|
|
|
|
| |
llvm-svn: 194874
|
|
|
|
|
|
|
|
|
|
|
| |
This patch removes most of the trivial cases of weak vtables by pinning them to
a single object file.
Differential Revision: http://llvm-reviews.chandlerc.com/D2068
Reviewed by Andy
llvm-svn: 194865
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
externally to simplify our integration of GoogleTest into LLVM. Also,
build the single source file gtest-all.cc instead of the individual
source files as we don't expect these to change and thus gain nothing
from increased incrementality in compiles.
This makes our standard build of googletest exactly like upstream's
recommended build and the sanitizer's build. It also simplifies the
steps of importing a new version should we ever want one.
llvm-svn: 194801
|
|
|
|
| |
llvm-svn: 176031
|
|
|
|
|
|
|
| |
- Use SOURCES instead of Source. See Makefile.rules and MakefileGuide.html.
- Don't assume the current directory. $(wildcard *.cc) doesn't match anything on corresponding build directory.
llvm-svn: 169568
|
|
|
|
| |
llvm-svn: 169564
|
|
|
|
|
|
|
|
|
|
|
| |
1) don't delete gtest-all.cc (which is used to gather all gtest source
files in a single file)
2) make including LLVMSupport headers optional (on by default).
Sanitizer tools may want to use their own versions of googletest
compiled with specific flags, instead of the common googletest
library used for all other LLVM/Clang unittests.
llvm-svn: 169559
|
|
|
|
| |
llvm-svn: 168729
|
|
|
|
|
|
| |
See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767
llvm-svn: 164768
|
|
|
|
| |
llvm-svn: 164767
|
|
|
|
| |
llvm-svn: 163501
|
|
|
|
| |
llvm-svn: 163131
|
|
|
|
| |
llvm-svn: 160621
|
|
|
|
| |
llvm-svn: 158101
|
|
|
|
|
|
|
|
| |
Unfortunately I don't think there's a fix for this that will work upstream and
also satisfy Clang's -Wunreachable-code, which is a pity. But I'll give it some
more thought -perhaps there's some way out.
llvm-svn: 148645
|
|
|
|
|
|
| |
This will ensure LLVM and Clang build -Wswitch-enum-redundant-default (an on-by-default warning I'm about to add to Clang).
llvm-svn: 148639
|
|
|
|
|
|
|
| |
library names in line with those used by CMake.
- Patch by Johannes Obermayr, with tweaks by me.
llvm-svn: 146706
|
|
|
|
| |
llvm-svn: 136212
|
|
|
|
|
|
| |
Luis Felipe Strano Moraes!
llvm-svn: 129558
|
|
|
|
|
|
| |
Patch by Erik Olofsson!
llvm-svn: 126796
|
|
|
|
| |
llvm-svn: 115945
|
|
|
|
| |
llvm-svn: 114725
|
|
|
|
| |
llvm-svn: 113075
|
|
|
|
| |
llvm-svn: 111102
|
|
|
|
| |
llvm-svn: 111082
|
|
|
|
| |
llvm-svn: 108169
|
|
|
|
|
|
| |
Haiku like Linux provides <regex.h>, so use it. Patch by Paul Davey!
llvm-svn: 106620
|
|
|
|
| |
llvm-svn: 105396
|
|
|
|
| |
llvm-svn: 105390
|
|
|
|
|
|
| |
implementation. Force the internal one to unbreak clang selfhost on linux.
llvm-svn: 105386
|
|
|
|
| |
llvm-svn: 105355
|
|
|
|
| |
llvm-svn: 105354
|
|
|
|
| |
llvm-svn: 105353
|
|
|
|
|
|
|
| |
OSX users: make sure that CrashReporter is disabled when running unit tests.
Death tests are enabled now so you'll get a ton of message boxes.
llvm-svn: 105352
|
|
|
|
| |
llvm-svn: 101690
|