Age | Commit message (Expand) | Author |
2012-07-30 | Mark ObjCInterfaceDecl::lookupPrivateMethod as const. | Anna Zaks |
2012-07-30 | Comment parser: don't crash on a completely empty \param followed by a block | Dmitri Gribenko |
2012-07-30 | Comment dumper: silence a warning by not casting away const | Dmitri Gribenko |
2012-07-30 | Fix ambiguity detection in GetBestOverloadCandidateSimple. | Benjamin Kramer |
2012-07-28 | Comment dumper: print \param parameter index if parameter name is resolved. | Dmitri Gribenko |
2012-07-27 | CommentSema.cpp: remove extra semicolon | Dmitri Gribenko |
2012-07-27 | Comment Sema: don't try to typo-correct a \param when function has zero | Dmitri Gribenko |
2012-07-27 | Implement resolving of HTML character references (named: &, decimal: *, | Dmitri Gribenko |
2012-07-27 | Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. | Anna Zaks |
2012-07-27 | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi |
2012-07-27 | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi |
2012-07-27 | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith |
2012-07-26 | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko |
2012-07-26 | Remove an outdated comment; add one test to compare function pointer and bloc... | Timur Iskhodzhanov |
2012-07-26 | Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) | Timur Iskhodzhanov |
2012-07-25 | Add a FIXME to revisit the performance of BackRefMap later | Timur Iskhodzhanov |
2012-07-25 | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith |
2012-07-24 | Comment diagnostics: add warning for multiple \param commands with duplicate | Dmitri Gribenko |
2012-07-24 | CommentSema: simplify functions, per Jordan's comment. | Dmitri Gribenko |
2012-07-24 | Comment parsing: allow newlines between \param, direction specification (e.g., | Dmitri Gribenko |
2012-07-24 | Comment parsing: couple TextTokenRetokenizer and comment parser together to | Dmitri Gribenko |
2012-07-24 | Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is | Dmitri Gribenko |
2012-07-24 | Comment parsing: retokenized text tokens are now pushed back in correct (not | Dmitri Gribenko |
2012-07-24 | Fix PR13207 (Mangling of templates with back references when using -cxx-abi m... | Timur Iskhodzhanov |
2012-07-23 | Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. | Dmitri Gribenko |
2012-07-23 | Comment AST: add InlineContentComment::RenderKind to specify a default | Dmitri Gribenko |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-23 | When we have an Objective-C object with non-trivial lifetime in a | Douglas Gregor |
2012-07-20 | Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. | Dmitri Gribenko |
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 | Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nu... | Nico Weber |
2012-07-19 | Remove HasSynthBitfield and all callers/writers/etc. Also remove | Eric Christopher |
2012-07-19 | CommentDumper: print word-like arguments for block commands. | Dmitri Gribenko |
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 | 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 | This fits into 80 columns without wrapping. | Dmitri Gribenko |
2012-07-18 | Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). | Dmitri Gribenko |
2012-07-18 | On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) | Dmitri Gribenko |
2012-07-18 | CommentSema: \short is the same as \brief. | Dmitri Gribenko |
2012-07-17 | Implement an optimization for finding the comment that occurs just after a | Dmitri Gribenko |
2012-07-17 | CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! | Dmitri Gribenko |
2012-07-17 | Teach the ASTImporter how to handle anonymous structs/unions | Douglas Gregor |
2012-07-17 | Don't treat overflow in floating-point conversions as a hard error in constan... | Eli Friedman |
2012-07-17 | Handle the case where the base type is not dependent, but the derived one is. | Rafael Espindola |
2012-07-17 | CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. | Dmitri Gribenko |
2012-07-16 | Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from | Richard Smith |
2012-07-15 | Revert change accidentally committed in r160240. | Richard Smith |