llvm-project/clang/lib
Ted Kremenek 44e662cd4f Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked
up to the checker yet, but essentially it allows a user to specify that an
Objective-C method or C function returns an owned an Objective-C object.

llvm-svn: 70001
2009-04-24 23:09:54 +00:00
..
AST Add CXXExprWithCleanup 2009-04-24 22:47:04 +00:00
Analysis Fix the same false positive reported in PR 2542 and <rdar://problem/6793409> 2009-04-24 21:56:17 +00:00
Basic some arm triples have weird characters in them, just fuzzy match 2009-04-23 04:22:04 +00:00
CodeGen Minor refactoring. No intended change in behavior. 2009-04-24 21:07:43 +00:00
Driver Don't run dsymutil when making a fat executable direct source. 2009-04-24 03:03:52 +00:00
Frontend Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked 2009-04-24 23:09:54 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex Add PCH support for #import. 2009-04-24 20:03:17 +00:00
Parse Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked 2009-04-24 23:09:54 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked 2009-04-24 23:09:54 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00