summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix string assignment, David Blaikie suggestion.Yaron Keren2013-10-211-2/+6
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-216-104/+79
* Driver: Various string-related cleanups.Benjamin Kramer2013-10-211-50/+45
* Set the default hardware division features for ARM cpus. Also set it as defau...Silviu Baranga2013-10-211-2/+17
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-212-0/+39
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-213-0/+68
* Fixes PR17617: Crash on joining short if statements.Manuel Klimek2013-10-211-0/+6
* Expose -fmodule-name and -fmodule-map-file as driver options.Daniel Jasper2013-10-211-1/+16
* Lex: Don't restrict legal UCNs when preprocessing assemblyJustin Bogner2013-10-211-0/+4
* Sema: Explain our deviation from the standard by referencing the, now open, L...David Majnemer2013-10-211-0/+2
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-208-6/+95
* Revert r193022 and r193048. They broke the ubsan test suite.Peter Collingbourne2013-10-201-16/+13
* Fix crash in cleanup attr handlingAlp Toker2013-10-202-2/+10
* clang-format: Better understand Lambda poarameters.Daniel Jasper2013-10-201-1/+8
* clang-format: Fix formatting of nested blocks after comment.Daniel Jasper2013-10-201-10/+11
* clang-format: Support case ranges.Daniel Jasper2013-10-201-1/+1
* clang-format: Improve formatting of ObjC dict literals.Daniel Jasper2013-10-201-2/+9
* Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, ...Benjamin Kramer2013-10-201-2/+3
* Forgot some references to misspelled enums.Benjamin Kramer2013-10-201-4/+4
* Miscellaneous speling fixes.Benjamin Kramer2013-10-201-1/+1
* Sema: Diagnose global replacement functions declared as inlineDavid Majnemer2013-10-201-0/+7
* Simplify some implementations of get*Decl.Rafael Espindola2013-10-194-7/+5
* Reduce indentation with an early exit.Rafael Espindola2013-10-191-23/+24
* Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0.Rafael Espindola2013-10-193-9/+7
* Fix typo.Rafael Espindola2013-10-191-1/+1
* Simplify FunctionDecl::getBody.Rafael Espindola2013-10-191-9/+5
* When building ubsan, link in ubsan parts first and sanitizer-common second, toNick Lewycky2013-10-191-12/+14
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-193-7/+55
* Be smarter about deciding to add a leading '::' to aKaelyn Uhrain2013-10-191-22/+49
* Merge NamespaceSpecifierSet's AddNamespace and AddRecord as they areKaelyn Uhrain2013-10-191-75/+9
* Consumed analysis: fix assert failure.DeLesley Hutchins2013-10-181-8/+20
* clang-cl: diagnose setting asm listing filename with multiple inputsHans Wennborg2013-10-181-1/+12
* Fix crash if a submodule @imports another submodule from the same module. TheRichard Smith2013-10-181-6/+6
* ObjectiveC. Added support for methods annotated with format_argFariborz Jahanian2013-10-181-0/+21
* Reverted r192992 broke windows and freebsd builds.Ariel J. Bernal2013-10-181-10/+4
* Consumed analysis: assume that non-const reference parameters are initiallyDeLesley Hutchins2013-10-181-13/+21
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-181-4/+10
* Consumed analysis: All the return_typestate parameter to be attached to theDeLesley Hutchins2013-10-181-26/+34
* clang-format: Be more aggressive on incorrect code.Daniel Jasper2013-10-181-4/+1
* clang-format: Don't force linebreak between return and multiline string.Daniel Jasper2013-10-181-2/+2
* Make clang-format slightly more willing to break before trailing annotations.Daniel Jasper2013-10-181-1/+1
* Add another MinGW header include pathHans Wennborg2013-10-181-0/+1
* clang-format: Improve formatting of templated builder-type calls.Daniel Jasper2013-10-181-3/+6
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-181-2/+23
* [Mips] Define __mips_fpr and _MIPS_FPSET macros.Simon Atanasyan2013-10-181-1/+11
* clang-format: Make continuation indent width configurable.Daniel Jasper2013-10-182-11/+17
* C++ modules: don't lose track of a 'namespace std' that is imported from a mo...Richard Smith2013-10-181-13/+28
* Basic ODR checking for C++ modules:Richard Smith2013-10-182-4/+72
* Check "late parsed" friend functions for redefinitionAlp Toker2013-10-181-1/+3
* Fix missed exception spec checks and crashesAlp Toker2013-10-182-23/+30