"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "cc7f1f8c2e1ef6e76ff18d7e18429fca73392550"
Adjust Attr representation so that changes to documentation don't affect
how we parse source code. Instead of implicitly opting all undocumented attributes out of '#pragma clang attribute' support, explicitly opt them all out and remove the documentation check from TableGen. (No new attributes should be added without documentation, so this has little chance of backsliding. We already support the pragma on one undocumented attribute, so we don't even want to enforce our old "rule".) No functionality change intended. llvm-svn: 341009
Loading
Please register or sign in to comment