hanchenye-llvm-project/clang/lib
Fariborz Jahanian 35afdfc36e Fixed a bad ir-gen bug which caused a dejagnu test to fail.
Now we are pretty close to be in sync with objc's classic 
abi when it comes to passing dejagnu objc executable tests.

llvm-svn: 64569
2009-02-14 21:25:36 +00:00
..
AST Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 2009-02-14 20:49:29 +00:00
Analysis Add hook to add attributes to function declarations that we know 2009-02-14 18:57:46 +00:00
Basic Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 2009-02-14 20:49:29 +00:00
CodeGen Fixed a bad ir-gen bug which caused a dejagnu test to fail. 2009-02-14 21:25:36 +00:00
Driver use some references to simplify code. 2009-02-08 01:00:10 +00:00
Headers Fix 80col violations. 2009-02-14 18:02:21 +00:00
Lex add an assertion from Alexei Svitkine! 2009-02-13 23:06:48 +00:00
Parse Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage. 2009-02-14 18:21:46 +00:00
Rewrite Fix rdar://6562329, a static analyzer crash Ted noticed on 2009-02-13 19:33:24 +00:00
Sema Add a test case for -ffreestanding that redefines malloc. 2009-02-14 21:06:05 +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