Changeset 186923 in webkit for trunk/Source/JavaScriptCore/llvm
- Timestamp:
- Jul 16, 2015, 8:33:19 PM (10 years ago)
- Location:
- trunk/Source/JavaScriptCore/llvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llvm/LLVMHeaders.h
r171391 r186923 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 41 41 #pragma clang diagnostic ignored "-Wmissing-noreturn" 42 42 #pragma clang diagnostic ignored "-Wunused-parameter" 43 #pragma clang diagnostic ignored "-Wnon-virtual-dtor" 43 44 #endif // COMPILER(CLANG) 44 45 -
trunk/Source/JavaScriptCore/llvm/library/LLVMExports.cpp
r182483 r186923 1 1 /* 2 * Copyright (C) 2013 , 2014Apple Inc. All rights reserved.2 * Copyright (C) 2013-2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 43 43 #pragma clang diagnostic ignored "-Wmissing-noreturn" 44 44 #pragma clang diagnostic ignored "-Wunused-parameter" 45 #pragma clang diagnostic ignored "-Wnon-virtual-dtor" 45 46 #endif // COMPILER(CLANG) 46 47
Note:
See TracChangeset
for help on using the changeset viewer.