summaryrefslogtreecommitdiffstats
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-6/+6
* [Fixed Point Arithmetic] Fixed Point ConstantLeonard Chan2018-08-061-1/+15
* [Fixed Point Arithmetic] Fix for FixedPointValueToStringLeonard Chan2018-08-061-0/+21
* Fix tests for changed opt remarks formatDavid Bolvansky2018-08-051-2/+2
* Make test/Frontend/clang-abi-compat.cpp pass when the version goes to 8Hans Wennborg2018-08-011-1/+1
* [Fixed Point Arithmetic] Fix for bug where integer literals could be treated ...Leonard Chan2018-07-173-0/+95
* Always use __mcount on NetBSD. Some platforms don't provide _mcount.Joerg Sonnenberger2018-07-171-1/+1
* [Fixed Point Arithmetic] Rename `-fsame-fbits` flagLeonard Chan2018-06-291-1/+1
* [frontend] Don't include the C++ stdlib for -x assembler-with-cppAlex Lorenz2018-06-281-0/+5
* Fixed test in prior build where FileCheck tried to match againstLeonard Chan2018-06-201-1/+1
* Fixed test that failed when checking what variable a value was storedLeonard Chan2018-06-201-12/+12
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-205-37/+395
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+5
* Revert r335063 as it causes bot failuresAlex Lorenz2018-06-191-5/+0
* [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+5
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-144-24/+426
* [Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai2018-06-071-0/+27
* This diff includes changes for supporting the following types.Leonard Chan2018-06-045-0/+150
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-025-147/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-025-0/+147
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-0/+25
* Fix emission of phony dependency targets when adding extra depsDavid Stenberg2018-05-291-0/+10
* Move test input file into same directory as test. NFCRichard Trieu2018-05-082-1/+1
* [CFI] Force LLVM to die if the implicit blacklist files cannot be found.Peter Collingbourne2018-05-071-1/+1
* [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane2018-05-041-8/+16