[www] r316628 - Update abstract.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 16:29:18 PDT 2017


Author: tbrethou
Date: Wed Oct 25 16:29:18 2017
New Revision: 316628

URL: http://llvm.org/viewvc/llvm-project?rev=316628&view=rev
Log:
Update abstract.

Modified:
    www/trunk/devmtg/2017-10/index.html

Modified: www/trunk/devmtg/2017-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-10/index.html?rev=316628&r1=316627&r2=316628&view=diff
==============================================================================
--- www/trunk/devmtg/2017-10/index.html (original)
+++ www/trunk/devmtg/2017-10/index.html Wed Oct 25 16:29:18 2017
@@ -491,7 +491,7 @@ We will demonstrate the initial version
 </a></b><br>
 <i>Alex Lorenz and Nathan Hawes</i><br>
 [Slides] [Video] (Available after dev mtg)<br>
-This talk details the Clang enhancements behind the new index‐while‐building functionality and refactoring engine introduced in Xcode 9. We first describe the new -index-store-path option, which provides indexing data as part of the compilation process without adding significantly to build times (~2.4% overhead for LLVM + Clang). The design, data model, and implementation of this feature are detailed for potential adopters and contributors. The second part of the talk introduces Clang's new refactoring engine, which builds on Clang's libTooling. We list the set of supported refactoring actions, illustrate how a new action can be constructed, and describe how the engine can be used by end users and adopted by IDEs. We also outline the design of the engine and describe the advanced refactoring capabilities planned for the future.
+This talk details the Clang enhancements behind the new index‐while‐building functionality and refactoring engine introduced in Xcode 9. We first describe the new -index-store-path option, which provides indexing data as part of the compilation process without adding significantly to build times. The design, data model, and implementation of this feature are detailed for potential adopters and contributors. The second part of the talk introduces Clang's new refactoring engine, which builds on Clang's libTooling. We list the set of supported refactoring actions, illustrate how a new action can be constructed, and describe how the engine can be used by end users and adopted by IDEs. We also outline the design of the engine and describe the advanced refactoring capabilities planned for the future.
 </p>
 
 <p>




More information about the llvm-commits mailing list