summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add clang-tools-extra as a submoduleOrgad Shaneh2019-04-041-0/+0
* [backported/clang-9][libclang] Fix CXTranslationUnit_KeepGoingNikolai Kosjar2019-04-041-1/+1
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-04-042-0/+5
* [Driver] Statically link tools into clang executableNikolai Kosjar2019-04-042-0/+18
* [libclang] Statically link clazy into libclangNikolai Kosjar2019-04-042-0/+5
* [analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2019-01-1010-102/+104
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-102-10/+15
* Remove dependency-related arguments in clang-check.Alexander Kornienko2019-01-091-0/+1
* [libclang] Fix the mismatched delete operator for ExprEvalResultAlex Lorenz2019-01-081-1/+1
* [libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz2019-01-081-24/+23
* Portable Python script across Python versionSerge Guelton2019-01-032-9/+16
* [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz2019-01-031-3/+6
* PR40096: Forwards-compatible with C++20 rule regarding aggregates not having ...David Blaikie2018-12-191-3/+0
* Portable Python script across Python versionSerge Guelton2018-12-192-8/+15
* Portable Python script across Python versionSerge Guelton2018-12-186-6/+6
* Portable Python script across Python versionSerge Guelton2018-12-181-3/+6
* Portable Python script across Python versionSerge Guelton2018-12-182-4/+4
* [AST] Unify the code paths of traversing lambda expressions.Haojian Wu2018-12-181-17/+11
* Portable Python script across Python versionSerge Guelton2018-12-184-20/+25
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+5
* Portable Python script across Python versionSerge Guelton2018-12-181-1/+1
* [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