summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Fix PR39422: variables are not firstprivatized in task context.Alexey Bataev2018-10-253-3/+27
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-2511-28/+185
* update the clang doc about contributionsSylvestre Ledru2018-10-251-3/+4
* [ms] Prevent explicit constructor name lookup if scope is missingWill Wilson2018-10-252-1/+22
* [clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev2018-10-252-9/+123
* [CodeGen] Always emit the 'min-legal-vector-width' attribute even when the va...Craig Topper2018-10-253-5/+3
* [Sema] Fix -Wcomma for C89Richard Trieu2018-10-253-119/+139
* Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier2018-10-242-24/+2
* Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool2018-10-249-24/+230
* [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai2018-10-2410-13/+0
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2018-10-242-2/+24
* Add gfx909 to GPU ArchTim Renouf2018-10-243-0/+7
* AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMapKonstantin Zhuravlyov2018-10-243-0/+10
* Do not always request an implicit taskgroup region inside the kmpc_taskloop f...Alexey Bataev2018-10-2411-36/+36
* [OPENMP]Fix PR39366: do not try to private field if it is not captured.Alexey Bataev2018-10-242-2/+21
* [CodeGen] Update test checks missed in r345168.Craig Topper2018-10-242-41/+41
* [Hexagon] Flip hexagon-autohvx to be true by defaultKrzysztof Parzyszek2018-10-242-5/+5
* [CodeGen] Update min-legal-vector width based on function argument and return...Craig Topper2018-10-2417-591/+723
* CodeGen: extract some local variables in CFConstantString creation (NFC)Saleem Abdulrasool2018-10-241-19/+18
* AST: unindent CFConstantStringDecl by inverting condition (NFC)Saleem Abdulrasool2018-10-241-42/+40
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-245-26/+42
* Remove a pair of unused dispatch multiversion declarations.Erich Keane2018-10-241-15/+0
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-245-59/+73
* [autocompletion] Handle the space before pressing tabYuka Takahashi2018-10-242-0/+21
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-249-58/+90
* [Sema] Do not show unused parameter warnings when body is skippedIlya Biryukov2018-10-242-2/+11
* [bash-autocompletion] Fix bug when a flag ends with '='Yuka Takahashi2018-10-242-1/+9
* [Sema] Fix -Wcomma in dependent contextRichard Trieu2018-10-242-0/+16
* Debug Info (-gmodules): emit full types for non-anchored template specializat...Adrian Prantl2018-10-247-2/+131
* [analyzer] [NFC] Change scanReachableSymbols to use rangesGeorge Karpenkov2018-10-234-43/+14
* [analyzer] Do not stop tracking CXX methods touching OSObject.George Karpenkov2018-10-233-14/+69
* [analyzer] Trust summaries for OSObject::retain and OSObject::releaseGeorge Karpenkov2018-10-233-27/+28
* NFC: Remove MANGLE_CHECKER from ItaniumMangle.cppErik Pilkington2018-10-232-23/+0
* Change getRedeclContext() to support enumerations as another kind of transpar...Aaron Ballman2018-10-232-2/+35
* Fix doxygen comment.Adrian Prantl2018-10-231-1/+1
* [analyzer] Rename trackNullOrUndefValue to trackExpressionValueGeorge Karpenkov2018-10-2317-77/+63
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-2314-19/+105
* [OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.hAndrew Savonichev2018-10-231-1/+0
* [OpenCL] Add cl_intel_planar_yuv extensionAndrew Savonichev2018-10-232-2/+23
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-2314-115/+55
* [clang] Fix a null pointer dereference.Kadir Cetinkaya2018-10-232-0/+13
* Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix...Hans Wennborg2018-10-235-83/+0
* [AST] Do not align virtual bases in `MicrosoftRecordLayoutBuilder` whenAleksandr Urakov2018-10-233-9/+32
* [DebugInfo] Generate debug information for labels. (After fix PR39094)Hsiangkai Wang2018-10-235-0/+83
* Revert "[Driver] Use forward slashes in most linker arguments"Martin Storsjo2018-10-231-9/+7
* [Driver] Use forward slashes in most linker argumentsMartin Storsjo2018-10-231-7/+9
* [MinGW] Link to correct openmp libraryMartin Storsjo2018-10-232-2/+39
* Add gfx904 and gfx906 to GPU ArchYaxun Liu2018-10-233-0/+14
* [analyzer] [NFC] Correct comment on RetainSummaryManagerGeorge Karpenkov2018-10-231-2/+2
* [analyzer] [www] Drop references to GC mode, which was deprecated years agoGeorge Karpenkov2018-10-232-46/+10
OpenPOWER on IntegriCloud