llvm-capstone/clang/unittests/AST
Balazs Keri 14d115ff98 [ASTImporter] Using Lang_CXX14 in ASTImporterVisibilityTest.
Summary:
These tests may work with C++14 language constructs in the future
(variable templates and others).
To avoid warnings about language version C++ version constants in the tests
are updated.

Reviewers: martong, a.sidorin

Reviewed By: martong

Subscribers: rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D64477

llvm-svn: 366061
2019-07-15 12:16:30 +00:00
..
ASTContextParentMapTest.cpp
ASTImporterFixtures.cpp [ASTImporter] Mark erroneous nodes in shared st 2019-07-01 15:37:07 +00:00
ASTImporterFixtures.h [ASTImporter] Mark erroneous nodes in shared st 2019-07-01 15:37:07 +00:00
ASTImporterGenericRedeclTest.cpp [ASTImporter] Separate unittest files 2019-05-13 10:06:25 +00:00
ASTImporterTest.cpp [ASTImporter] Fix import of lambda in function param 2019-07-08 12:49:13 +00:00
ASTImporterVisibilityTest.cpp [ASTImporter] Using Lang_CXX14 in ASTImporterVisibilityTest. 2019-07-15 12:16:30 +00:00
ASTPrint.h
ASTTraverserTest.cpp Add a Visit overload for DynTypedNode to ASTNodeTraverser 2019-05-19 13:03:48 +00:00
ASTTypeTraitsTest.cpp
ASTVectorTest.cpp
CMakeLists.txt cmake: Add CLANG_LINK_CLANG_DYLIB option 2019-07-03 22:45:55 +00:00
CommentLexer.cpp
CommentParser.cpp
CommentTextTest.cpp
DataCollectionTest.cpp
DeclMatcher.h
DeclPrinterTest.cpp
DeclTest.cpp
EvaluateAsRValueTest.cpp
ExternalASTSourceTest.cpp
Language.cpp [c++20] Add support for explicit(bool), as described in P0892R2. 2019-05-09 03:59:21 +00:00
Language.h [c++20] Add support for explicit(bool), as described in P0892R2. 2019-05-09 03:59:21 +00:00
MatchVerifier.h [c++20] Add support for explicit(bool), as described in P0892R2. 2019-05-09 03:59:21 +00:00
NamedDeclPrinterTest.cpp Fix error in NamedDeclPrinterTest 2019-04-05 19:17:24 +00:00
OMPStructuredBlockTest.cpp
SourceLocationTest.cpp
StmtPrinterTest.cpp [clang] Respect TerseOutput when printing lambdas 2019-05-27 16:20:45 +00:00
StructuralEquivalenceTest.cpp [ASTImporter] Structural eq: handle DependentScopeDeclRefExpr 2019-07-02 07:36:39 +00:00