Age | Commit message (Expand) | Author |
2012-06-10 | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith |
2012-06-10 | Fix PR13052 properly, by performing special member lookup to determine whether | Richard Smith |
2012-06-10 | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith |
2012-06-10 | More XOP intrinsics | Craig Topper |
2012-06-10 | Begin adding XOP intrinsics | Craig Topper |
2012-06-09 | Fix the top-of-file comment in Attr.h to say that it's about attributes, not | James Dennett |
2012-06-09 | Add XOP feature flag. | Craig Topper |
2012-06-09 | Add CSS style for FAQ questions, and restate FAQ questions as actual questions. | Ted Kremenek |
2012-06-09 | Wordsmith a bit, and turn </h1> into </h4> when appropriate. | Ted Kremenek |
2012-06-09 | [clang.py] Implement Cursor.is_static_method | Gregory Szorc |
2012-06-09 | Reorder ParsedTemplateArg's members to reduce padding on x86_64. | Benjamin Kramer |
2012-06-09 | Replace a char counting helper function with std::count. | Benjamin Kramer |
2012-06-09 | Replace constant-sized BitVector with std::bitset. | Benjamin Kramer |
2012-06-09 | [libclang] When doing the cursor visitation make sure declarations | Argyrios Kyrtzidis |
2012-06-09 | [analyzer] FAQ page fixup | Anna Zaks |
2012-06-09 | [analyzer] Add FAQ and How to Deal with Common False Positives page | Anna Zaks |
2012-06-08 | [C++11 Compat] Fix breaking change in C++11 pair copyctor. | Michael J. Spencer |
2012-06-08 | Correct method name in comment: from LexRawToken to LexFromRawLexer, according | Dmitri Gribenko |
2012-06-08 | Convert comments to proper Doxygen comments. | Dmitri Gribenko |
2012-06-08 | Warn in ObjC++ when an 'auto' variable deduces type 'id'. | Jordan Rose |
2012-06-08 | Add a test for r158229 (overlapping fixits). This was PR10696! | Jordan Rose |
2012-06-08 | PR13051: Only suggest the 'template' and 'operator' keywords when performing | Richard Smith |
2012-06-08 | Disallow using ObjC literals in direct comparisons (== and friends). | Jordan Rose |
2012-06-08 | If fixits appear to overlap, move the second one over in the output. | Jordan Rose |
2012-06-08 | PR13051: If a constructor is explicitly defaulted, it isn't marked as being | Richard Smith |
2012-06-08 | Remove a commented out variable declaration. This was originally a debugging | Richard Trieu |
2012-06-08 | [analyzer] MallocSizeofChecker false positive: when sizeof is argument | Anna Zaks |
2012-06-08 | Disable _Pragma during HTML macro rewriting to keep from crashing. | Jordan Rose |
2012-06-08 | Switch LineTableInfo to use FileID instead of int for file references, | Douglas Gregor |
2012-06-08 | [libclang] Don't crash when saving a PCH from a prefix header | Argyrios Kyrtzidis |
2012-06-08 | [libclang] Add a triple to test/Index/index-decls.m | Argyrios Kyrtzidis |
2012-06-08 | [libclang/AST] | Argyrios Kyrtzidis |
2012-06-08 | [analyzer] Use "issue hash" in CmpRuns; followup on r158180 | Anna Zaks |
2012-06-08 | Allow friend declarations of defaulted special member functions. Only | Richard Smith |
2012-06-08 | Fix up the 'typename' suggestion logic introduced in r157085, based on | Kaelyn Uhrain |
2012-06-08 | PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work | Richard Smith |
2012-06-08 | Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, from | Douglas Gregor |
2012-06-08 | Rename a test case to a more generic name. This is a completely useless | Chandler Carruth |
2012-06-08 | [analyzer] Add experimental "issue hash" to the plist diagnostic. | Anna Zaks |
2012-06-08 | [analyze] Change some of the malloc tests to use clang_analyzer_eval. | Anna Zaks |
2012-06-07 | Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written | Kaelyn Uhrain |
2012-06-07 | Ignore corrections to functions with bodies when deciding which | Kaelyn Uhrain |
2012-06-07 | Minor comments and changes to clang-completion-mode.el, from David Wood! | Douglas Gregor |
2012-06-07 | [analyzer] Fixit for r158136. | Anna Zaks |
2012-06-07 | User better API for vla in compund literals. | Fariborz Jahanian |
2012-06-07 | Add ext_vector type code for builtins, from John Garvin! | Douglas Gregor |
2012-06-07 | Fix many doxygen formatting errors. | Chandler Carruth |
2012-06-07 | When emitting compund literal of vla pointer elements, make | Fariborz Jahanian |
2012-06-07 | Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution miss... | Benjamin Kramer |
2012-06-07 | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer |