[PATCH] D55830: [clang] [Basic] Correct description of SanitizerSet.empty()

2018-12-19 Thread Michał Górny via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL349648: [Basic] Correct description of SanitizerSet.empty() (authored by mgorny, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D55830?vs=1786

[PATCH] D55830: [clang] [Basic] Correct description of SanitizerSet.empty()

2018-12-18 Thread Michał Górny via Phabricator via cfe-commits
mgorny created this revision. mgorny added reviewers: bkramer, samsonov, krytarowski. It seems to have gotten inverted. Repository: rC Clang https://reviews.llvm.org/D55830 Files: include/clang/Basic/Sanitizers.h Index: include/clang/Basic/Sanitizers.h ===