Improve patch paths.
git-svn-id: http://root.cern.ch/svn/root/trunk@49365 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
f2386d9e23
commit
05d4e8f8d9
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/Serialization/ASTReaderDecl.cpp 2013-04-11 09:34:53.573169052 +0200
|
||||
--- ./tools/clang/lib/Serialization/ASTReaderDecl.cpp 2013-04-11 09:34:53.573169052 +0200
|
||||
+++ ./tools/clang/lib/Serialization/ASTReaderDecl.cpp 2013-04-24 19:40:15.673487393 +0200
|
||||
@@ -1264,7 +1264,7 @@
|
||||
D->Friend = GetTypeSourceInfo(Record, Idx);
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/CodeGen/CodeGenModule.cpp 2013-04-11 09:34:53.217172752 +0200
|
||||
--- ./tools/clang/lib/CodeGen/CodeGenModule.cpp 2013-04-11 09:34:53.217172752 +0200
|
||||
+++ ./tools/clang/lib/CodeGen/CodeGenModule.cpp 2013-04-24 19:40:15.333490079 +0200
|
||||
@@ -477,7 +477,7 @@
|
||||
GlobalDtors.push_back(std::make_pair(Dtor, Priority));
|
||||
@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
llvm::GlobalValue::LinkageTypes
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/CodeGen/CodeGenModule.h 2013-04-11 09:34:53.233172585 +0200
|
||||
--- ./tools/clang/lib/CodeGen/CodeGenModule.h 2013-04-11 09:34:53.233172585 +0200
|
||||
+++ ./tools/clang/lib/CodeGen/CodeGenModule.h 2013-04-24 19:40:15.325490142 +0200
|
||||
@@ -1035,8 +1035,8 @@
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/include/clang/AST/Decl.h 2013-04-11 09:35:12.328974114 +0200
|
||||
--- ./tools/clang/include/clang/AST/Decl.h 2013-04-11 09:35:12.328974114 +0200
|
||||
+++ ./tools/clang/include/clang/AST/Decl.h 2013-04-24 19:40:12.605511633 +0200
|
||||
@@ -214,6 +214,9 @@
|
||||
/// \brief Determine what kind of linkage this entity has.
|
||||
@ -10,7 +10,7 @@
|
||||
/// \brief True if this decl has external linkage.
|
||||
bool hasExternalLinkage() const {
|
||||
return getLinkage() == ExternalLinkage;
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/AST/Decl.cpp 2013-04-11 09:34:54.269161818 +0200
|
||||
--- ./tools/clang/lib/AST/Decl.cpp 2013-04-11 09:34:54.269161818 +0200
|
||||
+++ ./tools/clang/lib/AST/Decl.cpp 2013-04-24 19:40:14.517496526 +0200
|
||||
@@ -856,6 +856,15 @@
|
||||
return LV;
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/Frontend/InitHeaderSearch.cpp 2013-04-11 09:34:53.657168179 +0200
|
||||
--- ./tools/clang/lib/Frontend/InitHeaderSearch.cpp 2013-04-11 09:34:53.657168179 +0200
|
||||
+++ ./tools/clang/lib/Frontend/InitHeaderSearch.cpp 2013-04-24 19:40:13.977500793 +0200
|
||||
@@ -307,7 +307,8 @@
|
||||
case llvm::Triple::RTEMS:
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/include/clang/CodeGen/ModuleBuilder.h 2013-04-11 09:35:12.484972492 +0200
|
||||
--- ./tools/clang/include/clang/CodeGen/ModuleBuilder.h 2013-04-11 09:35:12.484972492 +0200
|
||||
+++ ./tools/clang/include/clang/CodeGen/ModuleBuilder.h 2013-04-24 19:40:12.817509958 +0200
|
||||
@@ -20,12 +20,14 @@
|
||||
namespace llvm {
|
||||
@ -23,7 +23,7 @@
|
||||
};
|
||||
|
||||
/// CreateLLVMCodeGen - Create a CodeGenerator instance.
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/CodeGen/ModuleBuilder.cpp 2013-04-11 09:34:53.225172669 +0200
|
||||
--- ./tools/clang/lib/CodeGen/ModuleBuilder.cpp 2013-04-11 09:34:53.225172669 +0200
|
||||
+++ ./tools/clang/lib/CodeGen/ModuleBuilder.cpp 2013-04-24 19:40:15.341490016 +0200
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/Driver/ToolChains.cpp 2013-04-11 09:34:54.425160197 +0200
|
||||
--- ./tools/clang/lib/Driver/ToolChains.cpp 2013-04-11 09:34:54.425160197 +0200
|
||||
+++ ./tools/clang/lib/Driver/ToolChains.cpp 2013-04-24 19:40:14.813494188 +0200
|
||||
@@ -1098,6 +1098,7 @@
|
||||
"x86_64-suse-linux",
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./cmake/config-ix.cmake 2013-04-11 09:34:27.245442672 +0200
|
||||
--- ./cmake/config-ix.cmake 2013-04-11 09:34:27.245442672 +0200
|
||||
+++ ./cmake/config-ix.cmake 2013-04-24 19:40:08.149546838 +0200
|
||||
@@ -221,6 +221,8 @@
|
||||
add_llvm_definitions( -D_GNU_SOURCE )
|
||||
@ -9,7 +9,7 @@
|
||||
set(headers "")
|
||||
if (HAVE_SYS_TYPES_H)
|
||||
set(headers ${headers} "sys/types.h")
|
||||
--- /home/axel/build/llvm-orig/src/./include/llvm/Config/config.h.cmake 2013-04-11 09:34:30.121412783 +0200
|
||||
--- ./include/llvm/Config/config.h.cmake 2013-04-11 09:34:30.121412783 +0200
|
||||
+++ ./include/llvm/Config/config.h.cmake 2013-04-24 19:40:08.477544247 +0200
|
||||
@@ -519,8 +519,8 @@
|
||||
/* Have host's __divdi3 */
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/include/clang/Basic/SourceManager.h 2013-04-11 09:35:12.700970247 +0200
|
||||
--- ./tools/clang/include/clang/Basic/SourceManager.h 2013-04-11 09:35:12.700970247 +0200
|
||||
+++ ./tools/clang/include/clang/Basic/SourceManager.h 2013-04-24 19:40:12.173515046 +0200
|
||||
@@ -1456,7 +1456,7 @@
|
||||
if (Invalid) *Invalid = true;
|
||||
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
const SrcMgr::SLocEntry &getLoadedSLocEntryByID(int ID,
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/Serialization/ASTReader.cpp 2013-04-11 09:34:53.569169094 +0200
|
||||
--- ./tools/clang/lib/Serialization/ASTReader.cpp 2013-04-11 09:34:53.569169094 +0200
|
||||
+++ ./tools/clang/lib/Serialization/ASTReader.cpp 2013-04-24 19:40:15.673487393 +0200
|
||||
@@ -932,7 +932,7 @@
|
||||
// We will detect whether a file changed and return 'Failure' for it, but
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/Lex/Pragma.cpp 2013-04-11 09:34:54.365160820 +0200
|
||||
--- ./tools/clang/lib/Lex/Pragma.cpp 2013-04-11 09:34:54.365160820 +0200
|
||||
+++ ./tools/clang/lib/Lex/Pragma.cpp 2013-04-24 19:40:14.677495262 +0200
|
||||
@@ -858,9 +858,11 @@
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- /home/axel/build/llvm-orig/src/./tools/clang/lib/Sema/SemaLookup.cpp 2013-04-11 09:34:54.101163564 +0200
|
||||
--- ./tools/clang/lib/Sema/SemaLookup.cpp 2013-04-11 09:34:54.101163564 +0200
|
||||
+++ ./tools/clang/lib/Sema/SemaLookup.cpp 2013-04-24 19:40:14.317498106 +0200
|
||||
@@ -1250,8 +1250,14 @@
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user