Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)Author
2022-05-19[Serialization] Delta-encode consecutive SourceLocations in TypeLocSam McCall
2022-05-19[Analyzer] Remove extra space from NSErrorChecker message.Usama Hameed
2022-05-18Reland "[dwarf] Emit a DIGlobalVariable for constant strings."Mitch Phillips
2022-05-18[Driver] Refactor /opt/rh detectionFangrui Song
2022-05-18Correct the diagnostic behavior for unreachable _Generic associations in C++Aaron Ballman
2022-05-18[OpenCL] Add cl_khr_subgroup_rotate builtinsSven van Haastregt
2022-05-18[clang][analyzer][ctu] Make CTU a two phase analysisGabor Marton
2022-05-18[clang][ASTImporter] Add isNewDeclGabor Marton
2022-05-18Revert "[clang-format] Fix WhitespaceSensitiveMacros not being honoured when ...Marek Kurdej
2022-05-17[clang][dataflow] Fix double visitation of nested logical operatorsEric Li
2022-05-17[clang][dataflow] Weaken guard to only check for storage locationEric Li
2022-05-17[clang-cl] Add /Zc:wchar_t- optionPengxuan Zheng
2022-05-17[concepts] Implement dcl.decl.general p4: No constraints on non-template funcsErich Keane
2022-05-17Enabling the detection of devtoolset-11 toolchain.Kamau Bridgeman
2022-05-17[clang] Expose CoawaitExpr's operand in the ASTNathan Ridge
2022-05-17[OpenCL] Do not guard vload/store_half builtinsSven van Haastregt
2022-05-17[Frontend] [Coroutines] Emit error when we found incompatible allocationChuanqi Xu
2022-05-17Revert "[dwarf] Emit a DIGlobalVariable for constant strings."Mitch Phillips
2022-05-17[dwarf] Emit a DIGlobalVariable for constant strings.Mitch Phillips
2022-05-17[clang] Avoid suggesting typoed directives in `.S` filesKen Matsui
2022-05-17[OpenMP] Don't build the offloading driver without a source inputJoseph Huber
2022-05-16[MSVC] Add support for pragma alloc_textStephen Long
2022-05-16[AST] Cleanup on getting the underlying decl of using-shdow decl.Haojian Wu
2022-05-16[clang-format][NFC] Don't call mightFitOnOneLine() unnecessarilyowenca
2022-05-16[clang-format] fix alignment w/o binpacked argsGregory Fong
2022-05-16[RISCV][NFC] Fix build issueKito Cheng
2022-05-16[clang-format] Fix PointerAlignment: Right not working with tab indentation.Marek Kurdej
2022-05-16[RISCV][NFC] Refactor RISC-V vector intrinsic utils.Kito Cheng
2022-05-16[clang] Prevent folding of non-const compound exprserge-sans-paille
2022-05-16[Diagnostic] Warn if the size argument of memset is character literalChuanqi Xu
2022-05-15[clang-format] Handle "if consteval { ... }" for RemoveBracesLLVMowenca
2022-05-15[LowerTypeTests][clang] Implement and allow -fsanitize=cfi-icall for RISCVWende Tan
2022-05-14Resolve overload ambiguity on Mac OS when printing size_t in diagnosticsAaron Puchert
2022-05-14[clang] Require including config.h for CLANG_DEFAULT_STD_CCassie Jones
2022-05-14[clang] Include clang config.h in LangStandards.cppCassie Jones
2022-05-14[Cuda] Add the features using the last argumentJoseph Huber
2022-05-13[CUDA] Add a flag to manually specify the target feature to use with CUDAJoseph Huber
2022-05-13[Clang] Add DriverKit supportEgor Zhdan
2022-05-13[OpenMP] Use the new OpenMP device static library when doing LTOJoseph Huber
2022-05-13[OpenMP] Don't set device runtime debugging flags if using '-nogpulib'Joseph Huber
2022-05-13[OpenMP] Don't include the device wrappers if -nostdinc is usedJoseph Huber
2022-05-13[OpenMP] Add `__CUDA_ARCH__` definition when offloading with OpenMPJoseph Huber
2022-05-13[OpenMP] Fix declare simd use on in-class member template functionMike Rice
2022-05-13[analyzer] Introduce clang_analyzer_dumpSvalType introspection functionBalazs Benics
2022-05-13[analyzer][NFC] Tighten some of the SValBuilder return typesBalazs Benics
2022-05-13Try to disambiguate between overloads on MacAaron Puchert
2022-05-13Revert "In MSVC compatibility mode, friend function declarations behave as fu...Nico Weber
2022-05-13[MSVC] Add support for pragma functionStephen Long
2022-05-13Suggest typo corrections for preprocessor directivesKen Matsui
2022-05-13Silence some false positive -Wstrict-prototype warningsAaron Ballman