diff options
| author | Daniel Jasper <djasper@google.com> | 2015-11-23 15:55:50 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2015-11-23 15:55:50 +0000 |
| commit | 9bb3001d53c9a844a6ac00d467169ba2e006844e (patch) | |
| tree | 0a691b2e2ef7b39ca2a07f0c08f68741e63f49c9 /clang/test/Analysis/cstring-syntax-cxx.cpp | |
| parent | 253dad2323b4a9288d57f8d1fd63743fd979bde4 (diff) | |
| download | bcm5719-llvm-9bb3001d53c9a844a6ac00d467169ba2e006844e.tar.gz bcm5719-llvm-9bb3001d53c9a844a6ac00d467169ba2e006844e.zip | |
clang-format: Fix incorrect cast detection.
Before:
bool b = f(g<int>)&&c;
After:
bool b = f(g<int>) && c;
llvm-svn: 253872
Diffstat (limited to 'clang/test/Analysis/cstring-syntax-cxx.cpp')
0 files changed, 0 insertions, 0 deletions

