]> granicus.if.org Git - clang/commit
Fix handling of macro definitions.
authorManuel Klimek <klimek@google.com>
Wed, 23 Jan 2013 14:37:36 +0000 (14:37 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 23 Jan 2013 14:37:36 +0000 (14:37 +0000)
commit7ccbc2156bfe473f080b585130d70e51c4b62bb0
tree660cb88969861cf7bb5728a6e1f7545b143d134f
parenta32a7fda316289dca6aac1352fde3caf14a1cb2f
Fix handling of macro definitions.

Now correctly formats:
 #define A (1)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173264 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/UnwrappedLineParser.cpp
unittests/Format/FormatTest.cpp