llvm-project/clang/lib
Adrian Prantl 5a88e1a8c6 Rename ModuleContainerGenerator to PCHContainergenerator for consistency
and re-clang-format (NFC).

llvm-svn: 241841
2015-07-09 19:46:39 +00:00
..
ARCMigrate Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. 2015-07-02 21:03:14 +00:00
AST DeclObjC: Move computing the type of self into a separate function (NFC). 2015-07-08 22:15:59 +00:00
ASTMatchers Replace some const std::string & with llvm::StringRef or std::string 2015-07-06 08:47:15 +00:00
Analysis Rewrite users of Stmt::child_begin/end into for-range loops. 2015-07-03 15:12:24 +00:00
Basic Revert r241770 and add Basic to the dependencies of clang-check instead. 2015-07-09 02:53:05 +00:00
CodeGen Rename ModuleContainerGenerator to PCHContainergenerator for consistency 2015-07-09 19:46:39 +00:00
Driver Add GCC-compatible flags -fprofile-generate and -fprofile-use. 2015-07-09 17:23:53 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format clang-format: Break after "for (" less eagerly. 2015-07-07 16:09:39 +00:00
Frontend Revert r241770 and add Basic to the dependencies of clang-check instead. 2015-07-09 02:53:05 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Add the missing return statements from revision 241399. 2015-07-05 10:54:10 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex Implement variance for Objective-C type parameters. 2015-07-07 03:58:54 +00:00
Parse Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty attribute blocks" 2015-07-08 05:55:00 +00:00
Rewrite Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
Sema [CodeCompletion] Don't crash on member inits of templated constructors. 2015-07-09 15:31:10 +00:00
Serialization [modules] Fix crash when writing an update record for a redeclaration of an empty namespace. 2015-07-08 21:15:32 +00:00
StaticAnalyzer Rewrite users of Stmt::child_begin/end into for-range loops. 2015-07-03 15:12:24 +00:00
Tooling Driver: Remove the Job class. NFC 2015-07-02 22:52:08 +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