llvm-project/clang/include/clang
Douglas Gregor d53ae83516 Delay the creation of the built-in Objective-C class 'Protocol' by
moving it from a "special type" to a predefined declaration, as we do
for id, Class, and SEL.

llvm-svn: 148313
2012-01-17 18:09:05 +00:00
..
ARCMigrate [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. 2011-11-04 15:58:08 +00:00
AST Delay the creation of the built-in Objective-C class 'Protocol' by 2012-01-17 18:09:05 +00:00
Analysis scanf: parse the 'm' length modifier, and check that the right arguments 2012-01-12 17:11:12 +00:00
Basic Revert r148271; this requires more thought. 2012-01-17 02:13:45 +00:00
CodeGen Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
Config include/clang/Config/config.h.cmake: Reorder and reword to follow (generated) llvm/Config/config.h.in. 2011-08-12 01:56:14 +00:00
Driver Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Frontend Add a "Modules" language option, which subsumes the previous 2012-01-03 17:07:34 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Index Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) 2011-11-09 06:07:30 +00:00
Lex Don't treat 'import' as a contextual keyword when we're in a caching lexer, or when modules are disabled. 2012-01-04 06:20:15 +00:00
Parse Extend the diagnostic for a ',' at the end of a declaration where a ';' was 2012-01-09 22:31:44 +00:00
Rewrite Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
Sema Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) 2012-01-17 06:56:22 +00:00
Serialization Delay the creation of the built-in Objective-C class 'Protocol' by 2012-01-17 18:09:05 +00:00
StaticAnalyzer [analyzer] fix inlining's handling of mapping actual to formal arguments and limit the call stack depth. The analyzer can now accurately simulate factorial for limited depths. 2012-01-12 19:25:46 +00:00
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +00:00
Makefile include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR. 2011-12-05 06:13:20 +00:00