summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Minor cleanups in clang-format.el.Manuel Klimek2016-10-041-41/+48
* [cmake] Install 'clang-cpp' symlinkMichal Gorny2016-10-021-1/+1
* [analyzer][scan-build-py] subprocess output handling reviewed in clang moduleLaszlo Nagy2016-09-243-100/+156
* clang-format: Add an option to git-clang-format to diff between to commitsStephen Hines2016-09-221-50/+97
* clang-format VS plugin: upgrade the project files to VS2015Hans Wennborg2016-09-153-4/+6
* [analyzer] scan-build-py: Remove relative path hack for SATestsBuild.pyDevin Coughlin2016-09-142-26/+1
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+12
* clang-format: Add Java detection to git-clang-format.Stephen Hines2016-09-131-0/+1
* Handle empty message in static_asserts.Richard Trieu2016-09-131-2/+3
* clang-format: Make emacs integration work with narrowed buffers.Daniel Jasper2016-09-121-1/+1
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+1
* [clang-offload-bundler] Fix some Clang-tidy modernize-use-override and Includ...Eugene Zelenko2016-09-071-80/+120
* [scan-build-py] Increase precision of timestamp in report directory nameDevin Coughlin2016-09-062-1/+16
* [clang-cl] Check that we are in clang cl mode before enabling support for the...Pierre Gousseau2016-09-061-1/+1
* When we reach the end of a #include of a header of a local submodule that weRichard Smith2016-09-011-0/+8
* [clang-format-vim] Support vim linked against py3Luke Drummond2016-08-311-7/+11
* Fix memory leaks in clang-offload-bundlerVitaly Buka2016-08-251-9/+11
* clang-offload-bundler: Update libdeps.NAKAMURA Takumi2016-08-241-3/+1
* [Driver][OpenMP][CUDA] Add capability to bundle object files in sections of t...Samuel Antao2016-08-241-7/+296
* clang-offload-bundler - offload files bundling/unbundling toolSamuel Antao2016-08-243-0/+701
* driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman2016-08-231-5/+3
* [Driver] Remove unused #include of llvm/Support/config.hVedant Kumar2016-08-191-1/+0
* Use __has_include rather than a configure-time macro to determine ifRichard Smith2016-08-181-2/+7
* Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds"Vedant Kumar2016-08-181-1/+1
* [libclang] Added missing entry for newly introduced 'clang_getAllSkippedRange...Cameron Desrochers2016-08-181-0/+1
* [libclang] Add clang_getAllSkippedRanges functionCameron Desrochers2016-08-181-0/+27
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-182-12/+0
* [Driver] Use llvm-config.h, not config.h to unbreak out-of-tree buildsVedant Kumar2016-08-181-1/+1
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-172-0/+12
* Add missing close brace to fix Windows bots. Oops :(Richard Smith2016-08-171-1/+1
* If possible, set the stack rlimit to at least 8MiB on cc1 startup, and workRichard Smith2016-08-171-0/+65
* [CMake] Fixing typo in Info.plist generationChris Bieneman2016-08-161-1/+1
* [Order Files] Don't use empty order filesChris Bieneman2016-08-111-2/+9
* Make clang-format remove duplicate headers when sorting #includes.Eric Liu2016-08-101-3/+2
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-052-0/+11
* [analyzer] Fix execution permissions for the scan-build-py scripts.Artem Dergachev2016-08-017-0/+0
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-4/+4
* scan-build: Add an option to show the description in the list of defectSylvestre Ledru2016-08-011-4/+28
* [c-index-test] Make sure to check that clang_Cursor_getNumTemplateArguments d...Argyrios Kyrtzidis2016-07-301-2/+5
* [cc1as] Add MCTargetOptions argument to createAsmBackendJoel Jones2016-07-251-2/+4
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-1/+3
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-202-0/+11
* Add missing header in ClangFuzzer (after r275882 cleanup)Mehdi Amini2016-07-181-0/+1
* [NFC] Header cleanupMehdi Amini2016-07-1817-43/+14
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-162-1/+7
* [index] Create different USR if a property is a class property.Argyrios Kyrtzidis2016-07-151-1/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-1/+1
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-142-0/+12
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+3