diff options
author | Martin Probst <martin@probst.io> | 2018-02-19 12:32:13 +0000 |
---|---|---|
committer | Martin Probst <martin@probst.io> | 2018-02-19 12:32:13 +0000 |
commit | 110ecc70020f15ab0e519fd991a945ad918150da (patch) | |
tree | 39902ebcc3604e6ddc229e04fda0300a24ccf140 /llvm/lib/IR/ModuleSummaryIndex.cpp | |
parent | f03f579d1dc9bd09c1d72fa870b677587997ecc5 (diff) | |
download | llvm-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