aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-28Dont break between (( in __attribute__((.Daniel Jasper
2013-02-28Improve property metadata generation with the GNUstep runtime.David Chisnall
2013-02-28No spaces around pointers to members.Daniel Jasper
2013-02-28First step towards adding a parent map to the ASTContext.Manuel Klimek
2013-02-28Improve formatting of #defines.Daniel Jasper
2013-02-28Fix bug when formatting "A<A<A>>".Daniel Jasper
2013-02-28Fix incorrect recognition of bin-packing.Daniel Jasper
2013-02-28Fix spacing after binary operator as macro parameter.Daniel Jasper
2013-02-28Fix global overflow in types::lookupTypeForTypeSpecifier.Evgeniy Stepanov
2013-02-28[analyzer] RegionStore: collectSubRegionKeys -> collectSubRegionBindingsJordan Rose
2013-02-27PR15360: nullptr as a non-type template argument to a function type non-type ...David Blaikie
2013-02-27[analyzer] Teach FindLastStoreBRVisitor to understand stores of the same value.Jordan Rose
2013-02-27[analyzer] Turn on C++ constructor inlining by default.Jordan Rose
2013-02-27[driver] The failure of any phase (e.g., preprocess, compile, assemble) for aChad Rosier
2013-02-27[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64Simon Atanasyan
2013-02-27Better support for constructors with -cxx-abi microsoft, partly fixes PR12784Timur Iskhodzhanov
2013-02-27Fix formatting of multiplications in array subscripts.Daniel Jasper
2013-02-27[Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...Alexey Samsonov
2013-02-27Enable bin-packing in Google style.Daniel Jasper
2013-02-27Update clang for LLVM API change. No functionality change.Nick Lewycky
2013-02-27Don't cache the visibility of types.Rafael Espindola
2013-02-27Use the correct alignment for POD-member memcpys where the first field is aLang Hames
2013-02-27Rename methods to comply with the LLVM Coding Standards.Rafael Espindola
2013-02-27Change Type::getLinkageAndVisibility to return a LinkageInfo.Rafael Espindola
2013-02-27Move LinkageInfo out of NamedDecl so that it can be used in Type.h.Rafael Espindola
2013-02-27Update template diffing to handle template arguments that are declarations.Richard Trieu
2013-02-27Temporarily revert r176116 for compile-time performance regression.Adrian Prantl
2013-02-27[analyzer] Add stop-gap patch to prevent assertion failure when analyzing LLV...Ted Kremenek
2013-02-27[PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenI...Argyrios Kyrtzidis
2013-02-27comment parsing: Properties are considered like methods, and people Fariborz Jahanian
2013-02-27Don't crash when diagnosing path-constrained protectedJohn McCall
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-27[analyzer] If a struct has a partial lazy binding, its fields aren't Undef.Jordan Rose
2013-02-27Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries.Ted Kremenek
2013-02-26Temporarily revert r176133 until testcases are modified.Bill Wendling
2013-02-26Don't set the -target-cpu and -target-features attributes just now.Bill Wendling
2013-02-26No need to initialize these variables.Chad Rosier
2013-02-26Fix assertion failure when a field is given an address space.Matt Arsenault
2013-02-26Fix initializer for variables with attribute address_space set.Matt Arsenault
2013-02-26Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl
2013-02-26[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...Ted Kremenek
2013-02-26Warn on dropping the return value from a warn_unused_result function, even inMatt Beaumont-Gay
2013-02-26Use the most recent decl in getExplicitVisibility.Rafael Espindola
2013-02-26Be more careful in applying pragma weak. Fixes pr14974.Rafael Espindola
2013-02-26Fix bad line break decision.Daniel Jasper
2013-02-26In range-based for-loops, prefer splitting after ":".Daniel Jasper
2013-02-26Only keep empty lines in unwrapped lines if they preceed a line comment.Daniel Jasper
2013-02-26Only break string literals as a last resort.Daniel Jasper
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2013-02-26[analyzer] Don't look through casts when creating pointer temporaries.Jordan Rose