aboutsummaryrefslogtreecommitdiff
path: root/clang/tools
AgeCommit message (Expand)AuthorFilesLines
2013-11-26Merging r195420:Bill Wendling1-2/+2
2013-11-14Install clang-format's editor integrations in $PREFIX/share/clang/Hans Wennborg1-0/+5
2013-11-14Work around a bug in old gcc on the FreeBSD bot, which complains aboutDmitri Gribenko1-3/+3
2013-11-13libclang does not depend directly on clangFormat; but clangIndex doesDmitri Gribenko1-1/+0
2013-11-13Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko5-1193/+28
2013-11-13Make inline functions in a header file static.Dmitri Gribenko1-6/+6
2013-11-13Add an optional mapping from source paths to source contents.Manuel Klimek1-0/+36
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko1-0/+13
2013-11-12Upgrade the VS solution to 2012.Manuel Klimek3-6/+54
2013-11-12Fix key bindings for VS 2010.Manuel Klimek1-4/+5
2013-11-12Recreated the ClangFormat VSPackage with VS 2010.Manuel Klimek7-45/+46
2013-11-12Revert unintentional commit from r194477.Manuel Klimek5-53/+67
2013-11-12(no commit message)Manuel Klimek5-67/+53
2013-11-12Rather than duplicating extension diagnostics to allow them to cause aRichard Smith1-2/+1
2013-11-09Use a StringRef. Saves 0.00000000000001s on execution time.Bill Wendling1-1/+1
2013-11-08Py3k compat for clang-format Sublime Text extension.Sean Silva1-1/+2
2013-11-08clang-format: Write files atomicallyAlp Toker1-11/+1
2013-11-06This patch modified ExeBasename as clang-cl.exe to match the preceding comment.Yaron Keren1-1/+1
2013-11-06[libclang] Some changes on the linker options for libclang on a CMake build.Argyrios Kyrtzidis1-3/+11
2013-11-04It is no longer necessary to opt out of pretty stack traces.Filip Pizlo1-5/+0
2013-10-31Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith2-5/+8
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2-4/+4
2013-10-29Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This ...Sylvestre Ledru1-1/+1
2013-10-25clang-format.py: Make formatting unnamed buffers work again (broke in r190691).Nico Weber1-3/+4
2013-10-22[analyzer] scan-build: Handle -m* option wildcard after compiler/linker flags.Jordan Rose1-4/+5
2013-10-17Rename some functions for consistency.Rafael Espindola1-4/+4
2013-10-15Add llvm_unreachable to pacify GCC's dropping off non-void function warning.Benjamin Kramer1-1/+4
2013-10-15[libclang] When querying for the availability of an enumerator, pick up the a...Argyrios Kyrtzidis1-40/+75
2013-10-11Changed clang-format-diff.py to output diff by default. Added -i option to ap...Alexander Kornienko1-3/+22
2013-10-11[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis3-0/+24
2013-10-08clang-format: Don't exit with failure on empty files.Daniel Jasper2-2/+3
2013-10-07Driver: Use the canonical command line arguments.David Majnemer1-1/+10
2013-10-03[libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis2-0/+17
2013-10-02clang-format: Fix clang-format-diff.py according to diff specification.Daniel Jasper1-2/+5
2013-10-01[OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2-0/+11
2013-09-30Remove unused variable introduced in 191666David Blaikie1-3/+0
2013-09-30Moving style option formatting to libFormatEdwin Vane1-78/+6
2013-09-26Fix up fallout from r187156.Bob Wilson1-1/+1
2013-09-25[libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2-0/+13
2013-09-24[OPENMP] Bug fixes and improvements.Alexey Bataev2-15/+25
2013-09-22Fix array_pod_sort predicates after LLVM change.Benjamin Kramer1-12/+3
2013-09-21Fix clang-format-diff.py to accept -style again.Daniel Jasper1-1/+1
2013-09-18Simplify clang-format-diff.py using new clang-format options.Daniel Jasper1-59/+26
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel2-0/+2
2013-09-16[libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis1-0/+5
2013-09-16[analyzer] scan-build: add missing semicolonJordan Rose1-1/+1
2013-09-14[analyzer] Put more uniqueness in scan-build's temporary directory names.Jordan Rose1-3/+11
2013-09-13Remove unnecessary inclusion of Sema.hDavid Blaikie5-0/+5
2013-09-13clang-format: Add -assume-filename option for editor integrations.Daniel Jasper4-15/+30
2013-09-12Fix the MCTargetAsmParser API change.Joey Gouly1-1/+1