summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* added shared library to fix buildbotEmmett Neyman2018-07-271-0/+2
* Updated llvm-proto-fuzzer to execute the compiled codeEmmett Neyman2018-07-263-58/+148
* cc1_main: fix -Wsign-compare on FreeBSDFangrui Song2018-07-251-2/+4
* Rewrite the VS integration scripts.Zachary Turner2018-07-201-4/+0
* [Index] Set OrigD before D is changed.Eric Liu2018-07-202-0/+4
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+1
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-1/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+1
* Revert r336590 "[libclang] evalute compound statement cursors before trying t...Evgeniy Stepanov2018-07-101-13/+13
* Revert r336591 "[libclang] NFC, simplify clang_Cursor_Evaluate"Evgeniy Stepanov2018-07-101-24/+25
* Support -fdebug-prefix-map for assembler source (pass to cc1as). ThisPaul Robinson2018-07-101-0/+7
* [libclang] NFC, simplify clang_Cursor_EvaluateAlex Lorenz2018-07-091-25/+24
* [libclang] evalute compound statement cursors before trying to evaluateAlex Lorenz2018-07-091-13/+13
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+38
* Factor out Clang's desired 8MB stack size constant from the variousRichard Smith2018-07-032-16/+11
* [clang-format] Add a default format style that can be used by users of `getSt...Eric Liu2018-06-251-10/+11
* Attempt to fix latent tablegen dependency issueReid Kleckner2018-06-231-1/+10
* Fix BUILD_SHARED_LIBS=1 build of libclangHandleLLVMSam Clegg2018-06-221-1/+7
* Implemented proto to LLVM conversion and LLVM fuzz targetEmmett Neyman2018-06-2214-36/+430
* Test commit, made a minor change to a commentEmmett Neyman2018-06-211-1/+1
* [liblang] Remove DOS line endings in libclang.exportsRainer Orth2018-06-211-15/+15
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-202-0/+6
* Update copyright year to 2018.Paul Robinson2018-06-181-1/+1
* [cmake] Add linker detection for Apple platformsShoaib Meenai2018-06-141-2/+2
* [CMAKE][c-index-test] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2Bruno Cardoso Lopes2018-06-141-1/+5
* [libclang] Make c-index-test.c ISO C90 compliant.Matt Morehouse2018-06-131-1/+1
* [libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-06-134-21/+149
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-12/+11
* [clang-fuzzer] Modified protobuf and converter to add new signature, remove c...Matt Morehouse2018-06-112-12/+29
* [clang-fuzzer] Made loop_proto more "vectorizable".Matt Morehouse2018-06-082-45/+13
* Introducing single for loop into clang_proto_fuzzerVitaly Buka2018-06-077-5/+351
* [clang-proto-fuzzer] Refactored LLVMFuzzerInitialize into its own file.Matt Morehouse2018-06-055-18/+71
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+12
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-12/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+12
* [cmake] Support LLD for CLANG_ORDER_FILEShoaib Meenai2018-06-021-2/+5
* [cmake] Use LLVM's check_linker_flagShoaib Meenai2018-06-021-8/+1
* Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne2018-05-221-14/+23
* Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson2018-05-221-23/+14
* CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne2018-05-211-14/+23
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+4
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-172-1/+9
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-172-23/+15
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-172-15/+23
* [diagtool] Add diagtool to install target.Jonas Devlieghere2018-05-161-0/+12
* update two comments as suggested on https://reviews.llvm.org/D46843Nico Weber2018-05-152-4/+2
* [libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType...Richard Smith2018-05-111-1/+29
* [HIP] Let clang-offload-bundler support HIPYaxun Liu2018-05-111-5/+5
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-1/+2
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-2/+1
OpenPOWER on IntegriCloud