llvm-project/clang/lib
David Blaikie 50a5f97e82 unique_ptrify SourceManager::createFileID
llvm-svn: 216715
2014-08-29 07:59:55 +00:00
..
ARCMigrate Update for llvm API change. 2014-08-27 19:03:27 +00:00
AST unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
ASTMatchers Don't create a null reference to NestedNameSpecifier. 2014-08-28 22:18:42 +00:00
Analysis More -Wuninitialized updates 2014-08-27 22:15:10 +00:00
Basic unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
CodeGen unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
Driver unique_ptrify Driver Action handling 2014-08-29 07:25:23 +00:00
Edit Objective-C modernization. Convert -initWithUTF8String messaging 2014-08-25 20:22:25 +00:00
Format Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr. 2014-08-27 20:54:45 +00:00
Frontend unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
FrontendTool Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Headers arm_acle: Fix error in ROR implementation 2014-08-28 15:25:52 +00:00
Index Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr. 2014-08-27 20:54:45 +00:00
Lex unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
Parse Update for LLVM api change. 2014-08-27 20:03:29 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>. 2014-08-29 06:05:01 +00:00
Serialization unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
StaticAnalyzer [CMake] clangStaticAnalyzerFrontend: Add clangLex, corresponding to r216550. 2014-08-28 12:42:28 +00:00
Tooling Query CompilationDatabase right before running each compilation. 2014-08-27 21:36:39 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00