summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/Inputs
AgeCommit message (Expand)Author
2025-09-24[Clang] Support includes translated to module imports in -header-include-filt...Sina Mahdavi
2025-07-29[LLVM][Cygwin] Enable conditions that are shared with MinGW (#149638)jeremyd2019
2024-07-19[clang] Fix underlying type of EmbedExpr (#99050)Mariya Podchishchaeva
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm
2023-11-08Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks
2023-05-01Reland [clang] Canonicalize system headers in dependency file when -canonical...Arthur Eubanks
2023-05-01Revert "[clang] Canonicalize system headers in dependency file when -canonica...Arthur Eubanks
2023-05-01[clang] Canonicalize system headers in dependency file when -canonical-prefixesArthur Eubanks
2023-03-16[clang][Lexer] Fix crash/assert clang::HeaderSearch::search_dir_nthDmitry Polukhin
2022-12-08Add distinguished content to the empty test headers.Haojian Wu
2022-12-07Add support for a backdoor driver option that enables emitting headerAkira Hatanaka
2022-04-22Revert "Revert "Revert "[clang][pp] adds '#pragma include_instead'"""Christopher Di Bella
2021-10-12[clang][lex] Remark on search path usageJan Svoboda
2021-07-29Revert "Revert "[clang][pp] adds '#pragma include_instead'""Christopher Di Bella
2021-07-27Revert "[clang][pp] adds '#pragma include_instead'"Hans Wennborg
2021-07-26[clang][pp] adds '#pragma include_instead'Christopher Di Bella
2021-06-23Add support for #pragma system_header with -fms-extensionsHans Wennborg
2021-04-26[llvm-rc] Add a GNU windres-like frontend to llvm-rcMartin Storsjö
2021-04-21[llvm-rc] Run clang to preprocess input filesMartin Storsjö
2020-05-13[Clang] Restore replace_path_prefix instead of startswithSylvain Audi
2019-09-11Fix -Wnonportable-include-path suppression for header maps with absolute paths.Volodymyr Sapsai
2019-08-09Don't diagnose errors when a file matches an include componentReid Kleckner
2019-05-27[Preprocessor] Fix crash emitting note with framework location for "file not ...Volodymyr Sapsai
2019-05-16Reland "[Clang][PP] Add the __FILE_NAME__ builtin macro"Kristina Brooks
2019-05-16Revert r360833 until I can work out the issue with Win32 botsKristina Brooks
2019-05-16[Clang][PP] Add the __FILE_NAME__ builtin macro.Kristina Brooks
2019-03-21Improve the diagnostic for #include_next occurring in a file not foundRichard Smith
2018-07-25[Preprocessor] Stop entering included files after hitting a fatal error.Volodymyr Sapsai
2018-06-21Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes
2018-06-21Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes
2018-06-20Add python tool to dump and construct header mapsBruno Cardoso Lopes
2017-04-27Preprocessor: Suppress -Wnonportable-include-path for header mapsDuncan P. N. Exon Smith
2015-07-28Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.Nico Weber
2015-07-28Fix what looks like accidentally repeated file contents. No behavior change.Nico Weber
2014-03-30Force a header file input to the headermap test to have differentChandler Carruth
2014-03-29[HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf...Argyrios Kyrtzidis
2014-02-18Add missing test file for r201615Reid Kleckner
2014-02-18Fix false positives in -Wmsvc-include by continuing header searchReid Kleckner
2014-02-15Move test inputs into the Inputs directory (improvement/fix to r201419)David Blaikie
2014-01-30Revert "Fix assertion failures on annot_* tokens in clang -E"Ben Langmuir
2014-01-30Fix assertion failures on annot_* tokens in clang -EBen Langmuir
2013-12-27Move MS header search test inputs to Inputs/Reid Kleckner
2012-04-05[Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar