teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Jonas Devlieghere a6682a413d Simplify Boolean expressions
This patch simplifies boolean expressions acorss LLDB. It was generated
using clang-tidy with the following command:

run-clang-tidy.py -checks='-*,readability-simplify-boolean-expr' -format -fix $PWD

Differential revision: https://reviews.llvm.org/D55584

llvm-svn: 349215
2018-12-15 00:15:33 +00:00
..
CMakeLists.txt ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
lldb-python.h Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonDataObjects.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
PythonDataObjects.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00
PythonExceptionState.cpp Partially revert r335236 2018-06-21 17:36:32 +00:00
PythonExceptionState.h Partially revert r335236 2018-06-21 17:36:32 +00:00
ScriptInterpreterPython.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
ScriptInterpreterPython.h Remove header grouping comments. 2018-11-11 23:17:06 +00:00