summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/plist-macros-with-expansion-ctu.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix failing test plist-macros-with-expansion-ctu.cBalazs Keri2019-07-251-2/+1
| | | | llvm-svn: 367013
* [CrossTU] Fix plist macro expansion if macro in other file.Balazs Keri2019-07-251-0/+80
Summary: When cross TU analysis is used it is possible that a macro expansion is generated for a macro that is defined (and used) in other than the main translation unit. To get the expansion for it the source location in the original source file and original preprocessor is needed. Reviewers: martong, xazax.hun, Szelethus, ilya-biryukov Reviewed By: Szelethus Subscribers: mgorny, NoQ, ilya-biryukov, rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64638 llvm-svn: 367006
OpenPOWER on IntegriCloud