summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] Correct modelling of OSDynamicCast: eagerly state splitGeorge Karpenkov2018-10-252-22/+53
* Add MS ABI mangling for operator<=>.Richard Smith2018-10-251-9/+2
* Avoid std::map&vector in hexagon builtin code to save code sizeReid Kleckner2018-10-251-763/+808
* [C++17] Reject shadowing of capture by parameter in lambdaNicolas Lesser2018-10-251-3/+17
* Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier2018-10-251-5/+2
* Change keep-static-consts to work on static storage duration, notErich Keane2018-10-251-2/+3
* [WebAssembly] Bitselect and min/max builtinsThomas Lively2018-10-251-0/+28
* [WebAssembly] Lower to target-independent saturating addThomas Lively2018-10-251-2/+2
* Implement Function Multiversioning for Non-ELF Systems.Erich Keane2018-10-256-43/+104
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2018-10-251-2/+5
* CodeGen: alter CFConstantString class name for swift 5.0Saleem Abdulrasool2018-10-251-1/+6
* [analyzer] Move canReasonAbout from Z3ConstraintManager to SMTConstraintManagerMikhail R. Gadelha2018-10-251-43/+2
* [analyzer] Fixed bitvector from model always being unsignedMikhail R. Gadelha2018-10-251-3/+5
* [OPENMP]Fix PR39422: variables are not firstprivatized in task context.Alexey Bataev2018-10-251-2/+25
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-254-11/+121
* [ms] Prevent explicit constructor name lookup if scope is missingWill Wilson2018-10-251-1/+2
* [clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev2018-10-251-7/+28
* [CodeGen] Always emit the 'min-legal-vector-width' attribute even when the va...Craig Topper2018-10-251-3/+1
* [Sema] Fix -Wcomma for C89Richard Trieu2018-10-252-3/+12
* Revert "[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03"Eric Fiselier2018-10-241-3/+2
* Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool2018-10-244-24/+124
* [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai2018-10-241-4/+0
* [SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03Eric Fiselier2018-10-241-2/+3
* Add gfx909 to GPU ArchTim Renouf2018-10-242-0/+6
* AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMapKonstantin Zhuravlyov2018-10-241-0/+1
* Do not always request an implicit taskgroup region inside the kmpc_taskloop f...Alexey Bataev2018-10-241-2/+2
* [OPENMP]Fix PR39366: do not try to private field if it is not captured.Alexey Bataev2018-10-241-2/+8
* [Hexagon] Flip hexagon-autohvx to be true by defaultKrzysztof Parzyszek2018-10-241-2/+2
* [CodeGen] Update min-legal-vector width based on function argument and return...Craig Topper2018-10-242-1/+30
* 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-243-20/+31
* 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-242-12/+22
* [autocompletion] Handle the space before pressing tabYuka Takahashi2018-10-241-0/+15
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-245-31/+47
* [Sema] Do not show unused parameter warnings when body is skippedIlya Biryukov2018-10-241-2/+3
* [bash-autocompletion] Fix bug when a flag ends with '='Yuka Takahashi2018-10-241-1/+3
* [Sema] Fix -Wcomma in dependent contextRichard Trieu2018-10-241-0/+6
* Debug Info (-gmodules): emit full types for non-anchored template specializat...Adrian Prantl2018-10-241-0/+9
* [analyzer] [NFC] Change scanReachableSymbols to use rangesGeorge Karpenkov2018-10-233-21/+7
* [analyzer] Do not stop tracking CXX methods touching OSObject.George Karpenkov2018-10-232-9/+25
* [analyzer] Trust summaries for OSObject::retain and OSObject::releaseGeorge Karpenkov2018-10-232-26/+27
* 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-231-2/+12
* [analyzer] Rename trackNullOrUndefValue to trackExpressionValueGeorge Karpenkov2018-10-2316-68/+58
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-2311-18/+48
* [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-231-0/+8
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-2312-99/+47
OpenPOWER on IntegriCloud