summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-083-3/+10
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-9/+19
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-084-15/+81
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-083-2/+52
* [clang] Fix format specifiers fixitsAlexander Shaposhnikov2017-06-081-18/+19
* [Sema] Refactor OverloadCandidate::BuiltinTypes. NFC.George Burgess IV2017-06-082-22/+20
* Revert "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-082-164/+0
* Added llvm_unreachable to make sure the switch is always exhaustive.Galina Kistanova2017-06-081-0/+1
* [Sema] Remove unused field from OverloadCandidate.George Burgess IV2017-06-081-144/+50
* Frontend support for Nios2 target.Nikolai Bozhenov2017-06-082-0/+164
* [sanitizer-coverage] Allow using KASAN instrumentation with sancovAlexander Potapenko2017-06-081-2/+2
* Do not inherit default arguments for friend function in class template.Serge Pavlov2017-06-081-11/+17
* Improve diagnostics if friend function redefines file-level function.Serge Pavlov2017-06-081-1/+6
* Catch invalid bitwise operation on vector of floatsSerge Pavlov2017-06-081-10/+7
* Simplify.Richard Smith2017-06-081-8/+4
* Weaken restriction in r304862 to allow implicit deduction guides to referenceRichard Smith2017-06-081-4/+6
* [ODRHash] Change the fall-back diagnostic error.Richard Trieu2017-06-081-7/+7
* Reapply r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-072-1/+14
* When determining the target function of an explicit instantiation, makeJohn McCall2017-06-071-19/+25
* [c++1z] Support deducing B in noexcept(B).Richard Smith2017-06-072-38/+100
* Revert r304929 [mips] Add runtime options to enable/disable madd/sub.fmtPetar Jovanovic2017-06-072-14/+1
* [mips] Add runtime options to enable/disable madd.fmt and msub.fmtPetar Jovanovic2017-06-072-1/+14
* [clang-format] Fix alignment of preprocessor trailing commentsKrasimir Georgiev2017-06-071-8/+46
* clang-format: [JS] recognize exported type definitions.Martin Probst2017-06-071-3/+9
* Only print registered targets for `--version`Dimitry Andric2017-06-071-4/+4
* [CodeGen] Add thumb-mode to target-features for arm/thumb triples.Florian Hahn2017-06-071-0/+7
* [Sema] Silence unused variable warning.Benjamin Kramer2017-06-071-1/+1
* [ARM] Fix Neon vector type alignment to 64-bitJaved Absar2017-06-071-0/+4
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-071-0/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-071-0/+3
* Update libdeps to add BinaryFormat, introduced in r304864.NAKAMURA Takumi2017-06-072-0/+2
* Reorder and reformat.NAKAMURA Takumi2017-06-071-1/+3
* Fix a couple of class template argument deduction crashes with libc++'s tuple.Richard Smith2017-06-072-1/+34
* [WebAssembly] Set MaxAtomicInlineWidth to 64.Dan Gohman2017-06-071-1/+1
* Improve error recovery for missing 'template' keyword in contexts where theRichard Smith2017-06-071-0/+26
* [DOXYGEN] Corrected several typos and incorrect parameters description that S...Ekaterina Romanova2017-06-064-9/+35
* Print registered targets in clang's version informationDimitry Andric2017-06-061-0/+5
* [clang] Remove double semicolons. NFC.Mandeep Singh Grang2017-06-062-2/+2
* clang-format: [JS] Correctly Indent Nested JavaScript Literals.Martin Probst2017-06-061-2/+2
* [ARM] Add support for target("arm") and target("thumb").Florian Hahn2017-06-061-1/+11
* [Driver] Don't force .exe suffix for lldShoaib Meenai2017-06-061-3/+1
* PR33318: Add missing full-expression checking to static_assert expression.Richard Smith2017-06-062-1/+11
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-064-9/+34
* Fix crash when an 'import a module' TypoCorrection has its CorrectionDeclsRichard Smith2017-06-051-7/+6
* Fix memory leak exposed by r304726.Richard Smith2017-06-051-5/+7
* Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith2017-06-054-55/+31
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-054-20/+130
* [analyzer] Don't add arrow to the inlined function's decl when it has no body.Artem Dergachev2017-06-051-3/+9
* [analyzer] Nullability: fix notes around synthesized ObjC property accessors.Artem Dergachev2017-06-052-3/+45
* [OpenCL] Fix pipe size in TypeInfo.Anastasia Stulova2017-06-051-3/+2