summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-152-3/+3
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-062-9/+3
* [analyzer] Change ccc-analyzer to accept both -isystem <path> and -isystem<path>Ted Kremenek2015-02-031-2/+1
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-293-116/+21
* Reverting r227453, which adds back the fuzzer library. Now excluding the clan...Aaron Ballman2015-01-293-1/+45
* Temporarily reverting the fuzzer library as it causes too many build issues f...Aaron Ballman2015-01-293-43/+1
* Remove unnecessary default.Francois Pichet2015-01-291-1/+0
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-293-21/+117
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-1/+0
* Add clang-format-fuzzer targetKostya Serebryany2015-01-283-1/+43
* Improves overload completion result chunks.Francisco Lopes da Silva2015-01-281-1/+2
* Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko2015-01-231-1/+1
* Adopt new cl::HideUnrelatedOptions API added r226729.Chris Bieneman2015-01-211-9/+1
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-212-1/+3
* Link libclang with dl if available.Rafael Espindola2015-01-201-0/+5
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-0/+3
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-3/+0
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-0/+3
* Make clang-format work in emacs buffers with unicode characters.Manuel Klimek2015-01-191-11/+16
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-146-6/+6
* Update clang-format.el to use xml output and patch in the returned chunks.Manuel Klimek2015-01-131-46/+86
* Add the shifted cursor position to XML output, so it can be used by editor in...Manuel Klimek2015-01-091-0/+4
* Improve clang-format.el.Manuel Klimek2015-01-081-48/+117
* [analyzer] Include a couple more comments on using xcrun to query the SDK.Ted Kremenek2014-12-311-0/+4
* [analyzer] Change ccc-analyzer to mimick behavior on OSX Mavericks/Yosemite t...Ted Kremenek2014-12-311-0/+20
* clang-format: Make clang-format-diff.py format java files.Daniel Jasper2014-12-081-1/+1
* [analyzer] Eliminated endless loop.Anton Yartsev2014-12-051-0/+1
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-3/+3
* [analyzer] Indented code within the DisplayHelp sub.Anton Yartsev2014-11-261-84/+84
* clang-format a recent commit I madeDavid Blaikie2014-11-191-4/+3
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-192-3/+3
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-2/+1
* clang-format: Give clang-format-diff.py a -v option.Daniel Jasper2014-11-141-0/+4
* [libclang] Make sure to visit the body of a CXXForRangeStmt.Argyrios Kyrtzidis2014-11-131-1/+2
* [liblang] Handle CXXForRangeStmt during AST visitation.Argyrios Kyrtzidis2014-11-131-0/+6
* [libclang] When initializing an ObjC object via the "[[ClassName alloc] init*...Argyrios Kyrtzidis2014-11-101-2/+10
* clang-format: Document that --assume-filename affects the language.Nico Weber2014-11-101-1/+1
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* Fix style.Michael J. Spencer2014-11-071-5/+3
* Support LLVM_BUILD_STATIC.Rafael Espindola2014-11-052-5/+17
* clang-format: Make it possible to (require 'clang-format)Justin Bogner2014-11-051-0/+2
* clang-format: Fix vim integration if g:clang_format_binary doesn't existDaniel Jasper2014-11-041-1/+1
* [clang-tidy] Move -extra-arg handling to CommonOptionsProviderAlexander Kornienko2014-11-041-61/+7
* [llvm-api-change] Use findProgramByName.Michael J. Spencer2014-11-041-3/+3
* clang-format: permit setting the path to clang in vimrcSaleem Abdulrasool2014-11-021-0/+3
* docs: remove double carriage-returnSaleem Abdulrasool2014-11-021-1/+1
* [autoconf] Add clangToolingCore.a to Makefile(s) for static build w/o libclan...NAKAMURA Takumi2014-10-302-0/+2
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-302-2/+0
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
* clang-format: Cut more clangAST dependencies.Daniel Jasper2014-10-291-0/+1
OpenPOWER on IntegriCloud