llvm-project/clang/lib
Alexey Samsonov 33e00e22da Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.
llvm-svn: 219993
2014-10-16 23:50:26 +00:00
..
ARCMigrate Objective-C SDK modernization. import Foundation even 2014-10-09 22:04:27 +00:00
AST Teach SanitizerBlacklist to blacklist by SourceLocation. NFC. 2014-10-16 23:50:26 +00:00
ASTMatchers Fix code to follow the "Don’t use else after a return" rule. 2014-10-16 17:50:19 +00:00
Analysis [Analysis] Add missing newlines at end of file. 2014-10-09 20:34:45 +00:00
Basic Teach SanitizerBlacklist to blacklist by SourceLocation. NFC. 2014-10-16 23:50:26 +00:00
CodeGen Insert poisoned paddings between fields in C++ classes so that AddressSanitizer can find intra-object-overflow bugs 2014-10-16 20:54:52 +00:00
Driver [AArch64] Enable A53 erratum workaround (835769) by default for Android targets 2014-10-16 16:35:14 +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: Fix behavior with comments before conditional expressions 2014-10-16 09:10:11 +00:00
Frontend Frontend: Fix some underscore-then-capital UB 2014-10-16 06:00:55 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers vadefs.h: be even more conservative and only define the macros if already defined 2014-10-14 23:20:25 +00:00
Index Format: ArrayRefize some implicit copies away. 2014-10-03 18:52:48 +00:00
Lex Fix the build 2014-10-13 22:18:22 +00:00
Parse MS Compat: mark globals emitted in read-only sections const 2014-10-16 20:52:46 +00:00
Rewrite Use intrusive refcounted pointers to manage RopeRefCountString lifetime. 2014-09-15 17:58:03 +00:00
Sema Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were 2014-10-16 23:00:46 +00:00
Serialization PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness, etc) for non-type template parameters 2014-10-16 04:21:25 +00:00
StaticAnalyzer [analyzer] Check all 'nonnull' attributes, not just the first one. 2014-10-13 19:38:02 +00:00
Tooling Driver: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04:53 +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