summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Merging r195420:Bill Wendling2013-11-26
* Install clang-format's editor integrations in $PREFIX/share/clang/Hans Wennborg2013-11-14
* Work around a bug in old gcc on the FreeBSD bot, which complains aboutDmitri Gribenko2013-11-14
* libclang does not depend directly on clangFormat; but clangIndex doesDmitri Gribenko2013-11-13
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-13
* Make inline functions in a header file static.Dmitri Gribenko2013-11-13
* Add an optional mapping from source paths to source contents.Manuel Klimek2013-11-13
* Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2013-11-12
* Upgrade the VS solution to 2012.Manuel Klimek2013-11-12
* Fix key bindings for VS 2010.Manuel Klimek2013-11-12
* Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek2013-11-12
* Revert unintentional commit from r194477.Manuel Klimek2013-11-12
* git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194477 91177308-0d34-...Manuel Klimek2013-11-12
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-12
* Use a StringRef. Saves 0.00000000000001s on execution time.Bill Wendling2013-11-09
* Py3k compat for clang-format Sublime Text extension.Sean Silva2013-11-08
* clang-format: Write files atomicallyAlp Toker2013-11-08
* This patch modified ExeBasename as clang-cl.exe to match the preceding comment.Yaron Keren2013-11-06
* [libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis2013-11-06
* It is no longer necessary to opt out of pretty stack traces.Filip Pizlo2013-11-04
* Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith2013-10-31
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-31
* Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This ...Sylvestre Ledru2013-10-29
* clang-format.py: Make formatting unnamed buffers work again (broke in r190691).Nico Weber2013-10-25
* [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags.Jordan Rose2013-10-22
* Rename some functions for consistency.Rafael Espindola2013-10-17
* Add llvm_unreachable to pacify GCC's dropping off non-void function warning.Benjamin Kramer2013-10-15
* [libclang] When querying for the availability of an enumerator, pick up the a...Argyrios Kyrtzidis2013-10-15
* Changed clang-format-diff.py to output diff by default. Added -i option to ap...Alexander Kornienko2013-10-11
* [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis2013-10-11
* clang-format: Don't exit with failure on empty files.Daniel Jasper2013-10-08
* Driver: Use the canonical command line arguments.David Majnemer2013-10-07
* [libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis2013-10-03
* clang-format: Fix clang-format-diff.py according to diff specification.Daniel Jasper2013-10-02
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-01
* Remove unused variable introduced in 191666David Blaikie2013-09-30
* Moving style option formatting to libFormatEdwin Vane2013-09-30
* Fix up fallout from r187156.Bob Wilson2013-09-26
* [libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2013-09-25
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-24
* Fix array_pod_sort predicates after LLVM change.Benjamin Kramer2013-09-22
* Fix clang-format-diff.py to accept -style again.Daniel Jasper2013-09-21
* Simplify clang-format-diff.py using new clang-format options.Daniel Jasper2013-09-18
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18
* [libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis2013-09-16
* [analyzer] scan-build: add missing semicolonJordan Rose2013-09-16
* [analyzer] Put more uniqueness in scan-build's temporary directory names.Jordan Rose2013-09-14
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-13
* clang-format: Add -assume-filename option for editor integrations.Daniel Jasper2013-09-13
* Fix the MCTargetAsmParser API change.Joey Gouly2013-09-12