diff options
author | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-20 09:16:14 +0000 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-20 09:16:14 +0000 |
commit | 6d8bd7f56ab93d894b1db97414a278bb3b9adc30 (patch) | |
tree | 2987a041250854caa0652d02a66ec7baaf42ac2e /clang/lib/Serialization/ModuleManager.cpp | |
parent | 02465baea2382d453e45bc1f6e69710accf3cc26 (diff) | |
download | llvm-6d8bd7f56ab93d894b1db97414a278bb3b9adc30.zip llvm-6d8bd7f56ab93d894b1db97414a278bb3b9adc30.tar.gz llvm-6d8bd7f56ab93d894b1db97414a278bb3b9adc30.tar.bz2 |
[clangd] NFC: Cleanup Dex Iterator comments and simplify tests
Proposed changes:
* Cleanup comments in `clangd/index/dex/Iterator.h`: Vim's `gq`
formatting added redundant spaces instead of newlines in few
places
* Few comments in `OrIterator` are wrong
* Use `EXPECT_TRUE(Condition)` instead of
`EXPECT_THAT(Condition, true)` (same with `EXPECT_FALSE`)
* Don't expose `dump()` method to the public by misplacing
`private:`
This patch does not affect functionality.
Reviewed by: ioeric
Differential Revision: https://reviews.llvm.org/D50956
llvm-svn: 340157
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions