aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-20CommentBriefParser: coding style fixDmitri Gribenko
2012-07-20CommentBriefParser: use \returns if we can't find the \brief or just a plainDmitri Gribenko
2012-07-20CMake: clang should depend on clang-headers, or bin/clang would not work better.NAKAMURA Takumi
2012-07-20Revert r160319, it caused PR13417. Add a test for PR13417.Nico Weber
2012-07-20Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nu...Nico Weber
2012-07-20Rename warn-unused-member.cpp to warn-unused-private-field.cpp toNico Weber
2012-07-20Switch to the canonical pipe-based testing of clang output usingChandler Carruth
2012-07-20Remove dos line endings. Please remember to configure your windows SVNChandler Carruth
2012-07-19[analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on theAnna Zaks
2012-07-19FileCheck-ize.Eric Christopher
2012-07-19Remove HasSynthBitfield and all callers/writers/etc. Also removeEric Christopher
2012-07-19Reset the layout of an ObjC class if we see an ivar in a categoryEric Christopher
2012-07-19Removing a spurious comment, no functionality changes.Aaron Ballman
2012-07-19CommentDumper: print word-like arguments for block commands.Dmitri Gribenko
2012-07-19For varargs, diagnose passing ObjC objects by value like other non-POD types.Jordan Rose
2012-07-19Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose
2012-07-19Don't crash checking a format string if one of the arguments is invalid.Jordan Rose
2012-07-19Add a test case for rdar://11806334.Argyrios Kyrtzidis
2012-07-19Simplify UninitializedValues.cpp by removing logic to handle the previous (im...Ted Kremenek
2012-07-19Remove an unused headerMichael Han
2012-07-19Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson
2012-07-19Relaxed enumeration constant naming rules for scoped enumerators so they no l...Aaron Ballman
2012-07-19Silence another GCC warning.Richard Smith
2012-07-19Revert r160404, "Eliminating the GCC_CAST hack, take two.", for now.NAKAMURA Takumi
2012-07-19Silence GCC warnings.Richard Smith
2012-07-19Force the OS X version to 10.6 for old-style simulator builds.Bob Wilson
2012-07-19CommentSema: add more inline commands to tablesDmitri Gribenko
2012-07-19Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespaceDmitri Gribenko
2012-07-18Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by SamuelRichard Smith
2012-07-18Comment::dump(): show name of inline commandDmitri Gribenko
2012-07-18Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko
2012-07-18Rolling this change back because the fix doesn't fit the symptoms (even if it...Aaron Ballman
2012-07-18[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose
2012-07-18[analyzer] Rename addExtraInvalidatedRegions to get...RegionsJordan Rose
2012-07-18[analyzer] Make CallEvent a value object.Jordan Rose
2012-07-18[analyzer] Remove obsolete ObjCPropRef SVal kind.Jordan Rose
2012-07-18[analyzer] Remove unused ExprEngine::VisitCXXTemporaryObjectExpr.Jordan Rose
2012-07-18Fixing up a test case that was failing due to the lack of -std=c++11Aaron Ballman
2012-07-18This fits into 80 columns without wrapping.Dmitri Gribenko
2012-07-18Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().Dmitri Gribenko
2012-07-18Remove trivial destructor from SVal.Benjamin Kramer
2012-07-18On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())Dmitri Gribenko
2012-07-18Reverted custom init hook from r160369.Alexander Kornienko
2012-07-18Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling refe...Ted Kremenek
2012-07-18Teach CFG construction about destructors resulting from references to array t...Ted Kremenek
2012-07-18PR13381, part 2: when determining if a defaulted special member function shouldRichard Smith
2012-07-18PR13381: consider cv-qualifiers on a class member's type when determining whichRichard Smith
2012-07-18PR13386: When matching up parameters between a function template declarationRichard Smith
2012-07-18Fix test so it works the same way on 32-bit and 64-bit.Eli Friedman
2012-07-18CommentSema: \short is the same as \brief.Dmitri Gribenko