summaryrefslogtreecommitdiff
path: root/test/Coverage
Commit message (Expand)AuthorAge
* Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov2014-06-20
* Skip this test when using lit integrated shellAlp Toker2013-10-25
* Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt2013-10-11
* clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32.NAKAMURA Takumi2013-10-09
* Objective-C: When using super.prop, property should beFariborz Jahanian2013-03-11
* Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi2012-10-24
* clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi2012-10-24
* Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstepDavid Chisnall2012-07-03
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* rename -ccc-host-triple into -targetSebastian Pop2012-01-20
* Revert r148138; it's causing test failures.Eli Friedman2012-01-13
* rename -ccc-host-triple into -targetSebastian Pop2012-01-13
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-07
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-28
* [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.Argyrios Kyrtzidis2011-02-28
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-22
* Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In...Peter Collingbourne2010-12-15
* putback r116782, it's a safe fix and should not break windowsAndrew Trick2010-10-21
* revert r116782 & r116793 to fix msvc9 buildbotsAndrew Trick2010-10-20
* test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards.NAKAMURA Takumi2010-10-19
* test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null...NAKAMURA Takumi2010-10-19
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* Frontend/XML: Add support for printing nested structures, patch by Martin Vej...Daniel Dunbar2010-09-29
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-26
* "this patch properly addresses escaping < and > which might appearChris Lattner2010-05-12
* Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson2010-04-10
* Revert changes r97693, r97700, and r97718.John McCall2010-03-04
* XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall2010-03-04
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-05
* Revert r92431, this code isn't dead and broke the ntfs build.Daniel Dunbar2010-01-04
* Better coverage for -dump-record-layouts and -print-decl-contexts.Eli Friedman2010-01-03
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-14
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-29
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-17
* Remove RUN: true lines.Daniel Dunbar2009-11-08
* Eliminate &&s in tests.Daniel Dunbar2009-11-08
* Remove clang-cc -html-diags option, this doesn't fit in well and we get plentyDaniel Dunbar2009-11-05
* Remove clang-cc code for handling -mmacosx-version-min andDaniel Dunbar2009-10-30
* Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar2009-10-27
* clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.Daniel Dunbar2009-10-26
* Add test for finding bfin backend.Daniel Dunbar2009-08-18
* Fix some made up triples.Daniel Dunbar2009-08-18
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-26
* AST printing for C++ base classesDouglas Gregor2009-05-30
* Pretty printing and improved representation for namespace alias declarationsDouglas Gregor2009-05-30
* Printing for using directives, e.g.,Douglas Gregor2009-05-30
* Never suppress specifiers when printing the parameters of a functionDouglas Gregor2009-05-30