]> granicus.if.org Git - clang/commit
[ATTR] Automatic line feed after pragma-like attribute.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 12 Oct 2015 06:59:48 +0000 (06:59 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 12 Oct 2015 06:59:48 +0000 (06:59 +0000)
commit52bc812d7e056333f2a456b8fe8a0dba93e09bfd
tree0b31558cd22de5dbd94740b3195e215ff32e7d37
parent72c2907b9a6db3b8333b27eb021144d46b56b892
[ATTR] Automatic line feed after pragma-like attribute.
Automatically insert line feed after pretty printing of all pragma-like attributes + fix printing of pragma-like pragmas on declarations.
Differential Revision: http://reviews.llvm.org/D13546

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250017 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/AST/DeclPrinter.cpp
test/Misc/ast-print-pragmas.cpp
utils/TableGen/ClangAttrEmitter.cpp