hanchenye-llvm-project/clang/lib
Ted Kremenek e73f282213 retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives).
llvm-svn: 65304
2009-02-23 02:51:29 +00:00
..
AST Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). 2009-02-22 19:35:57 +00:00
Analysis retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives). 2009-02-23 02:51:29 +00:00
Basic add support for amd64-*, patch by Brooks Davis! 2009-02-20 17:04:14 +00:00
CodeGen Make sure to reset the DidCallStackSave variable before emitting a compound statement. Fixes PR3649. 2009-02-22 18:44:21 +00:00
Driver map source ranges through macro expansions. Before: 2009-02-20 00:25:28 +00:00
Headers Put compiler headers in <prefix>/lib/clang/1.0/include (vs 2009-02-21 20:52:41 +00:00
Lex switch the macroinfo argument lists from being allocated off the heap 2009-02-20 22:46:43 +00:00
Parse don't new[] an empty array when an AttributeList has 2009-02-19 06:25:12 +00:00
Rewrite simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
Sema Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling messages to 'Class'. Also improve "super" handling. 2009-02-23 02:25:40 +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