llvm-project/clang/lib
Rafael Espindola c0f18a91ac Replace a few std::string& with StringRef. NFC.
Patch by Косов Евгений!

llvm-svn: 238774
2015-06-01 20:00:16 +00:00
..
ARCMigrate Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
AST Fix PR21945: Crash in constant evaluator. 2015-06-01 16:23:08 +00:00
ASTMatchers Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
Analysis Update -Winvalid-noreturn to handle destructors better. 2015-05-28 00:14:02 +00:00
Basic ARM: fix ACLE predefine for iOS's "-arch armv7s". 2015-05-29 21:28:25 +00:00
CodeGen ubsan: Check for null pointers given to certain builtins, such 2015-05-30 16:11:40 +00:00
Driver Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
Edit
Format clang-format: [JS] Making arrow function wrapping more consistent. 2015-06-01 09:56:32 +00:00
Frontend Replace a few std::string& with StringRef. NFC. 2015-06-01 20:00:16 +00:00
FrontendTool
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 Replace a few std::string& with StringRef. NFC. 2015-06-01 20:00:16 +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
Sema [Sema] Promote compound assignment exprs. with fp16 LHS and int. RHS. 2015-05-29 22:54:57 +00:00
Serialization Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
StaticAnalyzer Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
Tooling Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
CMakeLists.txt
Makefile