summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Remove duplicate dependency on LLVMSupportJan Korous2020-05-071-1/+0
* [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea2020-03-131-7/+15
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-122-2/+4
* [cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ONTom Stellard2020-02-101-1/+16
* [Concepts] Requires ExpressionsSaar Raz2020-01-242-0/+2
* Clang] Fix expansion of response files in -Wp after integrated-cc1 changeAlexandre Ganea2020-01-231-9/+13
* Revert "[cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DY...Tom Stellard2020-01-231-9/+1
* [cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ONTom Stellard2020-01-231-1/+9
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-161-24/+23
* [Concepts] Type ConstraintsSaar Raz2020-01-151-1/+11
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-3/+3
* [Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea2020-01-131-6/+37
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-022-15/+0
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-0/+2
* [Wdocumentation] Implement \anchorMark de Wever2019-12-212-0/+6
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+4
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-163-19/+19
* Revert "[clang][clang-scan-deps] Aggregate the full dependency information."Michael Spencer2019-12-111-208/+7
* [clang][clang-scan-deps] Aggregate the full dependency information.Michael Spencer2019-12-111-7/+208
* [Support] Add TimeTraceScope constructor without detail argRussell Gallop2019-12-111-1/+1
* update string comparison in clang-format.pymydeveloperday2019-12-061-1/+1
* [clang-format] update trailing newline treatment in clang-format.pymydeveloperday2019-12-061-2/+6
* [OpenMP50] Add parallel master constructcchen2019-12-052-0/+11
* [scan-build-py] Set of small fixesGabor Horvath2019-12-052-8/+26
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-042-11/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-042-0/+11
* [Support] Add ProcName to TimeTraceProfilerRussell Gallop2019-12-031-1/+1
* [CIndex] Fix annotate-deep-statements test when using a Debug buildAlexandre Ganea2019-11-291-3/+6
* clang-format-vs : Fix Unicode formattingHans Wennborg2019-11-271-11/+20
* clang-format-vs : Fix typo NUGET_EXE_DIR on READMEHans Wennborg2019-11-261-2/+2
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-257-16/+11
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-267-11/+16
* Add support to find out resource dir and add it as compilation argsKousik Kumar2019-11-221-1/+74
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-0/+1
* [clang][NFC] Make various uses of Regex constThomas Preud'homme2019-11-191-4/+5
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+0
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-0/+1
* Remove Support/Options.h, it is unusedReid Kleckner2019-11-151-1/+1
* [clang-format] refactor the use of the SMDiagnostics in replacement warningsmydeveloperday2019-11-131-40/+9
* Allow additional file suffixes/extensions considered as source in main includ...mydeveloperday2019-11-121-3/+3
* [Format] Fix clang-format.el unit tests after commit f349cc37cc485fd5fSam McCall2019-11-111-1/+3
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-0/+5
* [clang-format] update comments in clang-format.py for python3 compatibilitypaulhoad2019-11-081-5/+17
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-3/+3
* [clang-format] [RELAND] Remove the dependency on frontendpaulhoad2019-11-062-15/+27
* [clang-format] Assert that filenames are not emptypaulhoad2019-11-061-0/+4
* clang-format: Add a fallback style to Emacs modepaulhoad2019-11-061-0/+13
* [clang][ScanDeps] Fix issue with multiple commands with the same input.Michael Spencer2019-10-311-14/+33
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-301-1/+12
OpenPOWER on IntegriCloud