GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
AST
/
ASTImporterTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[ASTImporter] Adding some friend function related unittests.
Balazs Keri
2018-08-21
1
-0
/
+205
*
Remove obsolete comment
Stephen Kelly
2018-08-14
1
-1
/
+0
*
[ASTImporter] Improved import of friend templates.
Balazs Keri
2018-08-13
1
-0
/
+87
*
[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExpr
Shuai Wang
2018-08-12
1
-6
/
+0
*
Add support for importing imaginary literals
Gabor Marton
2018-08-09
1
-0
/
+8
*
[ASTImporter] Load external Decls when getting field index.
Balazs Keri
2018-08-08
1
-0
/
+34
*
[ASTmporter] SourceRange-free function parameter checking for declarations
Gabor Marton
2018-08-06
1
-6
/
+35
*
Remove superfluous ; to fix -Wpedantic warning from gcc
Nico Weber
2018-07-17
1
-1
/
+1
*
[ASTImporter] Fix import of unnamed structs
Gabor Marton
2018-07-17
1
-5
/
+37
*
[ASTImporter] Import described template (if any) of function.
Balazs Keri
2018-07-17
1
-1
/
+1
*
[ASTImporter] Changed constant int to unsigned int in test code.
Balazs Keri
2018-07-16
1
-2
/
+2
*
[ASTImporter] Import implicit methods of existing class.
Balazs Keri
2018-07-16
1
-0
/
+111
*
[ASTImporter] Fix infinite recursion on function import with struct definitio...
Gabor Marton
2018-07-12
1
-19
/
+79
*
[ASTImporter] Refactor Decl creation
Gabor Marton
2018-07-12
1
-31
/
+71
*
[AST] Structural equivalence of methods
Balazs Keri
2018-07-11
1
-0
/
+126
*
[ASTImporter] import FunctionDecl end locations
Rafael Stahl
2018-07-09
1
-1
/
+1
*
[ASTImporter] Fix import of objects with anonymous types
Gabor Marton
2018-07-05
1
-0
/
+29
*
[ASTImporter] import macro source locations
Rafael Stahl
2018-07-04
1
-0
/
+60
*
Test commit access
Balazs Keri
2018-07-02
1
-1
/
+1
*
[ASTImporter] Eliminated some unittest warnings.
Gabor Marton
2018-06-29
1
-415
/
+326
*
Re-apply: [ASTImporter] Import the whole redecl chain of functions
Gabor Marton
2018-06-27
1
-70
/
+644
*
Revert "[ASTImporter] Import the whole redecl chain of functions"
Gabor Marton
2018-06-25
1
-644
/
+70
*
[ASTImporter] Import the whole redecl chain of functions
Gabor Marton
2018-06-25
1
-70
/
+644
*
[ASTImporter] Add ms compatibility to tests which use the TestBase
Gabor Marton
2018-06-25
1
-276
/
+283
*
[ASTImporter] Add new tests about templated-described swing
Gabor Marton
2018-06-25
1
-0
/
+60
*
[ASTImporter] Corrected diagnostic client handling in tests.
Adam Balogh
2018-06-15
1
-1
/
+9
*
[ASTImporter] Corrected lookup at import of templated record decl
Gabor Marton
2018-05-30
1
-0
/
+44
*
[ASTImporter] Fix ClassTemplateSpecialization in wrong DC
Gabor Marton
2018-05-25
1
-1
/
+1
*
Fix ASTImporterTest on Windows after r333082
Hans Wennborg
2018-05-24
1
-2
/
+2
*
[ASTImporter] Add unit tests for structural equivalence
Gabor Marton
2018-05-24
1
-44
/
+1
*
[ASTImporter] Fix missing implict CXXRecordDecl in ClassTemplateSpecializatio...
Gabor Marton
2018-05-23
1
-1
/
+17
*
Fix duplicate class template definitions problem
Gabor Marton
2018-05-23
1
-2
/
+128
*
[ASTImporter] Enable disabled but passing test
Gabor Marton
2018-05-18
1
-1
/
+1
*
Do not try to remove invisible Decls from DeclContext
Gabor Marton
2018-05-18
1
-0
/
+33
*
[ASTImporter] Fix missing implict CXXRecordDecl
Gabor Marton
2018-05-17
1
-1
/
+1
[next]