llvm-project/clang/lib
Benjamin Kramer ddf1cda2c2 [Format] Skip creating temporary std::strings when filling another string.
No functional change intended.

llvm-svn: 238466
2015-05-28 19:55:49 +00:00
..
ARCMigrate Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion. 2015-05-04 03:15:40 +00:00
AST Update -Winvalid-noreturn to handle destructors better. 2015-05-28 00:14:02 +00:00
ASTMatchers Add conversionDecl matcher for node CXXConversionDecl. 2015-04-20 20:58:50 +00:00
Analysis Update -Winvalid-noreturn to handle destructors better. 2015-05-28 00:14:02 +00:00
Basic [ARMTargetParser] Removing string parsing from getCPUDefineSuffix. NFC. 2015-05-28 12:11:11 +00:00
CodeGen Get the dll storage class right for structors of classes exported/imported via explicit instantiation (PR23667) 2015-05-28 17:44:56 +00:00
Driver [ARMTargetParser] FIXME MachO arch names. NFC 2015-05-28 15:49:28 +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 [Format] Skip creating temporary std::strings when filling another string. 2015-05-28 19:55:49 +00:00
Frontend This reverts commit r238064 and r238055. 2015-05-23 00:30:33 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Added doxygen comments for the intrinsics. 2015-05-28 01:25:25 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex Bug fix for PR23577 (https://llvm.org/bugs/show_bug.cgi?id=23577#c0). 2015-05-25 11:21:20 +00:00
Parse __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Rewrite Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
Sema clang-cl: Handle dll attributes in explicit class template specialization definitions (PR23667) 2015-05-27 00:06:45 +00:00
Serialization Rename a helper template function to 'bytes' to avoid a C++17 STL conflict 2015-05-21 00:13:09 +00:00
StaticAnalyzer Add a missing forward def of CheckerManager. NFC. 2015-04-17 17:00:16 +00:00
Tooling Fix bug in Replacement's toString on Windows (missing flush). 2015-04-20 06:58:56 +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