|
Fix bitrot in Chrome clang tool infrastructure.
- LLVM now uses C++11, so need to use LLVM_OVERRIDE anymore.
- Small changes in Clang interfaces for flags and FrontendFactory
instantiation.
- clang-format-diff.py works slightly differently now, so update the
run_tool.py wrapper to invoke it correctly.
- Delete tools that are no longer needed.
BUG=
R=thakis@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287841
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+32 lines, -482 lines) |
Patch |
 |
M |
tools/clang/empty_string/EmptyStringConverter.cpp
|
View
|
|
8 chunks |
+18 lines, -13 lines |
2 comments
|
Download
|
 |
M |
tools/clang/empty_string/Makefile
|
View
|
|
1 chunk |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/clang/empty_string/tests/test-expected.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_array/Makefile
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_array/RewriteScopedArray.cpp
|
View
|
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_array/tests/test-expected.cc
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_array/tests/test-original.cc
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_ptr_ctor_null/Makefile
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_ptr_ctor_null/RewriteScopedPtrCtorNull.cpp
|
View
|
|
1 chunk |
+0 lines, -198 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-expected.cc
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
D |
tools/clang/rewrite_scoped_ptr_ctor_null/tests/test-original.cc
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
tools/clang/scripts/run_tool.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|