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