summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future...Argyrios Kyrtzidis2013-12-063-9/+9
* [c-index-test] For the '-remap-file' option use a comma for separator which i...Argyrios Kyrtzidis2013-12-051-7/+7
* clang-format vsix cmake build: use ${LLVM_TOOLS_BINARY_DIR}/${CMAKE_CFG_INTDIR}Hans Wennborg2013-12-051-2/+2
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-052-2/+2
* [libclang] Record ranges skipped by the preprocessor and expose them with lib...Argyrios Kyrtzidis2013-12-053-0/+57
* [c-index-test] Enhance perform_test_reparse_source() to allow remapping a fileArgyrios Kyrtzidis2013-12-051-12/+77
* [c-index-test] For the '-remap-file=' option use ':' instead of ';' for separ...Argyrios Kyrtzidis2013-12-051-7/+7
* clang-format-diff.py: pass through errors to stderr, not stdoutAlp Toker2013-12-051-5/+2
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-052-0/+12
* clang-format-diff.py: Fix 'beintroduced' in help outputAlp Toker2013-12-041-1/+1
* CMake: enable building the clang-format vs pluginHans Wennborg2013-12-033-0/+20
* Preserve carriage return when using clang-format's XML interface.Manuel Klimek2013-12-031-2/+23
* Fix method/variable name typosAlp Toker2013-12-031-2/+2
* ClangFormatPackage.cs: fix inconsistent line endingsHans Wennborg2013-12-021-1/+1
* clang-format vs plugin: use Alp's suggestion for getting the pathHans Wennborg2013-12-021-2/+2
* clang-format vs plugin: bake clang-format.exe into the vsixHans Wennborg2013-12-023-1/+11
* Added an option to specify fallback style.Alexander Kornienko2013-12-021-3/+10
* Fix typo: s/Occurence/Occurrence/Alp Toker2013-11-302-5/+5
* [libclang] Check for LIBCLANG_DISABLE_CRASH_RECOVERY before enabling crash re...Argyrios Kyrtzidis2013-11-271-6/+2
* [libclang] Make sure we don't access past the tokens buffer while token annot...Argyrios Kyrtzidis2013-11-271-7/+29
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* Clang format VS plugin: update build prerequisites in the READMEHans Wennborg2013-11-251-1/+2
* Add txt file extension to VS solution's READMEAlp Toker2013-11-221-2/+2
* Install clang-format's editor integrations in $PREFIX/share/clang/Hans Wennborg2013-11-141-0/+5
* Work around a bug in old gcc on the FreeBSD bot, which complains aboutDmitri Gribenko2013-11-141-3/+3
* libclang does not depend directly on clangFormat; but clangIndex doesDmitri Gribenko2013-11-131-1/+0
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-135-1193/+28
* Make inline functions in a header file static.Dmitri Gribenko2013-11-131-6/+6
* Add an optional mapping from source paths to source contents.Manuel Klimek2013-11-131-0/+36
* Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2013-11-121-0/+13
* Upgrade the VS solution to 2012.Manuel Klimek2013-11-123-6/+54
* Fix key bindings for VS 2010.Manuel Klimek2013-11-121-4/+5
* Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek2013-11-127-45/+46
* Revert unintentional commit from r194477.Manuel Klimek2013-11-125-53/+67
* git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194477 91177308-0d34-...Manuel Klimek2013-11-125-67/+53
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-2/+1
* Use a StringRef. Saves 0.00000000000001s on execution time.Bill Wendling2013-11-091-1/+1
* Py3k compat for clang-format Sublime Text extension.Sean Silva2013-11-081-1/+2
* clang-format: Write files atomicallyAlp Toker2013-11-081-11/+1
* This patch modified ExeBasename as clang-cl.exe to match the preceding comment.Yaron Keren2013-11-061-1/+1
* [libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis2013-11-061-3/+11
* It is no longer necessary to opt out of pretty stack traces.Filip Pizlo2013-11-041-5/+0
* Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith2013-10-312-5/+8
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-312-4/+4
* Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This ...Sylvestre Ledru2013-10-291-1/+1
* clang-format.py: Make formatting unnamed buffers work again (broke in r190691).Nico Weber2013-10-251-3/+4
* [analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags.Jordan Rose2013-10-221-4/+5
* Rename some functions for consistency.Rafael Espindola2013-10-171-4/+4
* Add llvm_unreachable to pacify GCC's dropping off non-void function warning.Benjamin Kramer2013-10-151-1/+4
* [libclang] When querying for the availability of an enumerator, pick up the a...Argyrios Kyrtzidis2013-10-151-40/+75