summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated tests for correct commit, concerning D11198Naomi Musgrave2015-07-162-39/+0
* updated tests for correct commitNaomi Musgrave2015-07-162-41/+61
* adding tests for various dtor decl typesNaomi Musgrave2015-07-151-4/+59
* [clang-cl] Use the Windows response file tokenizerReid Kleckner2015-07-153-42/+83
* Finally, with no users for shell-preserves-root, remove it from lit.cfg.Yaron Keren2015-07-151-4/+0
* [Static Analyzer] Do not fail silently, when the analyzer is invoked from too...Gabor Horvath2015-07-151-1/+6
* Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพYaron Keren2015-07-159-23/+0
* Erase REQUIRES: shell-preserves-root from more tests, see r242312.Yaron Keren2015-07-155-15/+0
* Allow any comment to be a trailing comment when -fparse-all-comments is on.James Dennett2015-07-152-7/+132
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-153-15/+86
* -disable-llvm-optzns in one clang test.Evgeniy Stepanov2015-07-151-2/+2
* Actually requiring shell disables the test on Windows whereasYaron Keren2015-07-152-5/+0
* [PPC64] Update tests for vec_sldBill Schmidt2015-07-151-1/+145
* Since r179283, internal shell is default on windows and so shell-preserves-rootYaron Keren2015-07-152-2/+2
* Run clang-format on Tools.h, the indentation is inconsistentReid Kleckner2015-07-151-392/+378
* [Targets] Define __BOOL_DEFINED for Windows targets in C++ modeDavid Majnemer2015-07-152-0/+4
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-154-3/+35
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-152-1/+7
* [PPC64LE] Fix vec_sld semantics for little endianBill Schmidt2015-07-151-24/+203
* Set comdat when an available_externally thunk is converted to linkonce_odr.Rafael Espindola2015-07-152-12/+34
* Add support for armv7-windows-gnu targets to the clang front end.Yaron Keren2015-07-151-0/+43
* CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne2015-07-155-27/+74
* [OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has...Alexey Bataev2015-07-152-4/+86
* Fix test to run under MSYS2 by disabling MSYS conversion of /C /TP /TC.Yaron Keren2015-07-151-2/+3
* Update test comment that it fails the same way on MSYS2.Yaron Keren2015-07-151-3/+4
* Fix comments for several methods, NFCAlexey Bataev2015-07-151-3/+4
* Remove extra \brief comment, NFCAlexey Bataev2015-07-151-1/+0
* Documentation cleanup, mostly fixing summaries. No functional change intended.James Dennett2015-07-151-141/+136
* [modules] Switch to the normal reverse postorder visitation algorithm when co...Richard Smith2015-07-152-80/+82
* [Sema] Don't emit "pure virtual" warning for fully qualified calls.Davide Italiano2015-07-146-8/+44
* Update cxx_dr_status.html after 3.7 branchHans Wennborg2015-07-142-13/+13
* Make the variable names match the name of the metadata they control.Tyler Nowicki2015-07-143-39/+38
* docs/conf.py: update version to 3.8Hans Wennborg2015-07-141-2/+2
* ReleaseNotes.rst: Bump version to 3.8Hans Wennborg2015-07-141-21/+7
* Driver: Delete dead codeJustin Bogner2015-07-142-8/+0
* Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocu...NAKAMURA Takumi2015-07-141-1/+1
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-147-5/+138
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-1419-68/+77
* Run cuda options test only with specific target.Artem Belevich2015-07-141-7/+9
* [modules] Avoid repeatedly hashing the same name when looking it up in multip...Richard Smith2015-07-142-47/+57
* [clang-cl] Disable C++ exceptions a different wayReid Kleckner2015-07-143-18/+12
* Fixed 22941: Integer template parameter as immediate 'I' expectes an integer ...Sunil Srivastava2015-07-142-11/+38
* Add missing builtins to altivec.h for ABI compliance (vol. 4)Nemanja Ivanovic2015-07-146-16/+1141
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-147-17/+16
* AST Matchers: pass ast_type_traits::DynTypedNode by const-refHans Wennborg2015-07-141-9/+9
* Pull trivial SanitizerSet methods into the header.Benjamin Kramer2015-07-142-33/+13
* Support mingw-w64 toolchain on openSUSE and likely other LinuxesYaron Keren2015-07-141-1/+28
* [x86] add 2 bit to ObjCOrBuiltinID and new intrinsicsAsaf Badouh2015-07-144-2/+1692
* [Analyzer] Move FindSuperCallVisitor into an anonymous namespace.Benjamin Kramer2015-07-141-2/+0
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-142-2/+13