| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [ASTImporter] Lookup SearchName instead of Name | Gabor Horvath | 2017-04-03 | 1 | -2/+2 |
* | Encapsulate FPOptions and use it consistently | Adam Nemet | 2017-03-27 | 1 | -2/+2 |
* | [index/AST] Add references for ObjC getter=/setter= property attributes and r... | Argyrios Kyrtzidis | 2017-03-16 | 1 | -2/+4 |
* | [ASTImporter] Import fix of GCCAsmStmts w/ missing symbolic operands | Gabor Horvath | 2017-03-13 | 1 | -2/+6 |
* | C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f... | Richard Smith | 2017-02-25 | 1 | -2/+4 |
* | [ASTImporter] Support default argument initialization of ParmVarDecls | Aleksei Sidorin | 2017-02-20 | 1 | -1/+20 |
* | P0091R3: Implement basic parsing support for C++17 deduction-guides. | Richard Smith | 2017-02-07 | 1 | -0/+9 |
* | PR0091R3: Implement parsing support for using templates as types. | Richard Smith | 2017-01-26 | 1 | -0/+14 |
* | ASTImporter: improve support for C++ templates | Aleksei Sidorin | 2017-01-23 | 1 | -16/+275 |
* | PR31469: Don't add friend template class decls to redecl chain in dependent c... | Vassil Vassilev | 2017-01-12 | 1 | -2/+1 |
* | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 2016-12-14 | 1 | -19/+26 |
* | [ASTImporter] Added ability to import AtomicType nodes | Gabor Horvath | 2016-11-23 | 1 | -0/+9 |
* | When the ASTImporter imports a source location, it avoids importing macro | Sean Callanan | 2016-11-07 | 1 | -2/+2 |
* | Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of | Richard Smith | 2016-10-10 | 1 | -0/+1 |
* | Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ... | Daniel Jasper | 2016-10-10 | 1 | -1/+0 |
* | P0035R4: Semantic analysis and code generation for C++17 overaligned | Richard Smith | 2016-10-10 | 1 | -0/+1 |
* | [ASTImporter] Implement some expression-related AST node import (part 2) | Aleksei Sidorin | 2016-09-28 | 1 | -43/+597 |
* | ObjectiveC generics: Add ObjCTypeParamType in the type system. | Manman Ren | 2016-09-13 | 1 | -0/+17 |
* | Reapply r276069 with workaround for MSVC 2013 | Hubert Tong | 2016-07-30 | 1 | -1/+11 |
* | Revert r276069: MSVC bots not happy | Hubert Tong | 2016-07-20 | 1 | -11/+1 |