summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/artificial.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement function attribute artificialErich Keane2018-02-141-0/+4
Added support in clang for GCC function attribute 'artificial'. This attribute is used to control stepping behavior of debugger with respect to inline functions. Patch By: Elizabeth Andrews (eandrews) Differential Revision: https://reviews.llvm.org/D43259 llvm-svn: 325081
OpenPOWER on IntegriCloud