aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/ModuleSummaryIndex.cpp
diff options
context:
space:
mode:
authorMartin Probst <martin@probst.io>2018-02-19 12:32:13 +0000
committerMartin Probst <martin@probst.io>2018-02-19 12:32:13 +0000
commit110ecc70020f15ab0e519fd991a945ad918150da (patch)
tree39902ebcc3604e6ddc229e04fda0300a24ccf140 /llvm/lib/IR/ModuleSummaryIndex.cpp
parentf03f579d1dc9bd09c1d72fa870b677587997ecc5 (diff)
downloadllvm-110ecc70020f15ab0e519fd991a945ad918150da.zip
llvm-110ecc70020f15ab0e519fd991a945ad918150da.tar.gz
llvm-110ecc70020f15ab0e519fd991a945ad918150da.tar.bz2
clang-format: [JS] fix `of` detection.
Summary: `of` is only a keyword when after an identifier, but not when after an actual keyword. Before: return of (a, b, c); After: return of(a, b, c); Reviewers: djasper Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D43440 llvm-svn: 325489
Diffstat (limited to 'llvm/lib/IR/ModuleSummaryIndex.cpp')
0 files changed, 0 insertions, 0 deletions