summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-01-03[libclang] Fix cursors for functions with trailing return typeIvan Donchevskii
2018-01-03Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg
2018-01-03Fix line endings.Ivan Donchevskii
2018-01-03[libclang] Fix cursors for functions with trailing return typeIvan Donchevskii
2018-01-03[libclang] Support querying whether a declaration is invalidIvan Donchevskii
2018-01-03[libclang] Add clang_getFileContents to libclang.exportsIvan Donchevskii
2018-01-03Update clang cc1as for createMCAsmBackend change in r321692Alex Bradbury
2017-12-23[Index] Reduce size of SymbolInfo struct.Sam McCall
2017-12-14[libclang] Add support for checking abstractness of recordsAlex Lorenz
2017-12-07[libclang] Record code-completion invocations to a temporary file whenAlex Lorenz
2017-12-07[Index] Add setPreprocessor member to IndexDataConsumer.Eric Liu
2017-12-06[clang] Add PRIVATE to target_link_librariesShoaib Meenai
2017-12-06[clang] Use PRIVATE in target_link_librariesShoaib Meenai
2017-12-06[CMake] Use PRIVATE in target_link_libraries for fuzzers.Matt Morehouse
2017-12-06[libclang] Add function to get the buffer for a fileErik Verbruggen
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-05[libclang] Store unsaved file hashes when recording parsing invocationsAlex Lorenz
2017-12-04[libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz
2017-12-04Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman
2017-12-02Fix assume-filename handling in clang-format.elPhilipp Stephani
2017-11-30[clang] Use add_llvm_install_targetsShoaib Meenai
2017-11-29[SourceLocations] Use stronger sort predicate to remove non-deterministic ord...Mandeep Singh Grang
2017-11-28Refactor functions PrintTemplateArgumentListSerge Pavlov
2017-11-15[libclang] Fix cursors for in-class initializer of field declarationsBenjamin Kramer
2017-11-14[libclang] Allow crash recovery with LIBCLANG_NOTHREADSErik Verbruggen
2017-11-08[clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu
2017-11-07[clang-refactor] Use ClangTool more explicitly by making refaroing actions AS...Eric Liu
2017-11-05[clang-diff] NFC: formatJohannes Altmanninger
2017-11-04Move the libclang-headers project into the Misc folder on IDEs like Visual St...Aaron Ballman
2017-11-02Fix clang-format CLion integration bug.Eric Liu
2017-11-02[libclang] Add dummy libclang-headers targetShoaib Meenai
2017-11-02[clang-rename] Use add_clang_toolShoaib Meenai
2017-10-25[clang-refactor] Use add_clang_tool CMake templatePetr Hosek
2017-10-24[refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz
2017-10-21Reverting r316278 due to failing build bots.Aaron Ballman
2017-10-21[libclang, bindings]: add spelling locationMasud Rahman
2017-10-20[clang-refactor] Add "-Inplace" option to the commandline tool.Haojian Wu
2017-10-18[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi
2017-10-16[libclang] Visit attributes for function and class templatesJonathan Coe
2017-10-16[refactor] allow the use of refactoring diagnosticsAlex Lorenz
2017-10-16clang-refactor: Use llvm_unreachable in an unused overrideAlex Lorenz
2017-10-16Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz
2017-10-15Convert clang::LangAS to a strongly typed enumAlexander Richardson
2017-10-13Revert r315738Alex Lorenz
2017-10-13Fix -Woverloaded-virtual warning in clang-refactorAlex Lorenz
2017-10-13[clang-refactor] Apply source replacementsAlex Lorenz
2017-10-13Recommit r315087 "[refactor] add support for refactoring options"Alex Lorenz
2017-10-12[cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_ENGINE.Matt Morehouse
2017-10-12[clang-format] Allow building fuzzer with OSS-Fuzz flags.Matt Morehouse
2017-10-11Update cc1as_main for MCCodeEmitter ownership change in r315531.Lang Hames