llvm-project/clang/test/Refactor/Extract
Shaurya Gupta 36ca1e6399 [Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy
Since the DeclStmt range includes the semicolon, it doesn't need a
semicolon at the end during extraction

llvm-svn: 368850
2019-08-14 13:37:39 +00:00
..
ExtractExprIntoFunction.cpp [refactor][extract] avoid extracting expressions from types in functions 2017-11-14 18:59:01 +00:00
ExtractionSemicolonPolicy.cpp [Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy 2019-08-14 13:37:39 +00:00
ExtractionSemicolonPolicy.m [refactor][extract] insert semicolons into extracted/inserted code 2017-11-03 18:11:22 +00:00
FromMethodToFunction.cpp
ObjCProperty.m