aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-09Thread Safety Analysis: some minor cleanups to the latest thread safety chang...Aaron Ballman
2014-04-09clang-format: Update flag documentation, and generation script.Daniel Jasper
2014-04-09clang-format: Treat a trailing comment like a trailing comma in braced lists.Daniel Jasper
2014-04-09clang-format: Fix bug where clang-format would break the code.Daniel Jasper
2014-04-09clang-format: Improve format of calls with several lambdas.Daniel Jasper
2014-04-09clang-format: Allow breaking between trailing annotations in more cases.Daniel Jasper
2014-04-09clang-format: Keep more trailing annotations on the same line.Daniel Jasper
2014-04-09clang-format: Recognize lists ending in trailing commas correctly.Daniel Jasper
2014-04-09clang-format: Add proto files and JavaScript to git-clang-format.Daniel Jasper
2014-04-09Sema::SectionInfo() should have an empty body. Sorry for the breakage.NAKAMURA Takumi
2014-04-09Sema::SectionInfo: Prune "default" for now. Defaulted function is unavailable...NAKAMURA Takumi
2014-04-09Add missing include.Richard Trieu
2014-04-09[analyzer] When checking Foundation method calls, match the selectors exactly.Jordan Rose
2014-04-08[MS-ABI] Lit fix for r205810Warren Hunt
2014-04-08[MS-ABI] Add support for #pragma section and related pragmasWarren Hunt
2014-04-08Thread Safety Analysis. Misc fixes to SExpr code, responding to code reviewDeLesley Hutchins
2014-04-08Fix the funcsig test with an explicit tripleReid Kleckner
2014-04-08Add support for MSVC's __FUNCSIG__Reid Kleckner
2014-04-08intrin.h: Fix up bugs in the cr3 and msr intrinsicsReid Kleckner
2014-04-08Have validate-system-headers override validate-once-per-build-sessionBen Langmuir
2014-04-08clang-format: Fix incorrect multi-block-parameter computation.Daniel Jasper
2014-04-08If a header is explicitly included in module A, and excluded from an umbrellaRichard Smith
2014-04-08clang-format: Correctly understand arrays of pointers.Daniel Jasper
2014-04-08clang-format: Extend AllowShortFunctions.. to only merge inline functions.Daniel Jasper
2014-04-08PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in ...Richard Smith
2014-04-08intrin.h: Implement __readmsr, __readcr3, and __writecr3Reid Kleckner
2014-04-07Thread Safety Analysis: various fixes to new SExpr code.DeLesley Hutchins
2014-04-07Thread Safety Analysis: fix warning.DeLesley Hutchins
2014-04-07-fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__Reid Kleckner
2014-04-07Thread Safety Analysis: update to internal SExpr handling.DeLesley Hutchins
2014-04-07Mangle the vbptr offset into pointers to member functionsReid Kleckner
2014-04-07[analyzer] Fix mistake in example for potential checker "posix.Errno".Jordan Rose
2014-04-07[analyzer] Re-enable test I accidentally committed commented-out.Jordan Rose
2014-04-07Revert r205646 (keeping the test in its modified form) asFariborz Jahanian
2014-04-07Fix a typo introduced in r205716David Majnemer
2014-04-07clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer
2014-04-07Fix clang-tidy warning (argument comments don't match parameter names).Richard Smith
2014-04-07libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko
2014-04-07Updated phabricator server.Serge Pavlov
2014-04-06DebugInfo: Support type alias templatesDavid Blaikie
2014-04-06DebugInfo: emit namespace aliases as named imported declarations instead of n...David Blaikie
2014-04-06[Frontend] If the module file lock owner have died, try to get the lock again...Argyrios Kyrtzidis
2014-04-05Reapply r205655, DebugInfo: Place global constants in their appropriate context.David Blaikie
2014-04-05DebugInfo: Avoid emitting constnants for every useDavid Blaikie
2014-04-05[analyzer] Add an ErrnoChecker (PR18701) to the Potential Checkers list.Jordan Rose
2014-04-05[analyzer] Update Open Projects page with BitwiseConstraintManager.Jordan Rose
2014-04-05Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,Richard Trieu
2014-04-05Revert "DebugInfo: Place global constants in their appropriate context."David Blaikie
2014-04-05[analyzer] Look through temporary destructors when finding a region to constr...Jordan Rose
2014-04-04Objective-C arc [Sema]. Allow bridge cast of a qualified-id expressionFariborz Jahanian