Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test include file from include/ to Inputs/ | Richard Trieu | 2017-02-11 | 1 | -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 Aboud | 2017-02-09 | 1 | -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 |