Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
I don't think Clang/LLVM use [[deprecated]] anywhere. Just change the API and people have to migrate their code.
Paths
| Differential D50352
Mark up deprecated methods as such ClosedPublic Authored by steveire on Aug 6 2018, 12:45 PM.
Details
Diff Detail
Event TimelineComment Actions I don't think Clang/LLVM use [[deprecated]] anywhere. Just change the API and people have to migrate their code.
Revision Contents
Diff 160028 include/clang/AST/Comment.h
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclObjC.h
include/clang/AST/DeclarationName.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/ExprOpenMP.h
include/clang/AST/OpenMPClause.h
include/clang/AST/RawCommentList.h
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
include/clang/AST/StmtObjC.h
include/clang/AST/StmtOpenMP.h
include/clang/AST/TypeLoc.h
include/clang/Analysis/CloneDetection.h
include/clang/Sema/DeclSpec.h
lib/CodeGen/CoverageMappingGen.cpp
lib/Sema/SemaChecking.cpp
|