summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-2/+2
* Fix indexer crash for default template template parameter valueJan Korous2017-10-102-2/+8
* Add test for regression caused by reverted patch r315251.Richard Smith2017-10-101-0/+31
* [CGExprScalar] In EmitCompare trunc the result if it has different type as E-...Guozhi Wei2017-10-102-0/+21
* Revert "[clang-fuzzer] Allow building without coverage instrumentation."Matt Morehouse2017-10-103-82/+53
* [clang-fuzzer] Build proto-to-cxx with fuzzer-no-link.Matt Morehouse2017-10-101-0/+1
* [lit] Add host_cxx to lit configFrancis Ricci2017-10-101-0/+1
* [clang-fuzzer] Allow building without coverage instrumentation.Matt Morehouse2017-10-103-53/+81
* For dllexport class templates, export specializations of member functions (PR...Hans Wennborg2017-10-102-0/+31
* [OPENMP] Add default codegen|tests for 'target parallel for[ simd]'Alexey Bataev2017-10-103-1/+472
* Fix a (slightly weird) 'comma operator within array index expression' warning...Simon Pilgrim2017-10-101-1/+2
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-1020-353/+79
* Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...Eric Liu2017-10-104-24/+4
* [analyzer] MisusedMovedObject: Fix state-resetting a base-class sub-object.Artem Dergachev2017-10-102-1/+16
* [analyzer] MisusedMovedObject: Add printState() method for self-debugging.Artem Dergachev2017-10-101-0/+21
* [analyzer] PthreadLockChecker: Add printState() method for self-debugging.Artem Dergachev2017-10-101-0/+35
* [analyzer] Implement pointer arithmetic on constantsGabor Horvath2017-10-102-0/+36
* [clang-refactor] Fix clang-tidy misc-move-const-arg warning.Haojian Wu2017-10-101-2/+2
* [CodeGen] Do not construct complete LValue base info in trivial casesIvan A. Kosarev2017-10-106-71/+74
* Fix small nits in clang-refactor doc.Haojian Wu2017-10-101-2/+2
* [ASTMatchers] Don't create a copy of a std::set when iterating over it.Benjamin Kramer2017-10-101-1/+4
* [Sema][ObjC] Preserve syntactic sugar when removingAkira Hatanaka2017-10-102-8/+32
* [Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...Richard Smith2017-10-104-4/+24
* R13575: Fix USR mangling for function pointer typesJan Korous2017-10-102-1/+23
* Fix typos in documentationJan Korous2017-10-091-2/+2
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-0920-79/+353
* [Analyzer] Do not segfault on unexpected call_once implementationGeorge Karpenkov2017-10-092-16/+31
* PR13575: Fix testJan Korous2017-10-091-3/+3
* AMDGPU: Add read_exec_lo/hi builtinsMatt Arsenault2017-10-093-0/+25
* PR13575: Fix USR mangling for fixed-size arraysJan Korous2017-10-092-0/+30
* Testing commit access.Hamza Sood2017-10-091-1/+1
* AMDGPU: Fix missing declaration for __builtin_amdgcn_dispatch_ptrMatt Arsenault2017-10-092-0/+8
* Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.Ilya Biryukov2017-10-092-1/+2
* Certain versions of clang require an explicit initialization for literal cons...Benjamin Kramer2017-10-081-1/+1
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-088-10/+0
* Make SourceLocation, QualType and friends have constexpr constructors.Benjamin Kramer2017-10-083-18/+16
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-083-3/+0
* [Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar2017-10-073-2/+11
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-0628-81/+226
* Revert "For dllexport class templates, export specializations of member funct...Reid Kleckner2017-10-062-23/+0
* [MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner2017-10-062-3/+7
* -Wdocumentation should allow '...' params in variadic function type aliasesAlex Lorenz2017-10-063-1/+42
* Revert r315087Alex Lorenz2017-10-0611-423/+28
* OpenCL: Assume functions are convergentMatt Arsenault2017-10-064-58/+81
* [ObjC] Don't warn on readwrite properties with custom setters thatAlex Lorenz2017-10-062-1/+26
* [refactor] add support for refactoring optionsAlex Lorenz2017-10-0611-28/+423
* [lit] Improve tool substitution in lit.Zachary Turner2017-10-062-59/+48
* Run pyformat on lit code.Zachary Turner2017-10-061-54/+69
* For Windows, allow .exe extension in a test.Paul Robinson2017-10-061-5/+5
* [OPENMP] Do not capture local static variables.Alexey Bataev2017-10-062-1/+42