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
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-2
/
+3
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
1
-3
/
+2
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
1
-2
/
+3
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-3
/
+15
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-3
/
+38
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-1
/
+1
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-7
/
+13
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-23
1
-14
/
+20
*
Revert "[Concepts] Constrained partial specializations and function overloads."
Reid Kleckner
2019-12-22
1
-20
/
+14
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-22
1
-14
/
+20
*
[ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...
shafik
2019-12-19
1
-1
/
+28
*
Revert concepts changes from D41910
Vedant Kumar
2019-12-18
1
-20
/
+14
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-18
1
-14
/
+20
*
recommit: [ASTImporter] Friend class decl should not be visible in its context
Gabor Marton
2019-12-18
1
-35
/
+47
*
Revert "[ASTImporter] Friend class decl should not be visible in its context"
Nico Weber
2019-12-17
1
-44
/
+35
*
[ASTImporter] Friend class decl should not be visible in its context
Gabor Marton
2019-12-17
1
-35
/
+44
*
[ASTImporter] Support functions with placeholder return types ...
Gabor Marton
2019-12-12
1
-15
/
+79
*
[ASTImporter] Implicitly declare parameters for imported ObjCMethodDecls
Raphael Isemann
2019-12-06
1
-0
/
+8
*
[ASTImporter] Various source location and range import fixes.
Balázs Kéri
2019-12-05
1
-17
/
+39
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-8
/
+39
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-39
/
+8
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-8
/
+39
*
[Clang][ASTImporter] Added visibility check for ClassTemplateDecl.
Balázs Kéri
2019-11-15
1
-0
/
+2
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-4
/
+4
*
[ASTImporter] Add support for BuiltinTemplateDecl
Raphael Isemann
2019-10-30
1
-0
/
+16
*
[hip][cuda] Fix the extended lambda name mangling issue.
Michael Liao
2019-10-19
1
-1
/
+2
*
Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-10-15
1
-2
/
+2
*
Move most CXXRecordDecl::DefinitionData bit-fields out into a separate
Richard Smith
2019-10-11
1
-65
/
+4
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-7
/
+9
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-1
/
+1
*
[Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.
Balazs Keri
2019-09-13
1
-11
/
+10
*
[ASTImporter] Added visibility context check for TypedefNameDecl.
Balazs Keri
2019-09-04
1
-13
/
+27
*
[ASTImporter] At import of records re-order indirect fields too.
Balazs Keri
2019-09-02
1
-1
/
+1
*
[ASTImporter] Do not look up lambda classes
Gabor Marton
2019-08-30
1
-1
/
+1
*
[ASTImporter] Propagate errors during import of overridden methods.
Balazs Keri
2019-08-30
1
-5
/
+11
*
[ASTImporter] Fix name conflict handling with different strategies
Gabor Marton
2019-08-27
1
-81
/
+90
*
ContentCache: Drop getBuffer's dependency on SourceManager
Duncan P. N. Exon Smith
2019-08-26
1
-2
/
+3
*
[ASTImporter] Import ctor initializers after setting flags.
Balazs Keri
2019-08-16
1
-17
/
+17
*
[ASTImporter] Import default expression of param before creating the param.
Balazs Keri
2019-08-14
1
-19
/
+47
*
[ASTImporter] Import additional flags for functions.
Balazs Keri
2019-08-13
1
-0
/
+3
*
[ASTImporter] Fix for import of friend class template with definition.
Balazs Keri
2019-08-12
1
-4
/
+6
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+4
*
[ASTImporter] Do not import FunctionTemplateDecl in record twice.
Balazs Keri
2019-08-07
1
-2
/
+12
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+2
*
[ASTImporter] Reorder fields after structure import is finished
Gabor Marton
2019-07-25
1
-1
/
+53
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-24
1
-0
/
+4
*
Revert r366449: [CrossTU] Add a function to retrieve original source location.
Ilya Biryukov
2019-07-18
1
-24
/
+3
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-18
1
-3
/
+24
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
1
-7
/
+28
*
Fix uninitialized variable analyzer warning. NFCI.
Simon Pilgrim
2019-07-15
1
-1
/
+1
[next]