aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-01-29 18:20:42 +0000
committerMatthias Braun <matze@braunis.de>2017-01-29 18:20:42 +0000
commita4976c61666d7ea6679718d6e93f99a9e86b6a64 (patch)
tree7d255445f192ea02abee08d18b779fe3da75909e /clang/lib/Lex/ModuleMap.cpp
parent87996f906a9c89f86b6d001f58e30d25a00a0f37 (diff)
downloadllvm-a4976c61666d7ea6679718d6e93f99a9e86b6a64.zip
llvm-a4976c61666d7ea6679718d6e93f99a9e86b6a64.tar.gz
llvm-a4976c61666d7ea6679718d6e93f99a9e86b6a64.tar.bz2
MachineInstr: Remove parameter from dump()
The primary use of the dump() functions in LLVM is for use in a debugger. Unfortunately lldb does not seem to handle default arguments so using `p SomeMI.dump()` fails and you have to type the longer `p SomeMI.dump(nullptr)`. Remove the paramter to make the most common use easy. (You can always construct something like `p SomeMI.print(dbgs(),MyTII)` if you need more features). Differential Revision: https://reviews.llvm.org/D29241 llvm-svn: 293440
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions