index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
AST
/
ASTImporter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-1
/
+11
*
When importing classes and structs with anonymous structs, it is critical that
Sean Callanan
2016-07-14
1
-9
/
+25
*
P0305R0: Semantic analysis and code generation for C++17 init-statement for '...
Richard Smith
2016-07-14
1
-2
/
+9
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-2
/
+1
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-03
1
-3
/
+2
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-3
/
+3
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-1
/
+2
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-9
/
+7
*
Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.
Richard Smith
2016-06-10
1
-6
/
+1
*
Added support to the ASTImporter for C++ constructor initializers.
Sean Callanan
2016-05-16
1
-2
/
+133
*
Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...
Oleksiy Vyalov
2016-05-14
1
-82
/
+0
*
Fixed a bug where the ASTImporter didn't propagate builtin IDs at all.
Sean Callanan
2016-05-14
1
-1
/
+6
*
Handle injected class names in the ASTImporter.
Sean Callanan
2016-05-14
1
-2
/
+11
*
Added support to the ASTImporter for C++ constructor initializers.
Sean Callanan
2016-05-14
1
-0
/
+82
*
Add support for derived class special members hiding functions brought in from
Richard Smith
2016-05-13
1
-0
/
+2
*
Preserve the FoundDecl when performing overload resolution for constructors.
Richard Smith
2016-05-11
1
-2
/
+7
*
[ASTImporter] Implement some expression-related AST node import.
Artem Dergachev
2016-04-14
1
-59
/
+522
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-0
/
+4
*
Improvements to the ASTImporter to support LLDB top-level Clang expressions.
Sean Callanan
2016-03-28
1
-26
/
+124
*
AST: Fix some bogus indentation. NFC
Justin Bogner
2016-03-20
1
-2
/
+2
*
P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...
Richard Smith
2016-03-20
1
-4
/
+8
*
Caught and fixed a typo in r262572.
Sean Callanan
2016-03-03
1
-1
/
+1
*
Fixed a problem where the ASTImporter mishandled in-class initializers.
Sean Callanan
2016-03-03
1
-2
/
+7
[next]