summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'master' into embtk-support-masterembtk-support-masterAbdoulaye Walsimou Gaye2013-05-15
|\
| * improve of note message and minor refactoring of my lastFariborz Jahanian2013-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
| * 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 expression breaking for one-parameter-per-line styles.Daniel Jasper2013-05-14
| * [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64Reid Kleckner2013-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
| * 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
| * Don't format sizeof/alignof as function types.Daniel Jasper2013-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
| * Suppress GCC warning for no return after covered switch, and remove someRichard Smith2013-05-13
| * Use atomic instructions on ARM linux.Rafael Espindola2013-05-13
| * Objective-C error recovery. This patch makes a quickFariborz Jahanian2013-05-13
| * Fix a gcc warning.Rafael Espindola2013-05-13
| * A better version of r181699: use raw_string_ostream.str() instead of manually...Alexander Kornienko2013-05-13
| * Fix style according to post-commit review comments.Manuel Klimek2013-05-13
| * Implements brace breaking styles.Manuel Klimek2013-05-13
| * Fixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows.Alexander Kornienko2013-05-13
| * Implements UseTab for clang-format.Manuel Klimek2013-05-13
| * Further improve optimization for nested calls.Daniel Jasper2013-05-13
| * Implements IndentWidth.Manuel Klimek2013-05-13
| * Assume macros to contain declarations.Daniel Jasper2013-05-13
| * Debug Info: PR14992: Support values for non-type template parameters of funct...David Blaikie2013-05-13
| * OpenMP threadprivate with qualified names.Alexey Bataev2013-05-13
| * Update for LLVM interface change in r181680.Rafael Espindola2013-05-13