aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2021-09-20[clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD.Frederic Cambus1-0/+3
2021-09-17[clang-repl] Install clang-replVassil Vassilev1-1/+1
2021-09-01[clang] Move the soname declaration in a variable at the top of the fileSylvestre Ledru1-4/+7
2021-08-10[clang] Fix libclang linking on SolarisRainer Orth2-14/+16
2021-08-10libcang: Add missing function to libclang.mapTom Stellard1-0/+1
2021-08-06[clang] [clang-repl] Fix linking against LLVMLineEditorMichał Górny1-1/+1
2021-08-02[clang-repl] Fix building with win32 dylibsMartin Storsjö1-1/+1
2021-07-27[libclang] Check LLVM_HAVE_LINK_VERSION_SCRIPTJinsong Ji1-1/+1
2021-07-27[clang-repl] Build and install clang-repl by default.Vassil Vassilev1-1/+0
2021-07-27[clang][Driver] Expose driver mode detection logicKadir Cetinkaya1-8/+3
2021-07-26libclang: Fixes for the python script that generates the export listTom Stellard2-4/+4
2021-07-26libclang: Add missing export to python script that generates export listTom Stellard1-0/+1
2021-07-26libclang.so: Fix version script to work with goldTom Stellard1-397/+397
2021-07-26libclang.so: Make SONAME independent from LLVM versionTom Stellard4-394/+453
2021-07-21[clang] Introduce SourceLocation::[U]IntTy typedefs.Simon Tatham1-1/+2
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-3/+3
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-3/+3
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-3/+3
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-3/+3
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-3/+3
2021-07-12Reland "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-1/+2
2021-07-11Revert "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-2/+1
2021-07-11[clang-repl] Implement partial translation units and error recovery.Vassil Vassilev1-1/+2
2021-07-10Reland "[clang-repl] Allow passing in code as positional arguments."Vassil Vassilev1-6/+16
2021-07-09[Clang] Introduce Swift async calling convention.Varun Gandhi1-0/+1
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie2-3/+3
2021-07-08Fix MSVC "truncation from 'int' to 'bool'" warning. NFCI.Simon Pilgrim1-1/+1
2021-07-08Recommit: Support: add llvm::thread class that supports specifying stack size.Tim Northover1-4/+5
2021-07-08Revert "Support: add llvm::thread class that supports specifying stack size."Tim Northover1-5/+4
2021-07-08Support: add llvm::thread class that supports specifying stack size.Tim Northover1-4/+5
2021-07-02Revert "[clang-repl] Allow passing in code as positional arguments."Mitch Phillips1-16/+6
2021-07-01[clang-repl] Allow passing in code as positional arguments.Vassil Vassilev1-6/+16
2021-06-30[CMake] Don't use -Bsymbolic-functions for MinGW targetsMartin Storsjö1-1/+1
2021-06-30[clang-offload-bundler] Add unbundling of archives containing bundled object ...Saiyedul Islam1-39/+313
2021-06-29[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower1-1/+1
2021-06-28Revert "[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEn...Melanie Blower1-1/+1
2021-06-28[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower1-1/+1
2021-06-28Revert "[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEn...Melanie Blower1-1/+1
2021-06-28[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower1-1/+1
2021-06-26[clang-format] Add basic support for formatting JSONmydeveloperday3-2/+15
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2021-06-25[clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö4-5/+5
2021-06-21Create install targets for scan-build-py.Daniel Hwang30-656/+1327
2021-06-18[libclang] Fix error handler in translateSourceLocation.Simon Tatham1-1/+1
2021-06-14[clang][deps] Move enabling system header deps from `clang-scan-deps` to `Dep...Jan Svoboda1-2/+0
2021-06-14[clang][deps] Move injection of `-Wno-error` from `clang-scan-deps` to `Depen...Jan Svoboda1-1/+0
2021-06-14[clang][deps] Move invocation adjustments from `clang-scan-deps` to `Dependen...Jan Svoboda1-59/+5
2021-06-14[clang][deps] Move stripping of diagnostic serialization from `clang-scan-dep...Jan Svoboda1-2/+0
2021-06-14[clang][deps] NFC: Preserve the original frontend actionJan Svoboda1-3/+5
2021-06-10[OpenMP] Implement '#pragma omp unroll'.Michael Kruse2-0/+16