summaryrefslogtreecommitdiffstats
path: root/test/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Merge r215245: Change __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ for versi...Bob Wilson2014-08-081-0/+2
* Merging r215046:Bill Wendling2014-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
* do not hide clang stderr output during a testLubos Lunak2014-05-011-2/+2
* use 'diff' rather than 'cmp -s' in a testLubos Lunak2014-05-011-1/+1
* write a line marker right before adding included fileLubos Lunak2014-05-015-0/+25
* do not use "1" for line marker for the predefines "file" eitherLubos Lunak2014-05-011-0/+9
* Support 'remark' in VerifyDiagnosticConsumerTobias Grosser2014-05-011-4/+3
* do not use "1" for line marker for the main fileLubos Lunak2014-05-011-0/+1
* revert r207756Lubos Lunak2014-05-015-25/+0
* write a line marker right before adding included fileLubos Lunak2014-05-015-0/+25
* Simplify test. No functional change intended.Andrea Di Biagio2014-04-301-1/+1
* Add test case for revision 207575 to verify that on Windows, clang doesn'tAndrea Di Biagio2014-04-291-0/+8
* Allow adding a value to a flag in diagnostics.Diego Novillo2014-04-211-1/+1
* Fix check failure on hexagon targets.Diego Novillo2014-04-161-2/+2
* Add support for optimization reports.Diego Novillo2014-04-161-0/+19
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-261-1/+2
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-211-4/+4