summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MacroPPCallbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] Fix included headers.Richard Trieu2018-11-281-1/+2
* [clang] Move two utility functions into SourceManagerRoman Lebedev2018-10-301-12/+2
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-1/+2
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-2/+1
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-091-1/+2
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-2/+2
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-2/+2
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-2/+2
* Fix API breaksDavid Blaikie2017-04-261-1/+2
* Update C style comments to C++ style.Eric Christopher2017-02-101-13/+11
* Fix the -Werror build by removing an unused default in a fully covered switchDavid Blaikie2017-02-101-2/+0
* [DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud2017-02-091-0/+211