llvm-project/lldb/source/Plugins/SymbolFile/PDB
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 Resubmit "Add SymbolFileNativePDB plugin." 2018-10-12 19:47:13 +00:00
PDBASTParser.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
PDBASTParser.h [PDB] Support PDB-backed expressions evaluation (+ fix stuck test) 2018-12-03 13:31:13 +00:00
PDBLocationToDWARFExpression.cpp Update LLDB for LLVM CodeView API change in r339907 2018-08-16 17:51:58 +00:00
PDBLocationToDWARFExpression.h Convert a location information from PDB to a DWARF expression 2018-07-13 10:29:27 +00:00
SymbolFilePDB.cpp NFC: fix compiler warning about code never being executed when compiling on non windows platform. 2018-12-12 18:14:27 +00:00
SymbolFilePDB.h [Symbol] Search symbols with name and type in a symbol file 2018-11-30 06:56:37 +00:00