summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* test/Driver/cl-outputs.c: tweak some check prefixes; NFC.Hans Wennborg2014-11-171-26/+26
* [Reassociate] Update test cases due to r222142.Chad Rosier2014-11-173-10/+10
* [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.Alexey Samsonov2014-11-161-5/+5
* Fix IRGen for passing transparent unionsReid Kleckner2014-11-151-7/+12
* This patch fixes couple of bugs for predefined expressionFariborz Jahanian2014-11-142-2/+16
* [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...Aaron Ballman2014-11-142-2/+27
* Recommit r222044 with a test fix - it does not make sense to huntAnton Korobeynikov2014-11-142-1/+17
* Again revert r222044 to resolve darwin objc test fails.Anton Korobeynikov2014-11-141-16/+0
* Follow-up to D6217Anton Korobeynikov2014-11-141-0/+16
* clang-cl: Ignore the new /Zo[-] option (PR21571)Hans Wennborg2014-11-141-1/+4
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-145-4/+88
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-0/+53
* [PowerPC] Enable vec_perm for long long and double vector types for VSXBill Schmidt2014-11-141-0/+21
* [PowerPC] Add VSX builtins for vec_divBill Schmidt2014-11-142-2/+9
* [OPENMP] Temporary fix for processing of global variables in loops.Alexey Bataev2014-11-145-0/+86
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-4/+9
* PR21565 Add an egregious hack to support broken libstdc++ headers that declareRichard Smith2014-11-142-0/+47
* [Profile] Always build profile runtime library with -fPIC.Alexey Samsonov2014-11-141-3/+3
* -Wsentinel: Suggest nullptr in C++11 instead of NULLReid Kleckner2014-11-131-1/+12
* Fix assert/crash on invalid with __builtin_constant_p conditionals in constan...Richard Smith2014-11-131-0/+2
* Objective-C. Fixes a regression caused by implementationFariborz Jahanian2014-11-132-8/+23
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-135-16/+45
* Hook up FreeBSD AArch64 supportEd Maste2014-11-132-0/+201
* [libclang] Make sure to visit the body of a CXXForRangeStmt.Argyrios Kyrtzidis2014-11-131-2/+5
* [liblang] Handle CXXForRangeStmt during AST visitation.Argyrios Kyrtzidis2014-11-131-0/+13
* CMake: Set HOST_LINK_VERSION on Darwin (PR21268)Hans Wennborg2014-11-131-0/+8
* Fixes test.Fariborz Jahanian2014-11-131-1/+1
* Another test for PR19372, showing why we need to keep checking arguments afte...Richard Smith2014-11-121-1/+2
* Add another testcase.Richard Smith2014-11-121-0/+9
* PR19372: Keep checking template arguments after we see an argument packRichard Smith2014-11-121-0/+14
* Temporary revert r221818 until all the problemsAnton Korobeynikov2014-11-123-12/+3
* Now really fix the typo in the testAnton Korobeynikov2014-11-121-2/+2
* Update the tests to handle proper result type of (?:)Anton Korobeynikov2014-11-122-3/+3
* [Objective-C++ IRGen] do not generate .cxx_construct Fariborz Jahanian2014-11-121-0/+13
* Fix fallout from r219557Anton Korobeynikov2014-11-121-0/+9
* Fix brace init of unions with unnamed struct membersReid Kleckner2014-11-121-0/+11
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+36
* Check for IRGen output when varag is usedFariborz Jahanian2014-11-121-0/+2
* Mark TypeDecls used in explicit destructor calls as referenced.Nico Weber2014-11-121-0/+13
* [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsicsBill Schmidt2014-11-121-0/+48
* Mark TypeDecls used in member initializers as referenced.Nico Weber2014-11-121-0/+12
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-123-2/+69
* PR21536: Fix a corner case where we'd get confused by a pack expanding into theRichard Smith2014-11-121-1/+17
* clang/test/CodeGenCXX/debug-info-cxx1y.cpp: Add %itanium_abi_triple for incom...NAKAMURA Takumi2014-11-111-1/+1
* [clang/asan] Do not emit memcpy for trivial operator= when -fsanitize-address...Kostya Serebryany2014-11-111-0/+17
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-111-0/+10
* Bundle conditions checked by UBSan with sanitizer kinds they implement.Alexey Samsonov2014-11-112-4/+8
* Remove this test too.Fariborz Jahanian2014-11-111-0/+0
* Revert r221702 until I address Richard Trieu'sFariborz Jahanian2014-11-113-87/+2
* Simplify the test by using multiple --check-prefix argumentsAlexey Samsonov2014-11-111-253/+160
OpenPOWER on IntegriCloud