summaryrefslogtreecommitdiff
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Commit some test changes somehow missed in r239789.Richard Smith2015-06-161-1/+1
* Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier2015-06-131-0/+81
* Fix fragile source-col-map.c test-case.James Y Knight2015-06-041-2/+3
* Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber2015-05-171-0/+17
* clang/test/Frontend/dependency-gen-escaping.c: Appease win32 hosts. Investiga...NAKAMURA Takumi2015-05-141-1/+1
* clang/test/Frontend/dependency-gen-escaping.c: Tweak r237296, to let '/' and ...NAKAMURA Takumi2015-05-141-3/+7
* Break \# in a depfile the same way as gcc.Paul Robinson2015-05-131-3/+4
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-0/+15
* Fix dependency file escaping.Paul Robinson2015-05-131-0/+8
* Simplify depfile quoting test.Paul Robinson2015-04-271-15/+8
* Support generating NMake/Jom-style depfiles.Paul Robinson2015-04-271-0/+9
* Fix typo in my last commit.Matthias Braun2015-03-031-1/+1
* Remove shell requirements from tests that use 'cd'Reid Kleckner2015-03-023-4/+0
* Improve robustness of dependency-generation-crash.c test.Matthias Braun2015-03-021-4/+1
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-0/+22
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+1
* Fix copy-paste errors in the testDmitri Gribenko2015-02-231-3/+3
* Fix dependency generation crash test to run clang and clean up after itself.Greg Bedwell2015-02-121-1/+5
* Update darwin-version testsSteven Wu2015-02-041-17/+17
* 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