- e5deb79 Comment parser: don't crash on a completely empty \param followed by a block by Dmitri Gribenko · 12 years ago
- c109361 Comment dumper: silence a warning by not casting away const by Dmitri Gribenko · 12 years ago
- 2cd7f41 Fix ambiguity detection in GetBestOverloadCandidateSimple. by Benjamin Kramer · 12 years ago
- 72b57cc Comment dumper: print \param parameter index if parameter name is resolved. by Dmitri Gribenko · 12 years ago
- 0ba5880 CommentSema.cpp: remove extra semicolon by Dmitri Gribenko · 12 years ago
- bbb7af3 Comment Sema: don't try to typo-correct a \param when function has zero by Dmitri Gribenko · 12 years ago
- 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 12 years ago
- e61354b Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. by Anna Zaks · 12 years ago
- 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
- 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
- b9d0b76 Final piece of core issue 1330: delay computing the exception specification of by Richard Smith · 12 years ago
- e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 12 years ago
- bae11d8 Remove an outdated comment; add one test to compare function pointer and block mangling by Timur Iskhodzhanov · 12 years ago
- dc6dabc Fix PR13389 (Wrong mangling of return type qualifiers with -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
- d93c5ff Add a FIXME to revisit the performance of BackRefMap later by Timur Iskhodzhanov · 12 years ago
- 612409e PR12057: Allow variadic template pack expansions to cross lambda boundaries. by Richard Smith · 12 years ago
- 6582277 Comment diagnostics: add warning for multiple \param commands with duplicate by Dmitri Gribenko · 12 years ago
- 00c59f7 CommentSema: simplify functions, per Jordan's comment. by Dmitri Gribenko · 12 years ago
- 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
- db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
- c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
- fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
- f5e0b22 Fix PR13207 (Mangling of templates with back references when using -cxx-abi microsoft) by Timur Iskhodzhanov · 12 years ago
- 8487c52 Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members. by Dmitri Gribenko · 12 years ago
- 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 12 years ago
- bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
- 3fe52ff When we have an Objective-C object with non-trivial lifetime in a by Douglas Gregor · 12 years ago
- 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
- 4423f81 CommentBriefParser: coding style fix by Dmitri Gribenko · 12 years ago
- 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
- 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
- ffb0c3a Remove HasSynthBitfield and all callers/writers/etc. Also remove by Eric Christopher · 12 years ago
- ad29b2b CommentDumper: print word-like arguments for block commands. by Dmitri Gribenko · 12 years ago
- c48dd8e CommentSema: add more inline commands to tables by Dmitri Gribenko · 12 years ago
- 858e69f Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace by Dmitri Gribenko · 12 years ago
- cdd1b37 Comment::dump(): show name of inline command by Dmitri Gribenko · 12 years ago
- 64da4e5 Comment parsing: don't parse whitespace before \endverbatim as a separate line of whitespace. by Dmitri Gribenko · 12 years ago
- 94572c3 This fits into 80 columns without wrapping. by Dmitri Gribenko · 12 years ago
- 0f7f10b Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 12 years ago
- fb3643a On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 12 years ago
- 3d3d22c CommentSema: \short is the same as \brief. by Dmitri Gribenko · 12 years ago
- a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago
- 76e7edd CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 12 years ago
- 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
- 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
- 251c449 Handle the case where the base type is not dependent, but the derived one is. by Rafael Espindola · 12 years ago
- 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 12 years ago
- d8672ef Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from by Richard Smith · 12 years ago
- 9123940 Revert change accidentally committed in r160240. by Richard Smith · 12 years ago
- f5baeb4 PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSD by Richard Smith · 12 years ago
- 81695fa Replace IsSameValue with the llvm::APSInt/llvm::APInt versions by Eric Christopher · 12 years ago
- f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
- 0bab9da Move option test earlier in the function. by Rafael Espindola · 12 years ago
- f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago
- 0eaf69d Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line with Statement AST nodes. by Dmitri Gribenko · 12 years ago
- b04b731 Use -fvisibility-inlines-hidden in inline functions too. This matches gcc by Rafael Espindola · 12 years ago
- 838925d Provide a special-case diagnostic when two class member functions instantiate by Richard Smith · 12 years ago
- d3d02dd Fix a bug in my previous commit. The problem is not that we were not using the by Rafael Espindola · 12 years ago
- abd56c8 Attaching comments to declarations during parsing: handle more Objective-C declarations. by Dmitri Gribenko · 12 years ago
- 3f38bf2 Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec. by Dmitri Gribenko · 12 years ago
- 3d98698 Make concepts of optional and forbidden end tags separate. Thanks Jordan for pointing this! by Dmitri Gribenko · 12 years ago
- 2345820 Use the canonical template decl when trying to find if it has a visibility by Rafael Espindola · 12 years ago
- 8f88a1d [Windows] Use thiscall as the default calling convention for class methods. PR12785 by Timur Iskhodzhanov · 12 years ago
- dc5796c AST/CommentSema.cpp: Fix signess in abs() to appease msvc. It would not make sense to pass (unsigned)-(unsigned) to abs(). by NAKAMURA Takumi · 12 years ago
- e3f470a Stop instantiating a class if we hit a static_assert failure. Also, if the by Richard Smith · 12 years ago
- 18b7f95 Fix warning. by Richard Smith · 12 years ago
- a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
- a4334df Fix crash when constant-evaluating a CXXConstructExpr representing by Richard Smith · 12 years ago
- 5409d28 Properly update the FormattedArgs vector when the template type diffing falls by Richard Trieu · 12 years ago
- a99ec10 Comment lexing: fix lexing to actually work in non-error cases. by Dmitri Gribenko · 12 years ago
- 34f60a4 The delete argument should not be converted to void*. by Abramo Bagnara · 12 years ago
- 4990890 Inline storage of attributes in AttributedStmt. by Alexander Kornienko · 12 years ago
- de31aa7 PR13290: Constant-evaluation support for CXXConstructExprs which construct a by Richard Smith · 12 years ago
- 9c00676 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 12 years ago
- 4d48b5c Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
- 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
- 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
- 9bf997e Use C++ cast. by Dmitri Gribenko · 12 years ago
- bfdb506 ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes NULL as int. by NAKAMURA Takumi · 12 years ago
- ea7eb07 CommentParser.cpp: remove unused variable. by Dmitri Gribenko · 12 years ago
- 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
- 471c8b4 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. by Benjamin Kramer · 12 years ago
- d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
- 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
- 3a2d0fb Split out the "empty" case for compound statement into a separate ctor. by Benjamin Kramer · 12 years ago
- ee3096a CXXRecordDecl: Split getBases/getVBases into a slow and a fast path. by Benjamin Kramer · 12 years ago
- c50a0e3 Renamed RawComment kinds to avoid name clash. by Abramo Bagnara · 12 years ago
- 57aceb2 CommentBriefParser: remove dead store. Found by Clang Analyzer. by Dmitri Gribenko · 12 years ago
- a533576 Reintroduced FieldDecl public methods setBitWidth and removeBitWidth. by Abramo Bagnara · 12 years ago
- d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
- fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
- f70a886 Add support for the C11 _Alignof keyword. by Jordan Rose · 12 years ago
- 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
- 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
- 55e1808 Factor out a check for block commands (that implicitly start a new paragraph) into a separate function. by Dmitri Gribenko · 12 years ago
- 16d0078 From Philippe Canal: by Axel Naumann · 12 years ago
- 8376f59 Remove redundant check. by Dmitri Gribenko · 12 years ago
- c3fee35 Attaching comments to declarations: don't attach comments to implicit declarations. by Dmitri Gribenko · 12 years ago
- 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 12 years ago
- d558b52 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 12 years ago