llvm-project/clang/lib
Alex Lorenz ad38fbffad Recommit r315087 "[refactor] add support for refactoring options"
The recommit fixes a UB bug that occurred only on a small number of bots.

Original message:

This commit adds initial support for refactoring options. One can now use
optional and required std::string options.

This commit also adds a NewNameOption for the local-rename refactoring action to
allow rename to work with custom names.

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

llvm-svn: 315661
2017-10-13 01:53:13 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [Modules TS] Module ownership semantics for redeclarations. 2017-10-10 22:33:17 +00:00
ASTMatchers [ASTMatchers] Don't create a copy of a std::set when iterating over it. 2017-10-10 07:21:34 +00:00
Analysis [Analyzer] Support bodyfarming libstdc++ implementation of std::call_once. 2017-10-11 20:53:01 +00:00
Basic [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb 2017-10-12 07:05:37 +00:00
CodeGen [MS] Don't bail on replacing dllimport vbase dtors with base dtors 2017-10-13 00:53:02 +00:00
CrossTU Fix implicit-fallthrough warning by adding missing break 2017-09-24 15:17:46 +00:00
Driver Revert "[ADT] Make Twine's copy constructor private." 2017-10-11 23:54:34 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Fix regression about short functions after #else 2017-10-02 15:53:37 +00:00
Frontend Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble. 2017-10-09 16:52:12 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [X86] Add CLWB intrinsic. clang part 2017-10-12 18:57:15 +00:00
Index Fix indexer crash for default template template parameter value 2017-10-10 21:09:49 +00:00
Lex Fix warnings. [-Wdocumentation] 2017-10-12 09:42:14 +00:00
Parse [OpenCL] Allow function declaration with empty argument list. 2017-10-11 11:16:31 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [Sema][ObjC] Complete merging ObjC methods before checking their 2017-10-12 23:24:38 +00:00
Serialization Fix warnings. [-Wdocumentation] 2017-10-12 09:42:14 +00:00
StaticAnalyzer [Analyzer] Assume that CFBooleanRef const globals are non-null 2017-10-13 00:51:41 +00:00
Tooling Recommit r315087 "[refactor] add support for refactoring options" 2017-10-13 01:53:13 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00