summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...Alexey Samsonov2015-03-054-22/+24
* Recommit "[IAS] Teach -cc1as about the 'target-abi' option."Toma Tabacu2015-03-051-0/+6
* [test] Expand a bit on the test case from r231251. NFC.Argyrios Kyrtzidis2015-03-052-3/+5
* Fix msvc-link.c test for environments with link.exe on PATHHans Wennborg2015-03-051-2/+2
* MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer2015-03-052-1/+39
* Give some obj-c rewriter tests that use MS pragmas a triple as a speculative fixReid Kleckner2015-03-052-6/+6
* Temporary XFAILs for HexagonRick Foos2015-03-044-0/+4
* [analyzer] Bug fix: do not report leaks for alloca()Anton Yartsev2015-03-041-0/+9
* Pass -dll to link.exe when building with -shared (PR22697)Hans Wennborg2015-03-041-0/+12
* Add Clang support for PPC cryptography builtinsNemanja Ivanovic2015-03-044-0/+409
* Fix test/CodeGen/builtins.c for platforms that don't lower sjljReid Kleckner2015-03-042-0/+4
* [analyzer] Individual configuration options can be specified for checkers.Gabor Horvath2015-03-044-4/+4
* New ObjC warning: circular containers.Alex Denisov2015-03-041-0/+146
* [Modules] Fix crash in Preprocessor::getLastMacroWithSpelling().Argyrios Kyrtzidis2015-03-042-0/+17
* Revert "[IAS] Teach -cc1as about the 'target-abi' option."Daniel Jasper2015-03-041-5/+0
* Prevent test from writing files.Daniel Jasper2015-03-041-4/+4
* Adjust the changes from r230255 to bail out if the backend can't lowerJoerg Sonnenberger2015-03-041-17/+14
* [IAS] Teach -cc1as about the 'target-abi' option.Toma Tabacu2015-03-041-0/+5
* Move one more diagnostic into the new -Wformat-pedantic group.Daniel Jasper2015-03-041-0/+10
* Add a format warning for "%p" with non-void* argsSeth Cantrell2015-03-041-0/+3
* TypePrinter print __restrict if not in C99 modeJacques Pienaar2015-03-031-4/+4
* Try to unbreak the Windows buildbots.Filipe Cabecinhas2015-03-031-1/+1
* DebugInfo: Remove useless testDuncan P. N. Exon Smith2015-03-031-24/+0
* [UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov2015-03-034-24/+22
* [PowerPC]Activate "vector bool long long" (and alternate spellings) as a vali...Bill Seurer2015-03-032-5/+22
* Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABIReid Kleckner2015-03-033-5/+102
* Disable the right RUN lineReid Kleckner2015-03-031-1/+1
* Disabled the other test from r231086 (like in r231087) since it also had prob...Filipe Cabecinhas2015-03-031-1/+1
* Support __attribute__((availability)) on Android.Dan Albert2015-03-031-0/+31
* Don't force -pie for Android.Dan Albert2015-03-032-1/+25
* Disable a Clang test until the begincatch change landsReid Kleckner2015-03-031-1/+2
* DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith2015-03-03118-568/+1108
* Lower _mm256_broadcastsi128_si256 directly to a vector shuffle.Juergen Ributzka2015-03-031-1/+1
* [SDK modernizer]. Patch fixes driver's lack ofFariborz Jahanian2015-03-031-0/+9
* Make -Wuninitialized warn on pointer-to-member and comma operators.Manuel Klimek2015-03-031-1/+44
* Revert r231008 (and dependent r231019).Daniel Jasper2015-03-032-4/+0
* [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS...Argyrios Kyrtzidis2015-03-032-0/+11
* Sema: Caught exception objects should be unqualifiedDavid Majnemer2015-03-031-1/+20
* Remove obsolete FIXME. override on definitions is fine.Nico Weber2015-03-031-4/+2
* Sema: Properly initialize the thrown exception objectDavid Majnemer2015-03-031-0/+13
* Fix typo in my last commit.Matthias Braun2015-03-031-1/+1
* [SDK modernizer] Patch to fix type of the typed enums whenFariborz Jahanian2015-03-022-0/+14
* Remove shell requirement from test/Modules/explicit-build-relpath.cppReid Kleckner2015-03-021-2/+0
* Revert bad change from r231029Reid Kleckner2015-03-021-0/+1
* Remove shell requirements from tests that use 'cd'Reid Kleckner2015-03-0215-35/+3
* clang-cl: Correctly ignore /openmp- (PR22748)Hans Wennborg2015-03-021-2/+4
* Fix test case.Sanjoy Das2015-03-021-2/+2
* Attempt to fix buildbot.Fariborz Jahanian2015-03-022-2/+2
* Improve robustness of dependency-generation-crash.c test.Matthias Braun2015-03-021-4/+1
* [SDK modernizer]. Patch fixes driver's lack ofFariborz Jahanian2015-03-022-0/+4
OpenPOWER on IntegriCloud