]> granicus.if.org Git - clang/commit
[libclang] Remove comma from the blacklist of characters that prevent a comment to...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 26 Jul 2013 18:38:12 +0000 (18:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 26 Jul 2013 18:38:12 +0000 (18:38 +0000)
commitdc663264c56e587ce9210a7c3b049645e92526b9
tree14956eb2ccd733ba3608c2a169cca16313220267
parent6cf69140a4d6d32802b015611833cdab1864bc15
[libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl.

It's common to use an availability function macro at the start of a decl.
rdar://13965065

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp
test/Index/annotate-comments.cpp