summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/cxx17-inline-variables.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-021-0/+30
for instantiating its definition. We model the 'inline'ness as being instantiated with the static data member in order to track whether the declaration has become a definition yet. llvm-svn: 317147
OpenPOWER on IntegriCloud