Add the ability to declare helper variables when reading
authorJohn McCall <rjmccall@apple.com>
Mon, 16 Dec 2019 07:56:32 +0000 (02:56 -0500)
committerJohn McCall <rjmccall@apple.com>
Mon, 16 Dec 2019 18:34:00 +0000 (13:34 -0500)
commit256ec9964462ea260871f8233ab3923dbdf65497
tree6cdb0bc5dc558aa59d687308bfdfa2e233263ecf
parent867570a2384e3445c5658f0f84cfe2acca13becc
Add the ability to declare helper variables when reading
properties from a value.

This is useful when the properties of a case are actually
read out of a specific structure, as with TemplateName.
clang/include/clang/AST/PropertiesBase.td
clang/utils/TableGen/ASTTableGen.h
clang/utils/TableGen/ClangASTPropertiesEmitter.cpp