Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/LLVM]: src/external/bsd/llvm/dist/clang Mark old LLVM instance as dead.



details:   https://anonhg.NetBSD.org/src/rev/6aa649a7d8d2
branches:  LLVM
changeset: 461039:6aa649a7d8d2
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Nov 13 22:34:11 2019 +0000

description:
Mark old LLVM instance as dead.

diffstat:

 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h            |  15 ----------
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h.result     |  13 --------
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in        |   6 ----
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in.result |   5 ---
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in        |   6 ----
 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in.result |   5 ---
 external/bsd/llvm/dist/clang/www/demo/what is this directory.txt            |  15 ----------
 7 files changed, 0 insertions(+), 65 deletions(-)

diffs (94 lines):

diff -r 8dcb87c5a83d -r 6aa649a7d8d2 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h  Wed Nov 13 22:19:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@protocol NSObject
-- (oneway void)release;
-@end
-
-#ifdef PART1
-static inline void part1(id p) {
-  [p release];
-}
-#endif
-
-#ifdef PART2
-static inline void part2(id p) {
-  [p release];
-}
-#endif
diff -r 8dcb87c5a83d -r 6aa649a7d8d2 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h.result
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test.h.result   Wed Nov 13 22:19:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@protocol NSObject
-- (oneway void)release;
-@end
-
-#ifdef PART1
-static inline void part1(id p) {
-}
-#endif
-
-#ifdef PART2
-static inline void part2(id p) {
-}
-#endif
diff -r 8dcb87c5a83d -r 6aa649a7d8d2 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in      Wed Nov 13 22:19:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#define PART1
-#include "test.h"
-
-void test1(id p) {
-  [p release];
-}
diff -r 8dcb87c5a83d -r 6aa649a7d8d2 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in.result
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test1.m.in.result       Wed Nov 13 22:19:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#define PART1
-#include "test.h"
-
-void test1(id p) {
-}
diff -r 8dcb87c5a83d -r 6aa649a7d8d2 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in      Wed Nov 13 22:19:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#define PART2
-#include "test.h"
-
-void test2(id p) {
-  [p release];
-}
diff -r 8dcb87c5a83d -r 6aa649a7d8d2 external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in.result
--- a/external/bsd/llvm/dist/clang/test/ARCMT/Inputs/with space/test2.m.in.result       Wed Nov 13 22:19:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#define PART2
-#include "test.h"
-
-void test2(id p) {
-}
diff -r 8dcb87c5a83d -r 6aa649a7d8d2 external/bsd/llvm/dist/clang/www/demo/what is this directory.txt
--- a/external/bsd/llvm/dist/clang/www/demo/what is this directory.txt  Wed Nov 13 22:19:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-This is for the LLVM+Clang browser based demo.
-It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed Clang instead.
-
-Perhaps it could also be used for getting crash information and details on errors....  I'm not sure if this would require some major changes or not to report this info.  Maybe also adding ways that 
people can use it to test for errors and a way to report such errors would also be good.
-
-Status:
-Anyways, right now, these file a basically just a copy of the LLVM+GCC demo (no changes have been made).  The files don't even work right in this location on the server.  As such, someone will need 
to edit the file or rewrite it.
-
-If nobody in the LLVM community has the skills, one suggestion would be to post a request on a friendly Perl forum and see if anybody might be interested in taking on the challenge.
-
-Alternatively, you could try a PHP, Python, Ruby, or Lisp mailing list and see if there are any takers who would be interested (and willing to do a rewrite to their language of choice).
-
---
-BTW, once this feature was working, my intention was to link to it from the index.html page in the section entitled:
-Try Clang
\ No newline at end of file



Home | Main Index | Thread Index | Old Index