summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-8][libclang] Return the proper pointee type for 'auto' dedu...Ivan Donchevskii2018-09-071-0/+7
* [backported/clang-8][libclang] Fix cursors for arguments of Subscript and Cal...Ivan Donchevskii2018-08-281-1/+131
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2018-06-212-0/+5
* [backported/clang-7][libclang] Optionally add code completion results for arr...Ivan Donchevskii2018-06-144-7/+135
* [backported/clang-7][libclang] Allow skipping function bodies in preamble onlyNikolai Kosjar2018-05-172-1/+9
* [Driver] Statically link tools into clang executableNikolai Kosjar2018-05-022-0/+18
* [libclang] Statically link clazy into libclangNikolai Kosjar2018-04-202-0/+5
* [backported/clang-7][libclang] Only mark CXCursors for explicit attributes wi...Nikolai Kosjar2018-04-201-1/+1
* [backported/clang-7][libclang] Add PrintingPolicy for pretty printing declara...Nikolai Kosjar2018-04-193-6/+294
* [backported/clang-7][libclang] Support querying whether a declaration is invalidNikolai Kosjar2018-04-193-0/+12
* [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