aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/MacroPPCallbacks.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-04-26Fix API breaksDavid Blaikie1-1/+2
llvm-svn: 301470
2017-02-10Update C style comments to C++ style.Eric Christopher1-13/+11
llvm-svn: 294680
2017-02-10Fix the -Werror build by removing an unused default in a fully covered switchDavid Blaikie1-2/+0
llvm-svn: 294676
2017-02-09[DebugInfo] Added support to Clang FE for generating debug info for ↵Amjad Aboud1-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