summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIB...Fangrui Song2018-12-151-0/+1
* Fix includes and dependencies for libclangRichard Trieu2018-12-155-6/+1
* Update the scan-build to generate SARIF.Aaron Ballman2018-12-132-4/+19
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+1
* Portable Python script across Python versionSerge Guelton2018-12-131-2/+5
* Portable Python script across Python versionSerge Guelton2018-12-131-2/+2
* [Driver] Add support for -fembed-bitcode for assembly fileSteven Wu2018-12-121-0/+23
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-1/+1
* [clang-fuzzer] Add explicit dependency on clangSerialization for clangHandleC...Alex Bradbury2018-12-121-0/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+1
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-129-0/+9
* [libclang] Revert removal of tidy plugin support from libclang introduced in ...Ivan Donchevskii2018-12-102-0/+22
* Portable Python script across Python versionSerge Guelton2018-12-031-9/+12
* Portable Python script across Python versionSerge Guelton2018-12-031-1/+1
* Portable Python script across versionSerge Guelton2018-12-032-6/+6
* Portable Python script across Python versionSerge Guelton2018-12-031-9/+9
* [diagtool] Remove unneeded header includes.Richard Trieu2018-11-282-2/+0
* [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii2018-11-271-0/+10
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+1
* Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer2018-11-232-22/+0
* [libclang] Unify getCursorDecl and getCursorParentDeclFangrui Song2018-11-203-15/+10
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-3/+4
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-082-0/+7
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-072-7/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-072-0/+7
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+3
* [analyzer][CTU] Correctly signal in the function index generation tool if the...Gabor Horvath2018-11-022-21/+11
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* Create ConstantExpr classBill Wendling2018-10-311-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-303-5/+4
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-2/+3
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-103-9/+9
* [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song2018-10-101-1/+2
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+3
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-262-4/+4
* [analyzer] scan-build: if --status-bugs is passed, don't forget about the exi...Roman Lebedev2018-09-261-2/+2
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+4
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-183-5/+16
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+4
* scan-build: Add support of the option --exclude like in scan-build-pySylvestre Ledru2018-09-171-0/+30
* scan-build: remove trailing whitespacesSylvestre Ledru2018-09-161-4/+4
* Also manages clang-X as tool for scan-buildSylvestre Ledru2018-09-161-1/+1
* clang-check: rename the local FixItActionSaleem Abdulrasool2018-09-101-2/+2
* [libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii2018-09-071-0/+7
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-062-7/+0
* [Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu2018-09-051-9/+9
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-1/+2
* [libclang] Fix cursors for arguments of Subscript and Call operatorsIvan Donchevskii2018-08-231-1/+131