summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/MacroPPCallbacks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix API breaksDavid Blaikie2017-04-261-1/+2
| | | | llvm-svn: 301470
* Update C style comments to C++ style.Eric Christopher2017-02-101-13/+11
| | | | llvm-svn: 294680
* Fix the -Werror build by removing an unused default in a fully covered switchDavid Blaikie2017-02-101-2/+0
| | | | llvm-svn: 294676
* [DebugInfo] Added support to Clang FE for generating debug info for ↵Amjad Aboud2017-02-091-0/+211
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