| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ASTImporter] Corrected lookup at import of templated record decl | Gabor Marton | 2018-05-30 | 1 | -1/+8 |
| * | Testing commit access with whitespace change. | Rafael Stahl | 2018-05-29 | 1 | -2/+2 |
| * | [ASTImporter] Fix ClassTemplateSpecialization in wrong DC | Gabor Marton | 2018-05-25 | 1 | -2/+6 |
| * | [ASTImporter] Fix missing implict CXXRecordDecl in ClassTemplateSpecializatio... | Gabor Marton | 2018-05-23 | 1 | -2/+8 |
| * | Fix duplicate class template definitions problem | Gabor Marton | 2018-05-23 | 1 | -15/+31 |
| * | [ASTImporter] Fix missing implict CXXRecordDecl | Gabor Marton | 2018-05-17 | 1 | -1/+1 |
| * | Test commit access: remove superflous spaces | Gabor Marton | 2018-05-16 | 1 | -1/+1 |
| * | [ASTImporter] Extend lookup logic in class templates | Aleksei Sidorin | 2018-05-15 | 1 | -2/+8 |
| * | [AST] Print correct tag decl for tag specifier | Joel E. Denny | 2018-05-14 | 1 | -1/+7 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -4/+4 |
| * | [ASTImporter] Properly import SourceLocations of Attrs | Aleksei Sidorin | 2018-05-08 | 1 | -13/+12 |
| * | [ASTImporter] Support importing UnresolvedMemberExpr, DependentNameType, Depe... | Peter Szecsi | 2018-05-07 | 1 | -1/+86 |
| * | [ASTImporter] Fix isa cast assert | Peter Szecsi | 2018-05-02 | 1 | -3/+7 |
| * | [ASTImporter] FriendDecl importing improvements | Peter Szecsi | 2018-04-25 | 1 | -5/+9 |
| * | [ASTImporter] Allow testing of import sequences; fix import of typedefs for a... | Aleksei Sidorin | 2018-04-24 | 1 | -23/+21 |
| * | [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko | 2018-04-09 | 1 | -407/+405 |
| * | DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard | Richard Smith | 2018-04-05 | 1 | -1/+4 |
| * | [ASTImporter] Fix for importing unnamed structs | Aleksei Sidorin | 2018-04-05 | 1 | -3/+2 |
| * | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-19 | 1 | -1/+0 |
| * | Revert "[ObjC] Allow declaring __weak pointer fields in C structs in | Akira Hatanaka | 2018-03-12 | 1 | -0/+1 |
| * | [ObjC] Allow declaring __weak pointer fields in C structs in ARC. | Akira Hatanaka | 2018-03-10 | 1 | -1/+0 |
| * | Quick fix for 325116 buildbots: move template specialization into namespace | Aleksei Sidorin | 2018-02-14 | 1 | -27/+29 |
| * | [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS... | Aleksei Sidorin | 2018-02-14 | 1 | -50/+109 |
| * | [ASTImporter] Add support to import some AST nodes: | Gabor Horvath | 2018-01-27 | 1 | -23/+108 |
| * | [ASTImporter] avoid warnings: unused var, switch covered | Sam McCall | 2018-01-26 | 1 | -8/+5 |
| * | [ASTImporter] Support LambdaExprs and improve template support | Aleksei Sidorin | 2018-01-26 | 1 | -53/+258 |
| * | [ASTImporter] Support importing CXXUnresolvedConstructExpr and UnresolvedLook... | Aleksei Sidorin | 2018-01-09 | 1 | -0/+61 |
| * | [ASTImporter] Fix missing SourceLoc import for ObjCMethodDecl selectors | Aleksei Sidorin | 2018-01-09 | 1 | -1/+5 |
| * | Track in the AST whether the operand to a UnaryOperator can overflow and then... | Aaron Ballman | 2018-01-09 | 1 | -6/+5 |
| * | [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem... | Aleksei Sidorin | 2017-12-27 | 1 | -0/+126 |
| * | [AST] Inline CompoundStmt contents into the parent allocation. | Benjamin Kramer | 2017-12-24 | 1 | -3/+2 |
| * | Revert r320942, "[ASTImporter] Support importing FunctionTemplateDecl and CXX... | Peter Collingbourne | 2017-12-20 | 1 | -126/+0 |
| * | [ASTImporter] Support importing FunctionTemplateDecl and CXXDependentScopeMem... | Aleksei Sidorin | 2017-12-17 | 1 | -0/+126 |
| * | [ASTImporter] Support importing CXXPseudoDestructorExpr | Aleksei Sidorin | 2017-11-27 | 1 | -0/+34 |
| * | [ASTImporter] Support TypeTraitExpr | Aleksei Sidorin | 2017-11-26 | 1 | -0/+21 |
| * | [ASTImporter] Support new AST nodes: | Aleksei Sidorin | 2017-11-21 | 1 | -17/+295 |
| * | [Analyzer] Revert r318750 because incorrect files were added for commit. | Aleksei Sidorin | 2017-11-21 | 1 | -292/+17 |
| * | [Analyzer] Non-determinism: stable iteration on indirect goto LabelDecl's | Aleksei Sidorin | 2017-11-21 | 1 | -17/+292 |
| * | [ASTImporter] TypeAliasTemplate and PackExpansion importing capability | Gabor Horvath | 2017-11-14 | 1 | -0/+83 |
| * | [ASTImporter] Import SubStmt of CaseStmt | Gabor Horvath | 2017-10-18 | 1 | -3/+7 |
| * | Add Cross Translation Unit support library | Gabor Horvath | 2017-09-22 | 1 | -0/+15 |
| * | PR19668, PR23034: Fix handling of move constructors and deleted copy | Richard Smith | 2017-08-16 | 1 | -0/+5 |
| * | Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ... | Diana Picus | 2017-08-09 | 1 | -5/+0 |
| * | PR19668, PR23034: Fix handling of move constructors and deleted copy | Richard Smith | 2017-08-08 | 1 | -0/+5 |
| * | Preserve CXX method overrides in ASTImporter | Lang Hames | 2017-06-20 | 1 | -0/+14 |
| * | [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer. | Alexey Bataev | 2017-06-09 | 1 | -4/+3 |
| * | [ASTImporter] Improve handling of incomplete types | Sean Callanan | 2017-05-13 | 1 | -0/+14 |
| * | [ASTImporter] Move structural equivalence context to its own file. NFCI | Bruno Cardoso Lopes | 2017-04-28 | 1 | -1413/+31 |
| * | Revert r299355 "[ASTImporter] Fix for importing unnamed structs" | Gabor Horvath | 2017-04-03 | 1 | -6/+3 |
| * | [ASTImporter] Fix for importing unnamed structs | Gabor Horvath | 2017-04-03 | 1 | -3/+6 |