summaryrefslogtreecommitdiffstats
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith2017-09-221-2/+2
* Fix ClangDiagnosticHandler::is*RemarkEnabled membersAdam Nemet2017-09-191-0/+11
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-3/+3
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+326
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-326/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+326
* Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith2017-08-261-0/+15
* Remove .gitattributes, add comment to lineendings.Erich Keane2017-08-242-3/+1
* [Preprocessor] Correct internal token parsing of newline characters in CRLFErich Keane2017-08-242-0/+23
* [clang] Fix tests for Emitting Single Inline RemarkSam Elliott2017-08-212-4/+2
* [ValueTracking] Enabling ValueTracking patch by default (recommit). Part 1.Nikolai Bozhenov2017-08-101-1/+1
* [Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on WindowsReid Kleckner2017-08-041-0/+7
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-8/+0
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-012-5/+17
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-012-17/+5
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-012-5/+17
* [Frontend] 'Show hotness' can be used with a sampling profileBrian Gesiak2017-06-232-1/+18
* [PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz2017-06-161-0/+4
* PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...Richard Smith2017-06-021-0/+6
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-251-4/+9
* Add test coverage for recent behavior change in GNU line marker pre-processingReid Kleckner2017-05-233-6/+11
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-223-0/+23
* PR26771: don't forget the " 2" (returning from #included file) linemarker aft...Richard Smith2017-04-292-0/+8
* Add pragma to perform module import and use it in -E output.Richard Smith2017-04-291-11/+16
* Don't accept -std= values that would switch us to a different source language.Richard Smith2017-04-261-1/+3
* Add -iframeworkwithsysroot compiler optionAlex Lorenz2017-03-131-0/+1
* [AArch64] Vulcan is now ThunderXT99Joel Jones2017-03-071-1/+1
* Use filename in linemarker when compiling preprocessed source (Revised)Taewook Oh2017-03-071-0/+10
* Migrate all of aarch64-linux-gnu to \01_mcount instead of just when passing a...Eric Christopher2017-02-281-2/+3
* Hook up OpenBSD AArch64 supportBrad Smith2017-02-211-1/+1
* Adjust tests after folding inlining analysis into missed remarksAdam Nemet2017-01-302-7/+7
* Revert "Use filename in linemarker when compiling preprocessed source"Diana Picus2017-01-251-4/+0
* Try to fix test from r293004Diana Picus2017-01-251-1/+1
* Use filename in linemarker when compiling preprocessed sourceDavid Callahan2017-01-251-0/+4
* [Frontend] The macro that describes the Objective-C bool type shouldAlex Lorenz2017-01-201-3/+3
* [X86] Add recent CPU strings to some of the tests that check other cpu names.Craig Topper2017-01-101-0/+5
* AMD family 17h (znver1) enablementCraig Topper2017-01-101-0/+1
* [Frontend] Fix an issue where a quoted search path is incorrectlyAlex Lorenz2016-12-021-0/+12
* Give this test that uses Itanium mangling a tripleReid Kleckner2016-11-301-2/+4
* Stop handling interesting deserialized decls after HandleTranslationUnitReid Kleckner2016-11-301-0/+30
* [Frontend] Add a predefined macro that describes the Objective-C bool typeAlex Lorenz2016-11-211-0/+13
* [clang] Limit clang test to ARM and AArch64 onlyMandeep Singh Grang2016-10-231-0/+2
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+8
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-132-0/+70
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-132-70/+0
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-122-0/+70
* [Frontend] Fix mcount inlining bugHonggyu Kim2016-09-011-31/+31
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-262-0/+20
* test/Frontend: Add a test for aarch64 target CPU names.Matthias Braun2016-07-271-0/+14
* Provide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_INT_N_0 when in C++ gnu ...Yaron Keren2016-07-211-0/+11