summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/PPCallbacks.h
Commit message (Expand)AuthorAgeFilesLines
* Merging r308455: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
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-4/+4
* Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer2012-02-041-4/+4
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Allow preprocessor callbacks to recover from a "file not found" error,Douglas Gregor2011-11-201-0/+23
* Add a preprocessor callback that is invoked every time the 'defined'Douglas Gregor2011-10-141-0/+9
* For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis2011-10-111-4/+8
* Introduce a callback to PPCallbacks for lines skipped by the preprocessor.Argyrios Kyrtzidis2011-09-271-0/+11
* For the MacroExpands preprocessor callback, also pass the SourceRangeArgyrios Kyrtzidis2011-08-181-4/+6
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-16/+16
* Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!Douglas Gregor2011-06-221-0/+37
* To be able to replay compilations we need to accurately remodel howManuel Klimek2011-04-261-7/+17
* Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth2011-03-161-6/+12
* Teach PPChainedCallbacks to forward the InclusionDirective() callback.Douglas Gregor2011-02-161-0/+12
* Several PPCallbacks take an SourceLocation + IdentifierInfo, ratherCraig Silverstein2010-11-191-22/+20