summaryrefslogtreecommitdiff
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-6/+6
* Fix buildbot failure from r373217 (don't match metadata id exactly)Teresa Johnson2019-09-301-1/+1
* [Clang] Use -main-file-name for source filename if not setTeresa Johnson2019-09-301-0/+7
* [test] Use %clang_cc1 instead of %clang -cc1Fangrui Song2019-09-272-3/+3
* fix build, adjust test also for Windows path separatorLubos Lunak2019-09-182-2/+2
* actually also compile output in tests for -frewrite-includesLubos Lunak2019-09-1811-61/+74
* make -frewrite-includes also rewrite conditions in #if/#elifLubos Lunak2019-09-182-8/+152
* do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)Lubos Lunak2019-09-161-1/+4
* Reland r371785: Add -Wpoison-system-directories warningManoj Gupta2019-09-136-0/+29
* Revert r371785.Manoj Gupta2019-09-136-27/+0
* Add -Wpoison-system-directories warningManoj Gupta2019-09-126-0/+27
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-8/+6
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-6/+8
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-8/+6
* Reland "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-1/+1
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-252-2/+3
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-1/+1
* [clang][NewPM] Fixing remaining -O0 tests that are broken under new PMLeonard Chan2019-06-195-7/+132
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-031-0/+14
* Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Wind...Igor Kudrin2019-05-242-1/+10
* lld-link, clang: Treat non-existent input files as possible spellos for optio...Nico Weber2019-05-231-1/+1
* [clang][Darwin] Refactor header search path logic into the driverLouis Dionne2019-05-211-6/+0
* Add target triple to test.Leonard Chan2019-05-101-1/+1
* Fix and test for assertion error in P41835.Leonard Chan2019-05-101-0/+6
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+15
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-15/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+15
* [verify] Add support for location markers in directives.Richard Smith2019-04-132-0/+23
* [Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan2019-03-063-194/+367
* [X86] AMD znver2 enablementGanesh Gopalasubramanian2019-02-261-0/+1
* [Fixed Point Arithmetic] Fixed Point ComparisonsLeonard Chan2019-02-211-0/+378
* Hot fix two test regressions (%T vs %t)David Zarzycki2019-02-032-2/+2
* Replace uses of %T with %t in from previous frontend test differentialNico Weber2019-02-022-2/+2
* Provide reason messages for unviable inliningYevgeny Rouban2019-02-011-1/+1
* Fix the behavior of clang's -w flag.James Y Knight2019-01-295-5/+22
* Fixed frontend clang tests in windows read-only containerStella Stamenova2019-01-252-3/+3
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-183-4/+87
* [Fixed Point Arithmetic] Fixed Point SubtractionLeonard Chan2019-01-161-0/+390
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-162-12/+400
* Validate -add-plugin arguments.Nico Weber2019-01-031-0/+5
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-172-6/+6
* [frontend][darwin] warn_stdlibcxx_not_found: supress warning for preprocessed...Alex Lorenz2018-12-061-0/+1
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-064-0/+337
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-303-746/+0
* [Fixed Point Arithmetic] Refactor fixed point castsBjorn Pettersson2018-10-262-139/+139
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-232-1/+53
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-152-0/+333
* Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai2018-09-181-0/+40
* Print correctly dependency paths on WindowsDavid Bolvansky2018-09-132-6/+6
* warn_stdlibcxx_not_found: suggest '-stdlib=libc++' instead of '-std'Alex Lorenz2018-09-071-1/+1