summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/include/debug-info-macro.h
Commit message (Collapse)AuthorAgeFilesLines
* Move test include file from include/ to Inputs/Richard Trieu2017-02-111-12/+0
| | | | | | | The Inputs/ directory is the recommended location for extra files for test cases. No functional change. llvm-svn: 294815
* [DebugInfo] Added support to Clang FE for generating debug info for ↵Amjad Aboud2017-02-091-0/+12
preprocessor macros. Added "-fdebug-macro" flag (and "-fno-debug-macro" flag) to enable (and to disable) emitting macro debug info. Added CC1 "-debug-info-macro" flag that enables emitting macro debug info. Differential Revision: https://reviews.llvm.org/D16135 llvm-svn: 294637
OpenPOWER on IntegriCloud