summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-262-114/+23
* Print NULL as "(null)" in diagnostic messageXing Xue2019-06-261-4/+6
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-7/+58
* [git-clang-format] recognize hxx as a C++ fileMiklos Vajna2019-06-211-1/+1
* git-clang-format: Remove trailing whitespace in docstring. NFC.Sam Clegg2019-06-191-13/+13
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-6/+6
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+25
* [clang-scan-deps] Fix -DBUILD_SHARED_LIBS=ON buildSam Clegg2019-06-131-0/+1
* clang-format extension: Widen the supported versions rangeHans Wennborg2019-06-131-1/+1
* [clang-scan-deps] Include <mutex> in ClangScanDeps.cpp to ensure itAlex Lorenz2019-06-121-0/+1
* NFC, Update the ClangScanDeps.cpp file's license commentAlex Lorenz2019-06-121-5/+4
* NFC, fixup indentation in CMakeLists.txt from r363204 as requestedAlex Lorenz2019-06-121-3/+3
* [clang-scan-deps] initial outline of the tool that runs preprocessor to findAlex Lorenz2019-06-123-0/+245
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-114-5/+15
* Make sure a test from r363036 does not write into a working directoryIlya Biryukov2019-06-111-0/+2
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-111-0/+5
* Revert "[Support][Test] Time profiler: add regression test"Anton Afanasyev2019-06-071-5/+0
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Revert rL362792 : [Support][Test] Time profiler: add regression testSimon Pilgrim2019-06-071-5/+0
* Build with _XOPEN_SOURCE defined on AIXDavid Tenty2019-06-071-0/+5
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+2
* Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber2019-05-252-2/+2
* Fix target property to make BUILD_SHARED_LIBS workChris Bieneman2019-05-211-1/+1
* [CMake] One more stab at fixing BUILD_SHARED_LIBSChris Bieneman2019-05-211-0/+1
* [libclang] visit c++14 lambda capture init expressionsNikolai Kosjar2019-05-211-2/+6
* [ClangFormat] Editor integrations inherit default style from clang-format binarySam McCall2019-05-174-8/+11
* Re-land: Add Clang shared library with C++ exportsChris Bieneman2019-05-173-0/+22
* Revert r360946 "Add Clang shared library with C++ exports"Nico Weber2019-05-173-17/+0
* Add Clang shared library with C++ exportsChris Bieneman2019-05-163-0/+17
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+1
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-4/+7
* Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher2019-05-141-1/+2
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-132-5/+6
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-103-0/+16
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-101-2/+1
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+4
* [clang-format] Fix the crash when formatting unsupported encodingsOwen Pan2019-05-081-0/+30
* [libclang] PR41649: Remove pointless duplicate flag. NFC.Nikolai Kosjar2019-05-081-3/+2
* Allow field offset lookups in types with incomplete arrays within libclang.Aaron Ballman2019-05-071-2/+10
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+4
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-1/+1
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-4/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+4
* [libclang] Add missing export for clang_Cursor_isAnonymousRecordDeclIvan Donchevskii2019-04-291-0/+1
* [libclang] Restore old clang_Cursor_isAnonymous behaviourIvan Donchevskii2019-04-292-0/+16
* [NFC] test commit removing excess lineNikolai Kosjar2019-04-251-1/+0
* Fix "-Wimplicit-fallthrough" warning. NFCI.Simon Pilgrim2019-04-231-0/+1
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-231-27/+33
* Attempt to fix LLVM_ENABLE_THREADS=OFF build after r358665Nico Weber2019-04-211-0/+2
OpenPOWER on IntegriCloud