summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add clang_free to libclang to free memory allocated in libclang.Yaron Keren2015-07-092-0/+5
* Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl2015-07-091-0/+1
* Revert "Fix a linker issue with clang-check on Linux."Adrian Prantl2015-07-081-2/+0
* [CMake] clang-check: Prune redundant libdeps introduced in r241653.NAKAMURA Takumi2015-07-081-14/+0
* [CMake] Reorder libdeps. NFC.NAKAMURA Takumi2015-07-082-5/+2
* [CMake] Fill up required libs, corresponding to r241653.NAKAMURA Takumi2015-07-081-0/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-087-12/+58
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-077-43/+12
* Fix a linker issue with clang-check on Linux.Adrian Prantl2015-07-071-0/+2
* Add LLVM backend dependencies to clang-check also in cmake.Adrian Prantl2015-07-071-1/+14
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-077-11/+27
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-072-5/+9
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-072-8/+13
* Handle Objective-C type arguments.Douglas Gregor2015-07-072-1/+44
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+2
* [CMake] clang-*.*: Prevent versioning if the buildhost is targeting for Win32.NAKAMURA Takumi2015-07-051-1/+5
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-2/+2
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-022-0/+10
* [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.Anton Yartsev2015-07-012-62/+48
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-012-0/+12
* [clang-fuzzer] Update clang-fuzzer to API change in r240225.Alexey Samsonov2015-06-251-1/+4
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+3
* Update for LLVM api change.Rafael Espindola2015-06-231-3/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-2219-34/+30
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-222-40/+40
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-2219-30/+34
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-212-6/+5
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-206-29/+39
* clang-format: Add TypeScript detection to git-clang-format.Daniel Jasper2015-06-191-0/+1
* Fix a typo.Adrian Prantl2015-06-181-1/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-182-0/+11
* [analyzer] Cleanup: $Status is always 0 here.Anton Yartsev2015-06-171-2/+0
* [analyzer] Close file handle before output to file from external command.Anton Yartsev2015-06-171-1/+1
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+2
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-151-2/+2
* Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders2015-06-151-2/+2
* Update for llvm api change.Rafael Espindola2015-06-131-14/+4
* scan-build: Remove useless whitespace in File pathSylvestre Ledru2015-06-121-1/+1
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-3/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-4/+2
* Fix terrible python goof in clang-format.py which broke my vimChandler Carruth2015-06-041-1/+1
* Make vim also output a helpful message in some error cases.Manuel Klimek2015-06-021-0/+2
* Revert r237339 as sanitizer-ppc64-linux1 does not like it.Yaron Keren2015-05-141-7/+6
* Replace non-standard %lld printf usage with PRId64.Yaron Keren2015-05-141-6/+7
* Fix clang-format build from the solution; the underlying path has changed to ...Manuel Klimek2015-05-121-2/+2
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-121-0/+1
* revert r237081 -- bad idea (-lcrypt may not be present)Kostya Serebryany2015-05-122-2/+0
* add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)Kostya Serebryany2015-05-122-1/+3