aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/libclang/LibclangTest.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-06-30 13:44:47 +0000
committerDaniel Jasper <djasper@google.com>2014-06-30 13:44:47 +0000
commit91beebd04ae90a5f637e080ddf7a340c9c7eb000 (patch)
tree325342482a6f61ca26b2203e021f871a23d6b08c /clang/unittests/libclang/LibclangTest.cpp
parentae82987cf8f64baafeff49e0446252d0f5db0268 (diff)
downloadllvm-91beebd04ae90a5f637e080ddf7a340c9c7eb000.zip
llvm-91beebd04ae90a5f637e080ddf7a340c9c7eb000.tar.gz
llvm-91beebd04ae90a5f637e080ddf7a340c9c7eb000.tar.bz2
clang-format: Improve expression heuristics.
Upon encountering a binary operator inside parentheses, assume that the parentheses contain an expression. Before: MACRO('0' <= c&& c <= '9'); After: MACRO('0' <= c && c <= '9'); llvm-svn: 212040
Diffstat (limited to 'clang/unittests/libclang/LibclangTest.cpp')
0 files changed, 0 insertions, 0 deletions