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