summaryrefslogtreecommitdiff
path: root/test/Frontend
AgeCommit message (Expand)Author
2017-12-21Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman
2017-12-20Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman
2017-12-20Add a printing policy to the ASTDumper.Aaron Ballman
2017-12-16[VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel
2017-12-16[TextDiagnosticBuffer] Fix diagnostic note emission orderHal Finkel
2017-12-01Fix the second part of the broken comment from r306079Adam Nemet
2017-12-01Fix opt-remark with hotness testcase for sample-based PGOAdam Nemet
2017-12-01Partially fix comment in test broken in r306079 and r306948Adam Nemet
2017-11-19[X86] Make sure 'knm' is accepted by -target-cpuCraig Topper
2017-11-19[X86] Add icelake CPU support for -march.Craig Topper
2017-11-14[PGO] Detect more structural changes with the stable hashVedant Kumar
2017-11-14Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg
2017-09-22Extend -ast-dump for CXXRecordDecl to dump the flags from the DefinitionData.Richard Smith
2017-09-19Fix ClangDiagnosticHandler::is*RemarkEnabled membersAdam Nemet
2017-09-08Add _Float16 as a C/C++ source language typeSjoerd Meijer
2017-09-08Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer
2017-09-08Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer
2017-09-08Add _Float16 as a C/C++ source language typeSjoerd Meijer
2017-08-26Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith
2017-08-24Remove .gitattributes, add comment to lineendings.Erich Keane
2017-08-24[Preprocessor] Correct internal token parsing of newline characters in CRLFErich Keane
2017-08-21[clang] Fix tests for Emitting Single Inline RemarkSam Elliott
2017-08-10[ValueTracking] Enabling ValueTracking patch by default (recommit). Part 1.Nikolai Bozhenov
2017-08-04[Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on WindowsReid Kleckner
2017-07-21Remove Bitrig: Clang ChangesErich Keane
2017-07-01Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak
2017-07-01Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak
2017-07-01[Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak
2017-06-23[Frontend] 'Show hotness' can be used with a sampling profileBrian Gesiak
2017-06-16[PR33394] Avoid lexing editor placeholders when Clang is used onlyAlex Lorenz
2017-06-02PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...Richard Smith
2017-05-25Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs
2017-05-23Add test coverage for recent behavior change in GNU line marker pre-processingReid Kleckner
2017-05-22Give files from #line the characteristics of the current fileReid Kleckner
2017-04-29PR26771: don't forget the " 2" (returning from #included file) linemarker aft...Richard Smith
2017-04-29Add pragma to perform module import and use it in -E output.Richard Smith
2017-04-26Don't accept -std= values that would switch us to a different source language.Richard Smith
2017-03-13Add -iframeworkwithsysroot compiler optionAlex Lorenz
2017-03-07[AArch64] Vulcan is now ThunderXT99Joel Jones
2017-03-07Use filename in linemarker when compiling preprocessed source (Revised)Taewook Oh
2017-02-28Migrate all of aarch64-linux-gnu to \01_mcount instead of just when passing a...Eric Christopher
2017-02-21Hook up OpenBSD AArch64 supportBrad Smith
2017-01-30Adjust tests after folding inlining analysis into missed remarksAdam Nemet
2017-01-25Revert "Use filename in linemarker when compiling preprocessed source"Diana Picus
2017-01-25Try to fix test from r293004Diana Picus
2017-01-25Use filename in linemarker when compiling preprocessed sourceDavid Callahan
2017-01-20[Frontend] The macro that describes the Objective-C bool type shouldAlex Lorenz
2017-01-10[X86] Add recent CPU strings to some of the tests that check other cpu names.Craig Topper
2017-01-10AMD family 17h (znver1) enablementCraig Topper
2016-12-02[Frontend] Fix an issue where a quoted search path is incorrectlyAlex Lorenz