Age | Commit message (Expand) | Author |
2013-04-17 | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs |
2013-04-16 | rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. | Benjamin Kramer |
2013-04-11 | Follow Jordan's advice and use {{^}} and {{$}} for this test | Reid Kleckner |
2013-04-10 | FileCheck-ify some clang grep tests that use double quotes | Reid Kleckner |
2013-04-10 | [frontend] -frewrite-includes: turn implicit module imports into @imports. | Argyrios Kyrtzidis |
2013-04-10 | [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ... | Argyrios Kyrtzidis |
2013-04-02 | Escape # and $ in dependency files. | Benjamin Kramer |
2013-03-21 | Delayed template parsing is not supported by the AST serialization system yet... | Aaron Ballman |
2013-03-18 | [frontend] Initialize the diagnostic client before loading an ast file. | Argyrios Kyrtzidis |
2013-01-15 | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier |
2013-01-02 | hexagon-target-basic.c test: add REQUIRES line for hexagon target | Dmitri Gribenko |
2013-01-02 | Correct Hexagon DataLayout string. Fixes bug 14744. | Anshuman Dasgupta |
2012-10-24 | A number of test cases assume that an "int" parameter or return value | Ulrich Weigand |
2012-10-19 | Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec... | Andy Gibbs |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-19 | Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex... | Andy Gibbs |
2012-09-25 | -iframework should allow separate arguments. | Douglas Gregor |
2012-08-31 | don't warn about unused values when the unused value is a statement expressio... | Chris Lattner |
2012-08-10 | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose |
2012-07-11 | Allow -verify directives to be filtered by preprocessing. | Jordan Rose |
2012-06-14 | Remove absolute path form include test. | David Blaikie |
2012-06-14 | Fix crash on missing header in -rewrite-includes. | David Blaikie |
2012-06-14 | Rename -rewrite-includes to -frewrite-includes. | David Blaikie |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith |
2012-06-07 | test/Frontend/rewrite-includes.c: Tweak for win32's pathsep. | NAKAMURA Takumi |
2012-06-06 | Add a -rewrite-includes option, which is similar to -rewrite-macros, but only... | David Blaikie |
2012-03-16 | Escape % in diagnostic message when compiling LLVM IR. | Benjamin Kramer |
2012-02-15 | Remove the unuseful -fdiagnostics-show-name | David Blaikie |
2012-02-02 | Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. | Ted Kremenek |
2012-01-27 | Add test for -Wno-everything. | Argyrios Kyrtzidis |
2012-01-20 | rename -ccc-host-triple into -target | Sebastian Pop |
2012-01-13 | Revert r148138; it's causing test failures. | Eli Friedman |
2012-01-13 | rename -ccc-host-triple into -target | Sebastian Pop |
2011-11-17 | test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). | NAKAMURA Takumi |
2011-10-18 | Frontend: Support -iframework. | Daniel Dunbar |
2011-10-04 | Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be... | Daniel Dunbar |
2011-09-29 | tests: Add some more tests for warning mappings. | Daniel Dunbar |
2011-09-29 | Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag... | Daniel Dunbar |
2011-07-11 | Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR1... | NAKAMURA Takumi |
2011-07-11 | test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. | NAKAMURA Takumi |
2011-07-08 | Fix up dependency file name printing to more closely match that of gcc, inclu... | Eli Friedman |
2011-06-07 | The macros defined by the language standard are still available even when the | Nick Lewycky |
2011-06-04 | These tests require particular registered targets. Declared as such. | Galina Kistanova |
2011-05-16 | Stop leaving a.out files around. | John McCall |
2011-04-15 | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor |
2011-04-15 | Fixes a crash when generating dependency file stuff | Fariborz Jahanian |
2011-02-28 | test: Add the feature "shell". Frontend/dependency-gen.c would be executable ... | NAKAMURA Takumi |
2011-02-24 | Tweak this test a bit further to make it easier on grep. Who knows what | Chandler Carruth |
2011-02-23 | Clean up the CMake test execution by nuking this directory before we try | Chandler Carruth |