aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
authorHubert Tong <hubert.reinterpretcast@gmail.com>2016-07-20 00:30:15 +0000
committerHubert Tong <hubert.reinterpretcast@gmail.com>2016-07-20 00:30:15 +0000
commit24ee98e4a5f5fef3cde4d1b6f4c4e53848ec881c (patch)
tree3664cf8fd2104fdd5dd212069db23adf9bdb8fa6 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
parent5b9722d6c765f213f85b0981c55412d12cd646b3 (diff)
downloadllvm-24ee98e4a5f5fef3cde4d1b6f4c4e53848ec881c.zip
llvm-24ee98e4a5f5fef3cde4d1b6f4c4e53848ec881c.tar.gz
llvm-24ee98e4a5f5fef3cde4d1b6f4c4e53848ec881c.tar.bz2
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Summary: Space for storing the //constraint-expression// of the //requires-clause// associated with a `TemplateParameterList` is arranged by taking a bit out of the `NumParams` field for the purpose of determining whether there is a //requires-clause// or not, and by adding to the trailing objects tied to the `TemplateParameterList`. An accessor is provided. An appropriate argument is supplied to `TemplateParameterList::Create` at the various call sites. Serialization changes will addressed as the Concepts implementation becomes more solid. Drive-by fix: This change also replaces the custom `FixedSizeTemplateParameterListStorage` implementation with one that follows the interface provided by `llvm::TrailingObjects`. Reviewers: aaron.ballman, faisalv, rsmith Subscribers: cfe-commits, nwilson Differential Revision: https://reviews.llvm.org/D19322 llvm-svn: 276069
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions