llvm-project/clang/lib
Fariborz Jahanian 617e49ad59 ObjectiveC. Fixes a bogus warning of unused backing
ivar when property belongs to a super class and
currnt class happens to have a method with same name as
property. // rdar//15473432

llvm-svn: 194830
2013-11-15 17:48:00 +00:00
..
ARCMigrate ObjectiveC migrator: This patch sets access property 2013-11-14 18:28:58 +00:00
AST [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions 2013-11-15 17:24:45 +00:00
ASTMatchers Introduce MatchFinder::matchAST. 2013-11-07 22:30:36 +00:00
Analysis Thread-safety analysis: check guarded_by and pt_guarded_by on array access. 2013-11-08 19:42:01 +00:00
Basic R600: Add processor type for Hawaii 2013-11-14 23:45:53 +00:00
CodeGen [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions 2013-11-15 17:24:45 +00:00
Driver [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS simulator. 2013-11-15 16:07:44 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format Correctly mark first token in the presence of UTF-8 BOM. 2013-11-13 14:04:17 +00:00
Frontend Using an invalid -O falls back on -O3 instead of an error 2013-11-15 15:39:14 +00:00
FrontendTool [objcmt] If the frontend option is frontend::MigrateSource then we don't need to create 2013-11-13 23:38:17 +00:00
Headers Define [U]LLONG_{MIN,MAX} for C++11, add tests. 2013-10-27 19:00:49 +00:00
Index libclang does not depend directly on clangFormat; but clangIndex does 2013-11-13 22:26:04 +00:00
Lex When we hit a #include directive that maps to a module import, emit a token 2013-11-15 04:24:58 +00:00
Parse When we hit a #include directive that maps to a module import, emit a token 2013-11-15 04:24:58 +00:00
Rewrite Fix typo: inccrementally 2013-10-13 12:02:16 +00:00
Sema ObjectiveC. Fixes a bogus warning of unused backing 2013-11-15 17:48:00 +00:00
Serialization Include non-explicit submodules in exported module list 2013-11-04 21:51:33 +00:00
StaticAnalyzer [analyzer] Silence warnings coming from allocators used by std::basic_string. 2013-11-15 02:11:19 +00:00
Tooling Adds the ability to inject a DiagnosticConsumer into ClangTools. 2013-11-07 23:18:05 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00