llvm-project/clang/lib
Fariborz Jahanian 285b6b6585 Objective-C. Attributes on class declarations carry over
to forward class declarations for diagnosis. 
// rdar://16681279

llvm-svn: 211195
2014-06-18 17:58:27 +00:00
..
ARCMigrate Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
AST Replace some assert(0)'s with llvm_unreachable. 2014-06-18 05:13:13 +00:00
ASTMatchers Add hasLocalStorage/hasGlobalStorage matchers. 2014-06-05 18:22:14 +00:00
Analysis Fix a crash in Retain Count checker error reporting 2014-06-13 23:47:38 +00:00
Basic [OPENMP] Reformatting and code improvement. 2014-06-18 07:08:49 +00:00
CodeGen Inherit dll attributes to static locals 2014-06-18 15:55:13 +00:00
Driver Make clang-cl accept .lib inputs (PR20065) 2014-06-18 17:21:50 +00:00
Edit [C++11] Use 'nullptr'. 2014-05-09 08:15:10 +00:00
Format clang-format: Introduce style with spaces on both sides of */&. 2014-06-17 12:40:34 +00:00
Frontend Retry building modules that were compiled by other instances and are out-of-date 2014-06-17 22:35:27 +00:00
FrontendTool [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Headers [PPC64LE] Run some existing Altivec tests on powerpc64le as well 2014-06-13 18:30:06 +00:00
Index Avoid dubious IdentifierInfo::getNameStart() uses 2014-06-07 23:30:53 +00:00
Lex Hide the concept of diagnostic levels from lex, parse and sema 2014-06-15 23:30:39 +00:00
Parse [OPENMP] Reformatting and code improvement. 2014-06-18 07:08:49 +00:00
Rewrite Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
Sema Objective-C. Attributes on class declarations carry over 2014-06-18 17:58:27 +00:00
Serialization [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). 2014-06-18 04:14:57 +00:00
StaticAnalyzer [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). 2014-06-18 04:14:57 +00:00
Tooling Include system_error directly. 2014-06-12 17:19:42 +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