- Nov 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89078
-
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
-
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
-
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
-
Daniel Dunbar authored
-fnext-runtime), instead of using getDefaultLangOptions. llvm-svn: 89058
-
Daniel Dunbar authored
llvm-svn: 89057
-
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
-
Daniel Dunbar authored
llvm-svn: 89036
-
Daniel Dunbar authored
llvm-svn: 89035
-
Anders Carlsson authored
Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. llvm-svn: 89034
-
Anders Carlsson authored
llvm-svn: 89033
-
Zhongxing Xu authored
llvm-svn: 89032
-
Mike Stump authored
llvm-svn: 89031
-
Mike Stump authored
llvm-svn: 89030
-
Ted Kremenek authored
llvm-svn: 89029
-