summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-308-76/+279
* [analyzer] [NFC] Minor refactoring of RetainCountDiagnosticsGeorge Karpenkov2018-11-305-224/+263
* [analyzer] For OSObject, trust that functions starting with GetGeorge Karpenkov2018-11-302-1/+14
* [analyzer] Print a fully qualified name for functions in RetainCountChecker d...George Karpenkov2018-11-302-12/+26
* [analyzer] Add the type of the leaked object to the diagnostic messageGeorge Karpenkov2018-11-308-24/+45
* [analyzer] Reference leaked object by name, even if it was created in an inli...George Karpenkov2018-11-304-21/+43
* [analyzer] [NFC] Test dumping trimmed graphGeorge Karpenkov2018-11-301-0/+1
* [analyzer] [NFC] Some miscellaneous clean ups and documentation fixes.George Karpenkov2018-11-302-89/+92
* [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl2018-11-293-0/+31
* [OPENMP][NVPTX]Call get __kmpc_global_thread_num in worker afterAlexey Bataev2018-11-292-1/+5
* [OpenMP] Add a new version of the SPMD deinit kernel functionGheorghe-Teodor Bercea2018-11-299-27/+31
* Revert "NFC: Fix case of CommentVisitor::Visit methods"Stephen Kelly2018-11-292-27/+27
* NFC: Fix case of CommentVisitor::Visit methodsStephen Kelly2018-11-292-27/+27
* NFC: Move ColorScope to global scopeStephen Kelly2018-11-291-56/+58
* NFC: Constify ShowColorsStephen Kelly2018-11-291-1/+1
* set default max-page-size to 4KB in lld for Android Aarch64Zhizhou Yang2018-11-292-0/+13
* Simplify the __builtin_constant_p test that was used to catch rC347417 failureFangrui Song2018-11-291-5/+2
* Add missing REQUIRES to new testTeresa Johnson2018-11-291-0/+2
* [analyzer][PlistMacroExpansion] Part 4.: Support for __VA_ARGS__Kristof Umann2018-11-293-103/+303
* [ThinLTO] Allow importing of multiple symbols with same GUIDTeresa Johnson2018-11-294-9/+68
* Mark __builtin_shufflevector as using custom type checkingMatt Arsenault2018-11-291-1/+1
* inhereit LLVM_ENABLE_LIBXML2David Callahan2018-11-291-7/+10
* [OpenCL] Improve diags for addr spaces in templatesAnastasia Stulova2018-11-295-24/+43
* Set MustBuildLookupTable on PrimaryContext in ExternalASTMergerRaphael Isemann2018-11-291-2/+2
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-2916-2/+324
* Allow cpu-dispatch forward declarations.Erich Keane2018-11-283-13/+15
* Ensure sanitizer check function calls have a !dbg locationAdrian Prantl2018-11-283-0/+52
* [DebugInfo] NFC Clang test changes for: IR/Bitcode changes for DISubprogram f...Paul Robinson2018-11-2824-74/+78
* Correct 'target' default behavior on redecl, allow forward declaration.Erich Keane2018-11-285-12/+106
* [Coverage] Specify the Itanium ABI triple for a C++ testVedant Kumar2018-11-281-1/+1
* [Coverage] Do not visit artificial stmts in defaulted methods (PR39822)Vedant Kumar2018-11-282-4/+33
* Revert "[ASTImporter] Changed use of Import to Import_New in ASTImporter."Davide Italiano2018-11-282-377/+320
* [OPENMP]Fix emission of the target regions in virtual functions.Alexey Bataev2018-11-282-1/+28
* [NFC] Move MultIversioning::Type into Decl so that it can be used inErich Keane2018-11-284-45/+62
* [analyzer] Cleanup constructors in the Z3 backendMikhail R. Gadelha2018-11-281-96/+31
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-2838-197/+567
* [ASTImporter] Changed use of Import to Import_New in ASTImporter.Balazs Keri2018-11-282-320/+377
* PR39809: (const void*)0 is not a null pointer constant in C.Richard Smith2018-11-282-6/+13
* PR12884: Add test (bug is already fixed).Richard Smith2018-11-281-0/+56
* Move LoopHint.h from Sema to ParseRichard Trieu2018-11-287-9/+6
* [CodeGen] Fix included headers.Richard Trieu2018-11-281-1/+2
* [diagtool] Remove unneeded header includes.Richard Trieu2018-11-282-2/+0
* [OPENMP] remove redundant ColonExpected flag in ParseOpenMP.cpp (NFC)Kelvin Li2018-11-281-3/+0
* [RISCV] Mark unit tests as "requires: riscv-registered-target"Mandeep Singh Grang2018-11-276-0/+12
* Fix typo in "[clang][ARC] Fix test for commit r347699"Tatyana Krasnukha2018-11-271-1/+1
* [OPENMP][NVPTX]Basic support for reductions across the teams.Alexey Bataev2018-11-273-1327/+125
* [MS] Push outermost class DeclContexts only in -fdelayed-template-parsingReid Kleckner2018-11-272-12/+53
* [clang][ARC] Fix test for commit r347699Tatyana Krasnukha2018-11-271-3/+3
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-278-1/+100
* [clang][ARC] Add ARCTargetInfoTatyana Krasnukha2018-11-278-0/+402