summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'master' into embtk-support-masterembtk-support-masterAbdoulaye Walsimou Gaye2013-05-15
|\
| * [analyzer] Put back DefaultBool's implicit conversion to bool.Jordan Rose2013-05-15
| * improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-15
| * Fix test breakage caused by change in clang-format.Daniel Jasper2013-05-15
| * Don't put short namespace on a single line.Daniel Jasper2013-05-15
| * Improve recognition of template definitions.Daniel Jasper2013-05-15
| * Better diagnostics for string initialization.Hans Wennborg2013-05-15
| * Break function declarations after multi-line return types.Daniel Jasper2013-05-15
| * Don't merge one-line functions in weird brace styles.Daniel Jasper2013-05-15
| * Remove diagnostics from clang-format.Daniel Jasper2013-05-15
| * Improve formatting of function types.Daniel Jasper2013-05-15
| * Use only explicit bool conversion operatorDavid Blaikie2013-05-15
| * Use correct types for SPARC v9.Jakob Stoklund Olesen2013-05-15
| * ARM: Improve codegen for vget_low_* and vget_high_ intrinsics.Jim Grosbach2013-05-15
| * Use 'env' in tests that set environment variables.Jordan Rose2013-05-15
| * Move a test that requires 64-bit mode to a separate test with a triple inRichard Trieu2013-05-15
| * Unbreaking the MSVC build by adding an include. It broke with r181832.Aaron Ballman2013-05-14
| * Add static_cast to assertion to silence sign/unsigned comparison warning.Richard Trieu2013-05-14
| * Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-14
| * Don't mark a type specifier as "owned" if there is no declaration to own.Douglas Gregor2013-05-14
| * When computing the size of large arrays, use char units instead of bits.Richard Trieu2013-05-14
| * Fix clang -Werror build due to -Wreorder violation introduced in r181825David Blaikie2013-05-14
| * Provide operator<< for stream output of DeclarationNamesDavid Blaikie2013-05-14
| * Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]Reid Kleckner2013-05-14
| * Fix expression breaking for one-parameter-per-line styles.Daniel Jasper2013-05-14
| * Fix the MSVC build broken by r181768Reid Kleckner2013-05-14
| * [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64Reid Kleckner2013-05-14
| * Really fix the declaration of __clear_cache.Rafael Espindola2013-05-14
| * Add LeakSanitizer.rst to docs.Sergey Matveev2013-05-14
| * Fix __clear_cache on ARM.Rafael Espindola2013-05-14
| * Link dynamic ast matchers with the ast matchers library. Unbreaks shared cmak...Benjamin Kramer2013-05-14
| * Revert accidental commit.Benjamin Kramer2013-05-14
| * Take a stab at trying to unbreak the makefile build.Benjamin Kramer2013-05-14
| * Hopefully fix configure build.Manuel Klimek2013-05-14
| * Fix uninitialized value bug found by valgrind.Daniel Jasper2013-05-14
| * Correctly determine ranges for clang-format.Daniel Jasper2013-05-14
| * Fix clang-format bug in unwrapped-line merging.Daniel Jasper2013-05-14
| * First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-14
| * Implement string literal breaking on unbreakable token sequences.Manuel Klimek2013-05-14
| * Update clang-format emacs integration.Daniel Jasper2013-05-14
| * AArch64: add test for updated __clear_cache definitionTim Northover2013-05-14
| * Don't format sizeof/alignof as function types.Daniel Jasper2013-05-14
| * AArch64: correct definition of __clear_cacheTim Northover2013-05-14
| * Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warningPatrik Hagglund2013-05-14
| * Suppress bogus "use of undefined constexpr function" error if the function bodyRichard Smith2013-05-14
| * Use atomic instructions on linux thumb v7.Rafael Espindola2013-05-14
| * PR15956: Debug Info: Include the appropriate file location in types created d...David Blaikie2013-05-14
| * [analyzer] Refactor: address Jordan’s code review of r181738.Anna Zaks2013-05-13
| * [analyzer] Warn about nil elements/keys/values in array and dictionary literals.Anna Zaks2013-05-13
| * Align a multiline string literal with the first part.Daniel Jasper2013-05-13