summaryrefslogtreecommitdiff
path: root/include/clang/Lex/MacroArgs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cache for macro arg stringizationReid Kleckner2019-07-301-10/+0
* [c++20] Implement tweaked __VA_OPT__ rules from P1042R1:Richard Smith2019-05-041-6/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* [c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)Faisal Vali2017-10-151-0/+14
* [NFC] Remove superfluous parameter Faisal Vali2017-09-301-1/+1
* [NFC] Modernize MacroArgs using TrailingObjectsFaisal Vali2017-09-281-1/+5
* [Preprocessor]Correct Macro-Arg allocation of StringifiedArguments, Erich Keane2017-06-141-7/+9
* Make headers self-contained.Benjamin Kramer2016-02-021-1/+1
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-1/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+3
* [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis2013-05-031-0/+125