aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-17Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen'sJames Dennett
2013-02-17Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames
2013-02-17[clang] fix test execution commandSaleem Abdulrasool
2013-02-17[CodeGen] tighten objc ivar invariant.load attributionSaleem Abdulrasool
2013-02-17Fix for ARM: functions don't have extra attributes there, so {{.*}} is ""Dmitri Gribenko
2013-02-16Use trailing documentation comments properlyDmitri Gribenko
2013-02-16Use the correct type to hold enumeration valuesDmitri Gribenko
2013-02-16Documentation cleanup: make a \brief be brief, and fix a bad use of \see.James Dennett
2013-02-16Documentation cleanup: use \brief, and don't repeat the identifier beingJames Dennett
2013-02-16libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor.Jordan Rose
2013-02-16libclang: remove reinterpret_casts by using SourceLocation::getPtrEncodingDmitri Gribenko
2013-02-16Remove unused forward declarationsDmitri Gribenko
2013-02-16Don't warn on conversion from NULL to nullptr_tDavid Blaikie
2013-02-16Emit vtables for an extern template class as available_externally, not asRichard Smith
2013-02-16[PCH] Deserializing the DeclContext of a template parameter is not safeArgyrios Kyrtzidis
2013-02-16Remove unused forward declarationsDmitri Gribenko
2013-02-16Rework the visibility computation algorithm in preparationJohn McCall
2013-02-15Add test case for r175312.Chad Rosier
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2013-02-15libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko
2013-02-15objective-C: Fixes a compiler crash when encodingFariborz Jahanian
2013-02-15Recognize < and > as binary expressions in builder-type calls.Daniel Jasper
2013-02-15Fixed diagnostic nondeterministic order bug (pr14901).Enea Zaffanella
2013-02-15Done break between 'operator' and '<<'.Daniel Jasper
2013-02-15Fix crash-on-invalid where a ParenListExpr shows up as a message receiverArgyrios Kyrtzidis
2013-02-15When a statement is dropped from the AST because it was invalid, make sureArgyrios Kyrtzidis
2013-02-15Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.Daniel Jasper
2013-02-15Sema: Unnest early exit and remove an unnecessary bad cast.Benjamin Kramer
2013-02-15Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...Timur Iskhodzhanov
2013-02-15Make helper functions static.Benjamin Kramer
2013-02-15Prevent only breaking before "?" in conditional expressions.Daniel Jasper
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-02-15[analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts.Jordan Rose
2013-02-15Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose
2013-02-15[analyzer] Cache the bindings accessible through a LazyCompoundVal.Jordan Rose
2013-02-15[analyzer] Scan the correct store when finding symbols in a LazyCompoundVal.Jordan Rose
2013-02-15[analyzer] Tweak LazyCompoundVal reuse check to ignore qualifiers.Jordan Rose
2013-02-15[analyzer] Use collectSubRegionKeys to make removeDeadBindings faster.Jordan Rose
2013-02-15[analyzer] Refactor RegionStore's sub-region bindings traversal.Jordan Rose
2013-02-14Make this test determinstic for my last patch.Fariborz Jahanian
2013-02-14objective-C: synthesize properties in order of theirFariborz Jahanian
2013-02-14libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncodingDmitri Gribenko
2013-02-14objective-C: When implementing custom accessor method forFariborz Jahanian
2013-02-14[analyzer] Try constant-evaluation for all variables, not just globals.Jordan Rose
2013-02-14[arcmt] Make sure the function has an associated parameter for the argumentArgyrios Kyrtzidis
2013-02-14Mangle extern "C" functions whose names are not simple identifiers.Rafael Espindola
2013-02-14Fix counting of parameters so that r175162 works as expected.Daniel Jasper
2013-02-14Reduce penalty for breaking before ./-> after complex calls.Daniel Jasper
2013-02-14Remove a const_cast by propagating constness to called functionsDmitri Gribenko
2013-02-14Remove an unneeded const_castDmitri Gribenko