diff options
author | Matthias Gehre <M.Gehre@gmx.de> | 2016-04-12 05:45:13 +0000 |
---|---|---|
committer | Matthias Gehre <M.Gehre@gmx.de> | 2016-04-12 05:45:13 +0000 |
commit | 018c1d424392f5da8dd982f3f410152fa0460eb1 (patch) | |
tree | 66441e23a6b0ff115378afa1ab319e55b638618d /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | c27d8d8fd801e141d4c3ead53627f0579384bdb8 (diff) | |
download | bcm5719-llvm-018c1d424392f5da8dd982f3f410152fa0460eb1.tar.gz bcm5719-llvm-018c1d424392f5da8dd982f3f410152fa0460eb1.zip |
[clang-tidy] fix readability-avoid-const-params-in-decls creating invalid code in fix-its
Summary:
The Fix-Its for the added test cases were before:
-void F11(const unsigned int /*version*/);
+void F11(unsigned int int /*version*/);
-void F12(const bool b = true);
+void F12(_Bool true);
Reviewers: fowles, hokein, sbenza, alexfh
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D18993
llvm-svn: 266044
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions