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
/
unittests
/
AST
/
ASTImporterTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASTImporter] Mark erroneous nodes in shared st
Gabor Marton
2019-07-01
1
-5
/
+80
*
[ASTImporter] Mark erroneous nodes in from ctx
Gabor Marton
2019-07-01
1
-14
/
+197
*
[ASTImporter] Propagate error from ImportDeclContext
Gabor Marton
2019-07-01
1
-0
/
+87
*
[ASTImporter] Store import errors for Decls
Gabor Marton
2019-06-25
1
-0
/
+121
*
[ASTImporter] Fix unhandled cases in ASTImporterLookupTable
Gabor Marton
2019-06-11
1
-5
/
+51
*
[ASTImporter] Enable disabled but passing tests
Gabor Marton
2019-05-20
1
-11
/
+2
*
[ASTImporter] Use llvm::Expected and Error in the importer API
Gabor Marton
2019-05-15
1
-1
/
+1
*
[ASTImporter] Separate unittest files
Gabor Marton
2019-05-13
1
-1065
/
+4
*
[ASTImporter] Corrected type of integer constant in a test.
Balazs Keri
2019-05-07
1
-2
/
+2
*
[ASTImporter] Import TemplateParameterLists in function templates.
Balazs Keri
2019-05-07
1
-0
/
+18
*
Fix gcc "-Wdangling-else" warnings. NFCI.
Simon Pilgrim
2019-04-30
1
-3
/
+6
*
[ASTImporter] Add an ImportImpl method to allow customizing Import behavior.
Raphael Isemann
2019-04-29
1
-9
/
+101
*
Changed every use of ASTImporter::Import to Import_New
Balazs Keri
2019-04-08
1
-18
/
+37
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-5
/
+4
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-1
/
+1
*
[ASTImporter] Fix redecl failures of FunctionTemplateSpec
Gabor Marton
2019-03-19
1
-77
/
+60
*
[ASTImporter] Fix redecl failures of ClassTemplateSpec
Gabor Marton
2019-03-19
1
-6
/
+42
*
[ASTImporter] Fix import of NestedNameSpecifierLoc.
Balazs Keri
2019-03-14
1
-0
/
+20
*
[ASTImporter] Import member expr with explicit template args
Gabor Marton
2019-03-07
1
-0
/
+50
*
[ASTImporter] Handle redecl chain of FunctionTemplateDecls
Gabor Marton
2019-03-07
1
-34
/
+14
*
[ASTImporter] Fix redecl failures of Class and ClassTemplate
Gabor Marton
2019-03-05
1
-8
/
+4
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-26
1
-0
/
+34
*
Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."
Reid Kleckner
2019-02-26
1
-49
/
+0
*
[ASTImporter] Add support for importing ChooseExpr AST nodes.
Tom Roeder
2019-02-25
1
-0
/
+49
*
Fix remaining semicolon pedantic errors for intel
Gabor Marton
2019-02-20
1
-2
/
+2
*
Fix compile error with Intel's compiler (-Werror=pedantic)
Gabor Marton
2019-02-20
1
-60
/
+60
*
[ASTImporter] Find previous friend function template
Gabor Marton
2019-02-18
1
-0
/
+30
*
[ASTImporter] Unify redecl chain tests as type parameterized tests
Gabor Marton
2019-02-18
1
-641
/
+556
*
[ASTImporter] Import every Decl in lambda record
Gabor Marton
2019-02-15
1
-0
/
+20
*
[ASTImporter] Check visibility/linkage of functions and variables
Gabor Marton
2019-02-14
1
-0
/
+268
*
[ASTImporter] Add test RedeclChainShouldBeCorrectAmongstNamespaces
Gabor Marton
2019-02-11
1
-0
/
+41
*
[ASTImporter][ASTImporterSpecificLookup] Add test for different operators
Gabor Marton
2019-02-08
1
-0
/
+60
*
[ASTImporter] Refactor unittests to be able to parameterize them in a more fl...
Gabor Marton
2019-02-07
1
-83
/
+110
*
[ASTImporter] Fix handling of overriden methods during ASTImport
Shafik Yaghmour
2019-01-28
1
-0
/
+185
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.
Martin Storsjo
2018-12-18
1
-1
/
+1
*
[ASTImporter] Add importer specific lookup
Gabor Marton
2018-12-17
1
-28
/
+551
*
[ASTImporter] Fix redecl chain of classes and class templates
Gabor Marton
2018-12-17
1
-88
/
+640
*
[ASTImporter] Typedef import brings in the complete type
Gabor Marton
2018-11-27
1
-0
/
+32
*
[ASTImporter][Structural Eq] Check for isBeingDefined
Gabor Marton
2018-11-26
1
-0
/
+39
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-8
/
+7
*
Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"
Shafik Yaghmour
2018-10-31
1
-39
/
+0
*
[ASTImporter][Structural Eq] Check for isBeingDefined
Gabor Marton
2018-10-31
1
-0
/
+39
*
Revert "[ASTImporter] Reorder fields after structure import is finished"
Davide Italiano
2018-10-30
1
-12
/
+1
*
[ASTImporter] Reorder fields after structure import is finished
Aleksei Sidorin
2018-10-29
1
-1
/
+12
*
[ASTImporter] Added error handling for AST import.
Balazs Keri
2018-10-19
1
-2
/
+3
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-5
/
+5
*
[ASTImporter] Fix import of VarDecl init
Gabor Marton
2018-09-17
1
-2
/
+145
*
[ASTImporter] Merge ExprBits
Gabor Marton
2018-09-03
1
-0
/
+19
*
Fix import of class templates partial specialization
Gabor Marton
2018-08-22
1
-2
/
+259
[next]