summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-3/+19
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-033-37/+9
* Fix line endings.Ivan Donchevskii2018-01-032-66/+66
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-031-27/+43
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-033-18/+30
* [libclang] Add clang_getFileContents to libclang.exportsIvan Donchevskii2018-01-031-0/+1
* Update clang cc1as for createMCAsmBackend change in r321692Alex Bradbury2018-01-031-3/+2
* [Index] Reduce size of SymbolInfo struct.Sam McCall2017-12-231-3/+3
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-143-0/+14
* [libclang] Record code-completion invocations to a temporary file whenAlex Lorenz2017-12-076-4/+41
* [Index] Add setPreprocessor member to IndexDataConsumer.Eric Liu2017-12-071-1/+1
* [clang] Add PRIVATE to target_link_librariesShoaib Meenai2017-12-061-0/+1
* [clang] Use PRIVATE in target_link_librariesShoaib Meenai2017-12-061-1/+1
* [CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse2017-12-063-1/+3
* [libclang] Add function to get the buffer for a fileErik Verbruggen2017-12-061-0/+21
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-0514-2/+18
* [libclang] Store unsaved file hashes when recording parsing invocationsAlex Lorenz2017-12-053-4/+24
* [libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz2017-12-045-0/+99
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* Fix assume-filename handling in clang-format.elPhilipp Stephani2017-12-021-16/+29
* [clang] Use add_llvm_install_targetsShoaib Meenai2017-11-302-10/+5
* [SourceLocations] Use stronger sort predicate to remove non-deterministic ord...Mandeep Singh Grang2017-11-291-2/+3
* Refactor functions PrintTemplateArgumentListSerge Pavlov2017-11-281-3/+3
* [libclang] Fix cursors for in-class initializer of field declarationsBenjamin Kramer2017-11-151-0/+3
* [libclang] Allow crash recovery with LIBCLANG_NOTHREADSErik Verbruggen2017-11-143-28/+2
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-081-40/+35
* [clang-refactor] Use ClangTool more explicitly by making refaroing actions AS...Eric Liu2017-11-071-126/+192
* [clang-diff] NFC: formatJohannes Altmanninger2017-11-051-3/+3
* Move the libclang-headers project into the Misc folder on IDEs like Visual St...Aaron Ballman2017-11-041-0/+1
* Fix clang-format CLion integration bug.Eric Liu2017-11-021-1/+1
* [libclang] Add dummy libclang-headers targetShoaib Meenai2017-11-021-0/+5
* [clang-rename] Use add_clang_toolShoaib Meenai2017-11-021-3/+1
* [clang-refactor] Use add_clang_tool CMake templatePetr Hosek2017-10-251-1/+1
* [refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz2017-10-241-11/+54
* Reverting r316278 due to failing build bots.Aaron Ballman2017-10-211-1/+2
* [libclang, bindings]: add spelling locationMasud Rahman2017-10-211-2/+1
* [clang-refactor] Add "-Inplace" option to the commandline tool.Haojian Wu2017-10-201-6/+16
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-181-2/+2
* [libclang] Visit attributes for function and class templatesJonathan Coe2017-10-161-2/+4
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-165-16/+90
* clang-refactor: Use llvm_unreachable in an unused overrideAlex Lorenz2017-10-161-1/+1
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-161-6/+88
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-1/+4
* Revert r315738Alex Lorenz2017-10-131-88/+6
* Fix -Woverloaded-virtual warning in clang-refactorAlex Lorenz2017-10-131-0/+4
* [clang-refactor] Apply source replacementsAlex Lorenz2017-10-131-6/+84
* Recommit r315087 "[refactor] add support for refactoring options"Alex Lorenz2017-10-131-7/+114
* [cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE.Matt Morehouse2017-10-123-5/+5
* [clang-format] Allow building fuzzer with OSS-Fuzz flags.Matt Morehouse2017-10-122-3/+7
* Update cc1as_main for MCCodeEmitter ownership change in r315531.Lang Hames2017-10-111-1/+1