llvm-project/clang/lib
Fariborz Jahanian 8630b2d992 Explicit declaration of property setters over-ride
prohibition of 'readonly' properties in an assignment.

llvm-svn: 62028
2009-01-10 18:43:55 +00:00
..
AST Explicit declaration of property setters over-ride 2009-01-10 18:43:55 +00:00
Analysis Dead stores checker: Don't flag dead stores for self-assignments (common escape hatch for 'unused variable' warnings). 2009-01-09 22:15:01 +00:00
Basic SourceManager: Implement "lazy" creation of MemBuffers for source files. 2009-01-06 22:43:04 +00:00
CodeGen assert if attempting to code gen. a property setter/getter 2009-01-10 00:13:01 +00:00
Driver Add Fedora 10 GCC paths. 2008-12-25 09:28:01 +00:00
Headers Add mm_malloc.h, patch by Sam Weinig. 2009-01-08 23:30:09 +00:00
Lex Enhance PTH 'getSpelling' caching: 2009-01-09 22:05:30 +00:00
Parse Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/6486133 2009-01-10 00:48:18 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Don't bother setting NextDeclarator for EnumConstantDecls. It isn't used 2009-01-09 23:23:35 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00