aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Make the negative test of recordType depend on a specific record.Manuel Klimek
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-27Add a test to make sure __has_include works from inside a macro.Argyrios Kyrtzidis
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-26Use existing macros to simplify the test a bit.Rafael Espindola
2013-02-26Temporarily revert r176133 until testcases are modified.Bill Wendling
2013-02-26Fix testcases to not rely upon target-* attributes.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-26doxygen command. Add 'attention' command to list of similarFariborz Jahanian
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-26Allow dash before "ld" in android driver test.Evgeniy Stepanov
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-26Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdi...Alexey Samsonov
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2013-02-26Update tests to do a full match against printed C++11 attributes.Michael Han
2013-02-26[analyzer] Don't look through casts when creating pointer temporaries.Jordan Rose
2013-02-26[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.Jordan Rose
2013-02-25[ubsan] Emit single check for left shift.Will Dietz
2013-02-25[analyzer] Restrict ObjC type inference to methods that have related result t...Anna Zaks
2013-02-25[analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor ...Ted Kremenek
2013-02-25Various additions to ASTMatcher library:Edwin Vane
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks