summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* *Really* fix DOS newlines introduced in r210330Reid Kleckner2014-06-103-314/+314
* Try to fix clang-hexagon-elf failure by requiring x86 support for this test.Bob Wilson2014-06-101-0/+1
* PR19992: alignof is permitted on an array of unknown bound.Richard Smith2014-06-101-0/+6
* Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>Bob Wilson2014-06-101-0/+2
* Do not predefine __EXCEPTIONS in clang-cl (PR19977)Hans Wennborg2014-06-101-0/+6
* Fix mangling of __uuidof after two levels of template instantiationReid Kleckner2014-06-101-0/+14
* Objective-C. Don't ignore availability attribute whenFariborz Jahanian2014-06-101-0/+18
* Don't inherit dll attributes to deleted methods (PR19988)Hans Wennborg2014-06-101-0/+8
* Objective-C IRGen. Patch to generate a weak symbol reference whenFariborz Jahanian2014-06-101-0/+12
* Add detection of OS X relocatable SDK to compiler-rt as a lit.util functionAlexander Potapenko2014-06-101-15/+1
* Don't suppress backend diagnostics in system headersAlp Toker2014-06-101-2/+22
* Show -Wdate-time in system headersAlp Toker2014-06-101-0/+15
* Implement -Wdate-time preprocessor warningAlp Toker2014-06-101-0/+8
* Improve specificity in the diag-mapping2.c testAlp Toker2014-06-101-6/+5
* Improve checking for dynamic initializers of dllimport fields in template ins...Hans Wennborg2014-06-101-0/+7
* Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compa...Alp Toker2014-06-092-2/+12
* Objective-C. Consider block pointer as NSObject as well as conforming toFariborz Jahanian2014-06-091-0/+21
* Allow definition of dllimport static fields in partial specializations (PR19956)Hans Wennborg2014-06-091-1/+11
* Fix line numbers for code inlined from __nodebug__ functions.Evgeniy Stepanov2014-06-092-2/+14
* [PPC64LE] Implement little-endian semantics for vec_sumsBill Schmidt2014-06-091-0/+4
* Convert tests I recently add to use -verify instead of FileCheck.Joey Gouly2014-06-082-8/+18
* Driver: add -m{,no-}long-calls supportSaleem Abdulrasool2014-06-071-0/+15
* Unbreak release builds.Arnold Schwaighofer2014-06-071-0/+1
* [PPC64LE] Implement little-endian semantics for vec_unpack[hl]Bill Schmidt2014-06-071-24/+24
* [PPC64LE] Update test for vec_sum2s interfaceBill Schmidt2014-06-071-0/+4
* Fix crash declaring global allocation function with zero parameters. Fixes PR...Nick Lewycky2014-06-071-0/+3
* Fix my poor grammar from r210372Richard Trieu2014-06-061-6/+6
* [PPC64LE] Update builtins-ppc-altivec.c for PPC64 and PPC64LEBill Schmidt2014-06-061-2704/+8281
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-061-0/+96
* [MS-ABI] Implement dynamic_castWarren Hunt2014-06-061-0/+157
* Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu2014-06-066-6/+77
* Fix DOS-style newlines.Eli Bendersky2014-06-061-5/+5
* MS ABI: Update the thunk linkage computationHans Wennborg2014-06-065-10/+21
* test/SemaCXX/undefined-internal.cpp: Remove target triple.Hans Wennborg2014-06-061-4/+1
* Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg2014-06-063-1/+27
* Retain an expression pack expansion when the parameter pack expansion code asksRichard Smith2014-06-061-0/+7
* PR14841: If partial substitution of explicitly-specified template argumentsRichard Smith2014-06-061-0/+12
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-063-0/+314
* Don't generate assembly in backend diagnostic testsAlp Toker2014-06-062-3/+3
* Add -o /dev/null to one of the tests as it fails when run from a read-only ch...Timur Iskhodzhanov2014-06-061-2/+2
* Rnamed Class to TestClassAlexey Bataev2014-06-061-5/+5
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-061-0/+20
* Update for llvm api change.Rafael Espindola2014-06-062-2/+2
* PR19936: Fix a really dumb bug where we would profile dependent operator* exp...Richard Smith2014-06-051-0/+15
* Remove old proposal noticesAlp Toker2014-06-051-1/+1
* Provide fallback locations for backend remarksAlp Toker2014-06-052-20/+19
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-053-6/+72
* When an inline-asm diagnostic is reported by the backend, report it with theJoey Gouly2014-06-052-0/+15
* Mangle predefined string constants names to merge them at link-timeAlexey Samsonov2014-06-051-1/+1
* Fix bot for named register testRenato Golin2014-06-051-1/+1
OpenPOWER on IntegriCloud