aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/clangBob Badour
2018-10-19Do not build Clang tools on the platformPirama Arumuga Nainar
2017-11-30Disable host Clang builds, since no one is using them.Stephen Hines
2017-09-28Remove default librariesDan Willemsen
2016-12-07Convert clang to Android.bpColin Cross
2016-10-06Incremental squash-merge of aosp/dev to aosp/masterPirama Arumuga Nainar
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-04-13Support building 64-bit windows binaries for Clang.Stephen Hines
2016-04-06Replace $(findstring) by $(filter)Shinichiro Hamaji
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-09-02Stop using HOST_OS, whitelist windows modulesDan Willemsen
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-04-03Build libclang.so with libclang toolTao Bao
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-11-06Cleaner way to create symlink clang++Ying Wang
2014-09-04Disable FPIE just for Clang.Tim Murray
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-06-04Fix AArch64 rename from LLVM.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2014-04-02Revert "Make clang self-hosting."Tim Murray
2014-03-21Make clang self-hosting.Tim Murray
2014-03-07Make clang build with AArch64 support.Tim Murray
2014-02-11Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines
2013-11-26Merging r195420:Bill Wendling
2013-11-14Install clang-format's editor integrations in $PREFIX/share/clang/Hans Wennborg
2013-11-14Work around a bug in old gcc on the FreeBSD bot, which complains aboutDmitri Gribenko
2013-11-13libclang does not depend directly on clangFormat; but clangIndex doesDmitri Gribenko
2013-11-13Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko
2013-11-13Make inline functions in a header file static.Dmitri Gribenko
2013-11-13Add an optional mapping from source paths to source contents.Manuel Klimek
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko
2013-11-12Upgrade the VS solution to 2012.Manuel Klimek
2013-11-12Fix key bindings for VS 2010.Manuel Klimek
2013-11-12Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek
2013-11-12Revert unintentional commit from r194477.Manuel Klimek
2013-11-12git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194477 91177308-0d34-...Manuel Klimek
2013-11-12Rather than duplicating extension diagnostics to allow them to cause aRichard Smith
2013-11-09Use a StringRef. Saves 0.00000000000001s on execution time.Bill Wendling
2013-11-08Py3k compat for clang-format Sublime Text extension.Sean Silva
2013-11-08clang-format: Write files atomicallyAlp Toker
2013-11-06This patch modified ExeBasename as clang-cl.exe to match the preceding comment.Yaron Keren
2013-11-06[libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis
2013-11-04It is no longer necessary to opt out of pretty stack traces.Filip Pizlo
2013-10-31Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith
2013-10-29Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This ...Sylvestre Ledru