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