hanchenye-llvm-project/clang/lib
John McCall e68b8f4dcc At -O0, prefer objc_storeStrong with a null new value to the
combination of a load+objc_release;  this is generally better
for tools that try to track why values are retained and
released.  Also use objc_storeStrong when copying a block
(again, only at -O0), which requires us to do a preliminary
store of null in order to compensate for objc_storeStrong's
assign semantics.

llvm-svn: 166085
2012-10-17 02:28:37 +00:00
..
ARCMigrate Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
AST Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. 2012-10-16 23:45:15 +00:00
ASTMatchers Fix isDerivedFrom matcher. 2012-09-18 14:17:42 +00:00
Analysis Fix potential null deference in CFG printer. 2012-10-12 22:56:31 +00:00
Basic Serialize TargetOptions into an AST file, and make sure that we keep 2012-10-16 23:40:58 +00:00
CodeGen At -O0, prefer objc_storeStrong with a null new value to the 2012-10-17 02:28:37 +00:00
Driver GNUstep runtime version default to 1.6, generate correct property attribute 2012-10-16 15:11:55 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Serialize TargetOptions into an AST file, and make sure that we keep 2012-10-16 23:40:58 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. 2012-10-11 01:10:04 +00:00
Lex Teach TargetInfo to hold on to the TargetOptions with which it was 2012-10-15 16:45:32 +00:00
Parse Fixed FunctionTypeLoc range for trailing return type. 2012-10-15 21:05:46 +00:00
Rewrite Remove pointless classof()'s. 2012-10-11 23:31:23 +00:00
Sema Implement C++ 10.3p16 - overrides involving deleted functions must match. 2012-10-17 00:47:58 +00:00
Serialization Serialize TargetOptions into an AST file, and make sure that we keep 2012-10-16 23:40:58 +00:00
StaticAnalyzer [analyzer] Ivar Invalidation: track ivars in continuations and 2012-10-16 19:36:37 +00:00
Tooling Only report first error when no compilation database is found. 2012-10-15 13:12:24 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00