aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Frontend
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merging r215046:Bill Wendling2-1/+18
2014-07-16Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker22-3/+1
2014-07-16clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi1-0/+2
2014-07-16Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/NAKAMURA Takumi21-1/+1
2014-07-16Trailing linefeed.NAKAMURA Takumi1-2/+0
2014-07-14Avoid non-attributive uses of 'unsupported' in diagnosticsAlp Toker1-1/+1
2014-07-10Provide -verify support to match "any" line for diagnostics in included files.Andy Gibbs3-4/+32
2014-07-06clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber1-4/+4
2014-06-27Account for differences in grep implementationsAlp Toker1-3/+3
2014-06-27Restore test from r211844 skipping '.file' directivesAlp Toker1-8/+8
2014-06-27Partially disable test from r211844Alp Toker1-2/+4
2014-06-27Add test coverage for .bc input in the frontendAlp Toker1-0/+17
2014-06-27Remove .bc from test config.suffixesAlp Toker1-1/+1
2014-06-24Simplify optimization-remark.c test following r211610Alp Toker1-12/+7
2014-06-24Fix test added in r211610 so it doesn't race on output file creation.David Blaikie1-1/+1
2014-06-24Add new debug kind LocTrackingOnly.Diego Novillo1-2/+12
2014-06-10Do not predefine __EXCEPTIONS in clang-cl (PR19977)Hans Wennborg1-0/+6
2014-06-09Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compa...Alp Toker1-2/+2
2014-06-06Don't generate assembly in backend diagnostic testsAlp Toker2-3/+3
2014-06-06Add -o /dev/null to one of the tests as it fails when run from a read-only ch...Timur Iskhodzhanov1-2/+2
2014-06-05Provide fallback locations for backend remarksAlp Toker2-20/+19
2014-06-05Implement -Wframe-larger-than backend diagnosticAlp Toker1-6/+3
2014-06-03Fix leak from r210059Alp Toker1-3/+2
2014-06-03temporary disable part of a test because it causes clang to leak memory (want...Kostya Serebryany1-2/+3
2014-06-03Fix -emit-codegen-only to not generate binariesAlp Toker1-0/+7
2014-05-30Remove unnecessary test.Diego Novillo1-28/+0
2014-05-30clang/test/Frontend/Weverything-and-remarks.cpp: Add explicit -target.NAKAMURA Takumi1-1/+1
2014-05-29Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo1-6/+17
2014-05-29Add missing -S to avoid invoking assembler unnecessarily.Diego Novillo1-1/+1
2014-05-29No longer allow the -std options to entirely override the -x language option....Aaron Ballman1-0/+9
2014-05-29Fix spurious remarks when -Weverything is used.Diego Novillo1-0/+28
2014-05-08Fix segmentation fault when mixing -Rpass with #line.Diego Novillo1-0/+15
2014-05-01-fsyntax-only for a testLubos Lunak1-1/+1
2014-05-01Use %clang_cc1 in rewrite-includes-messages.c test and drop REQUIRES: shellReid Kleckner1-4/+3
2014-05-01do not hide clang stderr output during a testLubos Lunak1-2/+2
2014-05-01use 'diff' rather than 'cmp -s' in a testLubos Lunak1-1/+1
2014-05-01write a line marker right before adding included fileLubos Lunak5-0/+25
2014-05-01do not use "1" for line marker for the predefines "file" eitherLubos Lunak1-0/+9
2014-05-01Support 'remark' in VerifyDiagnosticConsumerTobias Grosser1-4/+3
2014-05-01do not use "1" for line marker for the main fileLubos Lunak1-0/+1
2014-05-01revert r207756Lubos Lunak5-25/+0
2014-05-01write a line marker right before adding included fileLubos Lunak5-0/+25
2014-04-30Simplify test. No functional change intended.Andrea Di Biagio1-1/+1
2014-04-29Add test case for revision 207575 to verify that on Windows, clang doesn'tAndrea Di Biagio1-0/+8
2014-04-21Allow adding a value to a flag in diagnostics.Diego Novillo1-1/+1
2014-04-16Fix check failure on hexagon targets.Diego Novillo1-2/+2
2014-04-16Add support for optimization reports.Diego Novillo1-0/+19
2014-03-26Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko1-1/+2
2014-02-21Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola1-4/+4
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-4/+4