summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-212-5/+5
* MS ABI: Include the vfptr offset in memptrs to virtual methodsReid Kleckner2014-02-211-0/+23
* [MS-ABI] Update to zero-sized padding algorithmWarren Hunt2014-02-211-1/+36
* Fix an assertion failure when invoking dsymutil.Bob Wilson2014-02-211-0/+3
* [analyzer] Fix a bug in IdenticalExprChecker concerning while loops.Jordan Rose2014-02-211-0/+11
* Sema: Do not assert when dereferencing member pointer using virtual inheritan...David Majnemer2014-02-201-0/+15
* Expand macros in pragmas with -fms-extensions and -EReid Kleckner2014-02-201-0/+20
* Clarify comment.Adrian Prantl2014-02-201-1/+1
* add a comment.Adrian Prantl2014-02-201-0/+1
* Revert "Remove dead option."Adrian Prantl2014-02-201-0/+4
* Sema: Emit a warning for non-null terminated format strings and other patholo...Benjamin Kramer2014-02-201-0/+15
* Remove really old "APPLE LOCAL" markers.Rafael Espindola2014-02-201-1/+0
* Get rid of obsolete addProfileRT(), generalize the relevant addProfileRTLinux...Alexey Samsonov2014-02-201-0/+9
* OpenCL: fix for the restriction on pointers to functions.Pekka Jaaskelainen2014-02-201-0/+16
* Revert r201734 and r201742.Daniel Jasper2014-02-202-37/+0
* Revert r201772 as it breaks things on WindowsTimur Iskhodzhanov2014-02-201-1/+1
* Change parameter type of _mm_prefetch to "const void *".Daniel Jasper2014-02-201-1/+1
* Don't actually emit output in test/Headers/mmprefetch.c.Daniel Jasper2014-02-201-1/+1
* [code-completion] Style guideline for Cocoa has custom accessor in property d...Argyrios Kyrtzidis2014-02-201-6/+6
* Updated to r201734. Removed unused declaration from lit test.Warren Hunt2014-02-191-5/+4
* Add _mm_prefetch and some others as MS builtinsWarren Hunt2014-02-192-0/+38
* Hook up NetBSD/sparc and NetBSD/sparc64 as and ld invocations.Joerg Sonnenberger2014-02-192-0/+84
* Teach Clang to provide ::max_align_t in C11 and C++11 modes.Chandler Carruth2014-02-191-0/+4
* MS ABI: Let non-virtual method overloads participate in vftable orderingReid Kleckner2014-02-191-0/+27
* clang-cl: Pass /Z7 when we fallback to cl with debug info enabledReid Kleckner2014-02-191-1/+2
* [analyzer] Extend IdenticalExprChecker to check logical and bitwise expressions.Jordan Rose2014-02-191-0/+86
* [analyzer] Extend IdenticalExprChecker to check the two branches of an if.Jordan Rose2014-02-192-0/+152
* AArch64: look up EmitAArch64Scalar support before calling.Tim Northover2014-02-191-0/+14
* Add FreeBSD ARM EABI hard-float supportRenato Golin2014-02-191-0/+9
* ARM NEON: add vcvtX (with rounding mode) intrinsics to v8 ARM.Tim Northover2014-02-191-0/+99
* [analyzer] Move checker alpha.osx.cocoa.MissingSuperCall out of alpha category.Ted Kremenek2014-02-191-1/+1
* Implement DR577David Majnemer2014-02-193-6/+3
* clang-cl /fallback: turn the note into a warningHans Wennborg2014-02-191-2/+2
* PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith2014-02-195-10/+19
* Add missing test file for r201615Reid Kleckner2014-02-181-0/+3
* Fix false positives in -Wmsvc-include by continuing header searchReid Kleckner2014-02-182-1/+5
* Fix the Driver/cl-fallback.c testHans Wennborg2014-02-181-1/+1
* MS ABI: Remove nv adjustment from direct vdtor calls and prologuesReid Kleckner2014-02-181-0/+75
* More tests for r201536.Richard Smith2014-02-181-0/+14
* clang-cl /fallback: emit a note when falling backHans Wennborg2014-02-181-0/+6
* Fix testcase to actually check what it was supposed to, and make it a bit mor...Richard Smith2014-02-181-3/+2
* Attempting to fix the build bot due to some missing text in the ast dump.Aaron Ballman2014-02-181-1/+1
* clang-cl: Parse the /d2Zi+ flag (PR18728)Hans Wennborg2014-02-181-0/+1
* Missed updating this test case with r201585 -- the lockable attribute is now ...Aaron Ballman2014-02-181-1/+1
* DeLesley Hutchins (who wrote the original thread-safety attribute functionali...Aaron Ballman2014-02-182-16/+41
* [analyzer] Teach CastSizeChecker about flexible array members.Jordan Rose2014-02-182-2/+218
* libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko2014-02-182-8/+17
* MS ABI: Refactor extended qualifiersDavid Majnemer2014-02-182-0/+9
* MS ABI: Add support for mangling __restrictDavid Majnemer2014-02-182-0/+25
* PR18876: The special-case rule that ignores the destruction of a top-levelRichard Smith2014-02-182-14/+28