summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+1
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Attempt to fix build on Windows with LLVM_ENABLE_PIC=OFFNico Weber2019-01-251-1/+1
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-1/+3
* Fix typos throughout the license files that somehow I and my reviewersChandler Carruth2019-01-211-1/+1
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-3/+0
* Update the license mentioned in this documentation.Chandler Carruth2019-01-191-1/+1
* Update the license header in this man-page file.Chandler Carruth2019-01-191-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19122-486/+370
* Update some code used in our visual studio plugins to use linux fileChandler Carruth2019-01-193-458/+458
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-16/+238
* [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