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