- Nov 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89078
-
Daniel Dunbar authored
- I plan on fixing/workarounding this, but until then I'd like the bots to stay green. llvm-svn: 89077
-
Evan Cheng authored
llvm-svn: 89076
-
Nick Lewycky authored
llvm-svn: 89075
-
Daniel Dunbar authored
llvm-svn: 89074
-
Daniel Dunbar authored
in the driver. llvm-svn: 89073
-
Daniel Dunbar authored
Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. llvm-svn: 89072
-
Zhongxing Xu authored
block. llvm-svn: 89071
-
Daniel Dunbar authored
llvm-svn: 89070
-
Daniel Dunbar authored
llvm-svn: 89069
-
John McCall authored
llvm-svn: 89068
-
Duncan Sands authored
as the isSigned bool to CreateIntCast by having this resolve to a call to a private method, rather than by using a gcc attribute. llvm-svn: 89067
-
Nick Lewycky authored
llvm-svn: 89066
-
Daniel Dunbar authored
instead of using getDefaultLangOptions. - Remove unused -fobjc-tight-layout while at it. llvm-svn: 89065
-
Daniel Dunbar authored
llvm-svn: 89064
-
Zhongxing Xu authored
end of the path. Need to unify interfaces. llvm-svn: 89063
-
Nick Lewycky authored
libffi support and that the interpreter can't call external functions without it. Patch by Timo Juhani Lindfors! Fixes PR5466. llvm-svn: 89062
-
John McCall authored
strip the sugar off in getFoundDecl() and getAsSingleDecl(), but leave it on for clients like overload resolution who want to use the iterators. Refactor a few pieces of overload resolution to strip off using declarations in a single place. Don't do anything useful with the extra context knowledge yet. llvm-svn: 89061
-
Zhongxing Xu authored
llvm-svn: 89060
-
Lang Hames authored
llvm-svn: 89059
-
Daniel Dunbar authored
-fnext-runtime), instead of using getDefaultLangOptions. llvm-svn: 89058
-
Daniel Dunbar authored
llvm-svn: 89057
-
Owen Anderson authored
llvm-svn: 89056
-
Ted Kremenek authored
llvm-svn: 89055
-
Douglas Gregor authored
llvm-svn: 89054
-
Daniel Dunbar authored
getDefaultLangOptions. llvm-svn: 89053
-
Ted Kremenek authored
llvm-svn: 89052
-
Douglas Gregor authored
llvm-svn: 89051
-
Douglas Gregor authored
Also, make the "don't know how to instantiate a particular kind of declaration" diagnostic nicer, so we don't have to trap Clang in a debugger to figure out what went wrong. llvm-svn: 89050
-
Daniel Dunbar authored
Add initial cut at CompilerInvocation::toArgs, which "serializes" the CompilerInvocation into a list of arguments which can be passed to clang-cc (eventually, clang -cc1). - Unfortunately, this is currently a tedious and manual translation. Eventually it would be nice to automatically generate this code. llvm-svn: 89049
-
John McCall authored
decl, create shadow declarations and put them in scope like normal. Work in progress. llvm-svn: 89048
-
Daniel Dunbar authored
llvm-svn: 89047
-
Ted Kremenek authored
Have clang_getCursorSource() return NULL when the source location is invalid or refers to a built-in buffer. Implements <rdar://problem/7296243>. llvm-svn: 89044
-
Douglas Gregor authored
llvm-svn: 89043
-
Douglas Gregor authored
be complete. llvm-svn: 89042
-
Daniel Dunbar authored
llvm-svn: 89041
-
Daniel Dunbar authored
llvm-svn: 89040
-
Daniel Dunbar authored
llvm-svn: 89039
-
Daniel Dunbar authored
llvm-svn: 89038
-
Daniel Dunbar authored
llvm-svn: 89037
-