summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/PPCallbacks.h
Commit message (Expand)AuthorAgeFilesLines
* Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner2019-03-141-0/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai2018-09-181-0/+13
* Remove trailing spaceFangrui Song2018-07-301-9/+9
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-4/+10
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-10/+4
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-091-4/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-45/+45
* Handle PragmaDebug in PPChainedCallbacksAlex Lorenz2017-10-251-0/+5
* [Preprocessor] Preserve #pragma clang assume_nonnull in preprocessed outputEli Friedman2017-09-271-0/+18
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-111-4/+7
* Recommit r308327 3rd time: Add a warning for missingAlex Lorenz2017-07-281-0/+6
* Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"Hans Wennborg2017-07-261-6/+0
* Recommit r308327 2nd time: Add a warning for missingAlex Lorenz2017-07-261-0/+6
* Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg2017-07-191-6/+0
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-191-0/+6
* clang/Lex/PPCallbacks.h: Fix a warning in r301472. [-Wdocumentation]NAKAMURA Takumi2017-04-271-1/+1
* Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar2017-04-261-5/+11
* Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar2017-04-261-11/+5
* PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch2017-04-261-5/+11
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+1
* fix typos; NFCSanjay Patel2015-09-241-3/+3
* Replace a few std::string& with StringRef. NFC.Rafael Espindola2015-06-011-9/+8
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-121-7/+8
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-14/+15
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-7/+4
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-3/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-60/+51
* Revert the removal of PPCallbacks::PragmaComment() in r201821Reid Kleckner2014-02-201-0/+25
* Expand macros in pragmas with -fms-extensions and -EReid Kleckner2014-02-201-25/+0
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-071-4/+8
* Callback support for OpenCL extension pragmas.Pekka Jaaskelainen2013-10-121-0/+14
* Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner2013-09-131-0/+29
* Added preproc callback for pragma directives.Enea Zaffanella2013-07-201-0/+6
* Add SourceRange to PPCallbacks::Defined callback.John Thompson2013-07-191-4/+6
* Add condition expression result to if and elif callbacks.John Thompson2013-07-181-9/+13
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+14
* [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis2013-05-031-4/+5
* Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs2013-04-171-4/+20
* Parser support for #pragma clang __debug capturedTareq A. Siraj2013-04-161-0/+6
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-241-29/+32
* [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis2012-12-081-12/+19
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+2
* For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis2012-09-291-7/+35
* Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis2012-09-271-6/+9
* Documentation cleanup:James Dennett2012-06-221-4/+4
* Documentation cleanup:James Dennett2012-06-221-57/+56
* More doxygen/documentation cleanups.James Dennett2012-06-131-7/+7
* Add some doxygen comments.Argyrios Kyrtzidis2012-03-061-4/+11
* [preprocessor] Enhance the preprocessor callbacks:Argyrios Kyrtzidis2012-03-051-24/+26