hanchenye-llvm-project/clang/lib
Justin Bogner 7f8cf5bff7 InstrProf: Remove some pointless indirection (NFC)
It doesn't make much sense to have std::unique_ptrs of std::string and
std::vector. Avoid some useless indirection by using these types
directly.

llvm-svn: 223166
2014-12-02 22:38:52 +00:00
..
ARCMigrate clang-format a recent commit I made 2014-11-19 05:48:40 +00:00
AST This patch fixes a crash involving use of predefined 2014-12-02 18:42:51 +00:00
ASTMatchers Make the function pointer a template argument instead of a runtime value. 2014-12-01 14:46:14 +00:00
Analysis When checking for uninitialized values, do not confuse "std::move" with every 2014-11-27 01:29:32 +00:00
Basic Make le64 DescriptionString consistent with other targets. 2014-12-02 19:19:59 +00:00
CodeGen InstrProf: Remove some pointless indirection (NFC) 2014-12-02 22:38:52 +00:00
Driver Remove special case for aarch64 static vs. PIC code in iOS kernel code. 2014-12-02 00:27:35 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Add option to suppress operator alignment. 2014-12-02 13:24:51 +00:00
Frontend [modules] Track how 'header' directives were written in module map files, 2014-12-02 00:08:08 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Intercept __crt_va_* used by MSVC "14" 2014-11-20 22:44:03 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex Reverted r223114, it caused failure on on clang-native-arm-cortex-a9. 2014-12-02 14:52:20 +00:00
Parse Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix. 2014-12-02 22:05:35 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix. 2014-12-02 22:05:35 +00:00
Serialization Try to fix the MSVC build. 2014-12-02 02:13:09 +00:00
StaticAnalyzer Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Tooling Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName 2014-11-25 17:01:06 +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