summaryrefslogtreecommitdiff
path: root/test/Frontend
Commit message (Expand)AuthorAge
* Simplify optimization-remark.c test following r211610Alp Toker2014-06-24
* Fix test added in r211610 so it doesn't race on output file creation.David Blaikie2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Do not predefine __EXCEPTIONS in clang-cl (PR19977)Hans Wennborg2014-06-10
* Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compa...Alp Toker2014-06-09
* Don't generate assembly in backend diagnostic testsAlp Toker2014-06-06
* Add -o /dev/null to one of the tests as it fails when run from a read-only ch...Timur Iskhodzhanov2014-06-06
* Provide fallback locations for backend remarksAlp Toker2014-06-05
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-05
* Fix leak from r210059Alp Toker2014-06-03
* temporary disable part of a test because it causes clang to leak memory (want...Kostya Serebryany2014-06-03
* Fix -emit-codegen-only to not generate binariesAlp Toker2014-06-03
* Remove unnecessary test.Diego Novillo2014-05-30
* clang/test/Frontend/Weverything-and-remarks.cpp: Add explicit -target.NAKAMURA Takumi2014-05-30
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-29
* Add missing -S to avoid invoking assembler unnecessarily.Diego Novillo2014-05-29
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-29
* Fix spurious remarks when -Weverything is used.Diego Novillo2014-05-29
* Fix segmentation fault when mixing -Rpass with #line.Diego Novillo2014-05-08
* -fsyntax-only for a testLubos Lunak2014-05-01
* Use %clang_cc1 in rewrite-includes-messages.c test and drop REQUIRES: shellReid Kleckner2014-05-01
* do not hide clang stderr output during a testLubos Lunak2014-05-01
* use 'diff' rather than 'cmp -s' in a testLubos Lunak2014-05-01
* write a line marker right before adding included fileLubos Lunak2014-05-01
* do not use "1" for line marker for the predefines "file" eitherLubos Lunak2014-05-01
* Support 'remark' in VerifyDiagnosticConsumerTobias Grosser2014-05-01
* do not use "1" for line marker for the main fileLubos Lunak2014-05-01
* revert r207756Lubos Lunak2014-05-01
* write a line marker right before adding included fileLubos Lunak2014-05-01
* Simplify test. No functional change intended.Andrea Di Biagio2014-04-30
* Add test case for revision 207575 to verify that on Windows, clang doesn'tAndrea Di Biagio2014-04-29
* Allow adding a value to a flag in diagnostics.Diego Novillo2014-04-21
* Fix check failure on hexagon targets.Diego Novillo2014-04-16
* Add support for optimization reports.Diego Novillo2014-04-16
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-26
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-21
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Arcanist failed to commit the two clang test corrections that should have bee...Daniel Sanders2014-02-12
* Wired-up the new LLVM diagnostic system into clang diagnostic system.Quentin Colombet2014-02-06
* Fix r195149. Triple should correctly reflect that target. If it contains ios,Evan Cheng2014-01-26
* Add tests for clang pluginsAlp Toker2014-01-08
* Override the datalayout in a module with -triple.Rafael Espindola2013-12-20
* Fix raw lex crash and -frewrite-includes noeol-at-eof failureAlp Toker2013-12-13
* Try to fix the test for Windows paths after r196859Dmitri Gribenko2013-12-10
* clang/test: REQUIRES: s/x86-64-registered-target/x86-registered-target/NAKAMURA Takumi2013-12-04
* Fix test on WindowsAlp Toker2013-11-28
* Ensure that the output BOM test check is runAlp Toker2013-11-28
* One last portability fix attempt for r195886Alp Toker2013-11-27
* Attempt to make test from r195886 portable with different shellsAlp Toker2013-11-27