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
...
*
[ASTImporter] Remove obsolete function ImportTemplateParameterList.
Balazs Keri
2019-03-20
1
-49
/
+7
*
[ASTImporter] Fix redecl failures of FunctionTemplateSpec
Gabor Marton
2019-03-19
1
-7
/
+14
*
[ASTImporter] Fix redecl failures of ClassTemplateSpec
Gabor Marton
2019-03-19
1
-136
/
+118
*
Refactor cast<>'s in if conditionals, which can only assert on failure.
Don Hinton
2019-03-19
1
-28
/
+25
*
[ASTImporter] Fix import of NestedNameSpecifierLoc.
Balazs Keri
2019-03-14
1
-1
/
+4
*
[ASTImporter] Changed use of Import to Import_New in ASTImporter.
Balazs Keri
2019-03-07
1
-313
/
+375
*
[ASTImporter] Import member expr with explicit template args
Gabor Marton
2019-03-07
1
-3
/
+7
*
[ASTImporter] Handle redecl chain of FunctionTemplateDecls
Gabor Marton
2019-03-07
1
-16
/
+40
*
[ASTImporter] Fix redecl failures of Class and ClassTemplate
Gabor Marton
2019-03-05
1
-32
/
+2
*
[ASTImporter] Handle built-in when importing SourceLocation and FileID
Shafik Yaghmour
2019-03-04
1
-21
/
+26
*
[ASTImporter] Improve import of FileID.
Balazs Keri
2019-02-27
1
-7
/
+16
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-26
1
-0
/
+28
*
Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."
Reid Kleckner
2019-02-26
1
-28
/
+0
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-25
1
-0
/
+28
*
[ASTImporter] Find previous friend function template
Gabor Marton
2019-02-18
1
-1
/
+1
*
[ASTImporter] Import every Decl in lambda record
Gabor Marton
2019-02-15
1
-7
/
+3
*
[ASTImporter] Check visibility/linkage of functions and variables
Gabor Marton
2019-02-14
1
-70
/
+91
*
Remove unused variable to silence compiler warning
Mikael Holmen
2019-01-29
1
-1
/
+1
*
[ASTImporter] Fix handling of overriden methods during ASTImport
Shafik Yaghmour
2019-01-28
1
-7
/
+37
*
[ASTImporter] Fix importing OperatorDelete from CXXConstructorDecl
Raphael Isemann
2019-01-22
1
-1
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Store some data of CXXNewExpr as trailing objects
Bruno Ricci
2019-01-07
1
-1
/
+1
*
[AST] Store the arguments of CXXConstructExpr in a trailing array
Bruno Ricci
2018-12-22
1
-1
/
+1
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-7
/
+6
*
[ASTImporter] Add importer specific lookup
Gabor Marton
2018-12-17
1
-85
/
+91
*
[ASTImporter] Fix redecl chain of classes and class templates
Gabor Marton
2018-12-17
1
-172
/
+161
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-2
/
+3
*
[ASTImporter] Remove import of definition from GetAlreadyImportedOrNull
Gabor Marton
2018-12-12
1
-10
/
+8
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-1
/
+1
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-1
/
+1
*
Revert "[ASTImporter] Changed use of Import to Import_New in ASTImporter."
Davide Italiano
2018-11-28
1
-373
/
+311
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-1
/
+1
*
[ASTImporter] Changed use of Import to Import_New in ASTImporter.
Balazs Keri
2018-11-28
1
-311
/
+373
*
[ASTImporter] Added Import functions for transition to new API.
Balazs Keri
2018-11-27
1
-0
/
+94
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-1
/
+1
*
[ASTImporter] Typedef import brings in the complete type
Gabor Marton
2018-11-27
1
-2
/
+9
*
[ASTImporter][Structural Eq] Check for isBeingDefined
Gabor Marton
2018-11-26
1
-2
/
+3
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-1
/
+1
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-1
/
+1
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-1
/
+1
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-2
/
+2
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-1
/
+1
*
[ASTImporter] Set redecl chain of functions before any other import
Gabor Marton
2018-11-20
1
-19
/
+24
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-1
/
+1
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-0
/
+12
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+4
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-4
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+4
*
Revert "[ASTImporter] Reorder fields after structure import is finished"
Davide Italiano
2018-10-30
1
-43
/
+3
*
[AST] Only store data for the NRVO candidate in ReturnStmt if needed
Bruno Ricci
2018-10-30
1
-2
/
+2
[prev]
[next]