summaryrefslogtreecommitdiffstats
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.Logan Chien2015-01-081-0/+37
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-2/+2
* Disable trigraphs in microsoft mode by default. Matches cl.exe.Nico Weber2014-12-221-2/+4
* Add test coverage for cc1's trigraph option handling.Nico Weber2014-12-221-0/+15
* Destroy the diagnostic client first in ~DiagnosticEngineReid Kleckner2014-12-171-0/+6
* Fix handling of invalid -O options.Rafael Espindola2014-12-161-3/+4
* Don't actually generate code for testing the frontend's target cpu flag,Chandler Carruth2014-12-091-26/+28
* Re-work the Clang system for classifying Intel x86 CPUs to use theirChandler Carruth2014-12-091-0/+28
* Extended list of valid frontend options with '-cl-std=CL2.0'.Anastasia Stulova2014-11-201-0/+9
* Frontend: Define __EXCEPTIONS if -fexceptions is passedDavid Majnemer2014-10-271-2/+5
* Support using sample profiles with partial debug info (driver)Diego Novillo2014-10-222-0/+21
* This test was updated in r216397, but was failing on Windows due to mixed pat...Aaron Ballman2014-08-261-1/+1
* Update for llvm api change.Rafael Espindola2014-08-251-1/+1
* clang/test/Frontend/print-header-includes.c REQUIRES shell due to "cd".NAKAMURA Takumi2014-08-121-0/+2
* Correctly implement -include search logic.Manuel Klimek2014-08-121-0/+1
* Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versions > 10.9.Bob Wilson2014-08-081-0/+2
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-072-1/+18
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-1622-3/+1
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+2
* Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/NAKAMURA Takumi2014-07-1621-1/+1
* Trailing linefeed.NAKAMURA Takumi2014-07-161-2/+0
* Avoid non-attributive uses of 'unsupported' in diagnosticsAlp Toker2014-07-141-1/+1
* Provide -verify support to match "any" line for diagnostics in included files.Andy Gibbs2014-07-103-4/+32
* clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber2014-07-061-4/+4
* Account for differences in grep implementationsAlp Toker2014-06-271-3/+3
* Restore test from r211844 skipping '.file' directivesAlp Toker2014-06-271-8/+8
* Partially disable test from r211844Alp Toker2014-06-271-2/+4
* Add test coverage for .bc input in the frontendAlp Toker2014-06-271-0/+17
* Remove .bc from test config.suffixesAlp Toker2014-06-271-1/+1
* Simplify optimization-remark.c test following r211610Alp Toker2014-06-241-12/+7
* Fix test added in r211610 so it doesn't race on output file creation.David Blaikie2014-06-241-1/+1
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-2/+12
* Do not predefine __EXCEPTIONS in clang-cl (PR19977)Hans Wennborg2014-06-101-0/+6
* Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compa...Alp Toker2014-06-091-2/+2
* Don't generate assembly in backend diagnostic testsAlp Toker2014-06-062-3/+3
* Add -o /dev/null to one of the tests as it fails when run from a read-only ch...Timur Iskhodzhanov2014-06-061-2/+2
* Provide fallback locations for backend remarksAlp Toker2014-06-052-20/+19
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-6/+3
* Fix leak from r210059Alp Toker2014-06-031-3/+2
* temporary disable part of a test because it causes clang to leak memory (want...Kostya Serebryany2014-06-031-2/+3
* Fix -emit-codegen-only to not generate binariesAlp Toker2014-06-031-0/+7
* Remove unnecessary test.Diego Novillo2014-05-301-28/+0
* clang/test/Frontend/Weverything-and-remarks.cpp: Add explicit -target.NAKAMURA Takumi2014-05-301-1/+1
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-291-6/+17
* Add missing -S to avoid invoking assembler unnecessarily.Diego Novillo2014-05-291-1/+1
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-291-0/+9
* Fix spurious remarks when -Weverything is used.Diego Novillo2014-05-291-0/+28
* Fix segmentation fault when mixing -Rpass with #line.Diego Novillo2014-05-081-0/+15
* -fsyntax-only for a testLubos Lunak2014-05-011-1/+1
* Use %clang_cc1 in rewrite-includes-messages.c test and drop REQUIRES: shellReid Kleckner2014-05-011-4/+3