- Feb 19, 2009
-
-
Daniel Dunbar authored
llvm-svn: 65031
-
Chris Lattner authored
already an entry and one to insert). llvm-svn: 65030
-
Chris Lattner authored
llvm-svn: 65029
-
Chris Lattner authored
llvm-svn: 65028
-
Chris Lattner authored
llvm-svn: 65027
-
Chris Lattner authored
"after" group instead of the system group makes it so #include <limits.h> picks up the *system* limits.h file before clang's. This causes a failure on linux and is definitely not what we want. llvm-svn: 65026
-
Chris Lattner authored
llvm-svn: 65025
-
Chris Lattner authored
llvm-svn: 65024
-
Anders Carlsson authored
llvm-svn: 65023
-
Chris Lattner authored
zero expression arguments. This eliminates 2579 1-byte mallocs when parsing Cocoa.h. llvm-svn: 65022
-
Anders Carlsson authored
llvm-svn: 65021
-
Nick Lewycky authored
llvm-svn: 65020
-
Nick Lewycky authored
run time but will make LLVM easier to use as a library. llvm-svn: 65019
-
Daniel Dunbar authored
situation where a tentative decl was emitted *after* the actual initialization. This occurs in some rare situations with static decls. - PR3613. - I'm not particularly happy with this fix, but I don't see a simpler or more elegant solution yet. llvm-svn: 65018
-
Chris Lattner authored
symlink. We really want the ultimate executable being run, not the symlink. This lets clang find its headers when invoked through a symlink. rdar://6602012 llvm-svn: 65017
-
Ted Kremenek authored
llvm-svn: 65014
-
Anders Carlsson authored
llvm-svn: 65013
-
Chris Lattner authored
and never remap them with -isysroot. This fixes PR3614. llvm-svn: 65012
-
Chris Lattner authored
mapped path, not the requested path. llvm-svn: 65009
-
Chris Lattner authored
llvm-svn: 65006
-
Chris Lattner authored
llvm-svn: 65005
-
Ted Kremenek authored
llvm-svn: 65004
-
rdar://problem/6600344Ted Kremenek authored
message expression is nil and the return type is struct then the returned value is undefined or potentially garbage. llvm-svn: 65003
-
Mike Stump authored
llvm-svn: 65000
-
Dan Gohman authored
of arguments. llvm-svn: 64999
-
Mike Stump authored
llvm-svn: 64998
-
Dan Gohman authored
being called with the lock released, and this fixes a race condition in the JIT as used by lli. llvm-svn: 64997
-
Mike Stump authored
The size calculation is improved. llvm-svn: 64994
-
Douglas Gregor authored
llvm-svn: 64993
-
Fariborz Jahanian authored
of objects in objc. llvm-svn: 64992
-
Howard Hinnant authored
llvm-svn: 64991
-
Howard Hinnant authored
llvm-svn: 64990
-
Fariborz Jahanian authored
No change in functionality. llvm-svn: 64989
-
Bill Wendling authored
llvm-svn: 64987
-
Douglas Gregor authored
llvm-svn: 64985
-
Douglas Gregor authored
llvm-svn: 64984
-
Ted Kremenek authored
references the tracked object. llvm-svn: 64980
-
Bill Wendling authored
everyone. llvm-svn: 64978
-
Chris Lattner authored
llvm-svn: 64975
-
- Feb 18, 2009
-
-
Ted Kremenek authored
llvm-svn: 64974
-