- Nov 17, 2009
-
-
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
-
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
-
Mike Stump authored
llvm-svn: 89028
-
John McCall authored
LookupResult RAII powers to diagnose ambiguity in the results. Other diagnostics (e.g. access control and deprecation) will be moved to automatically trigger during lookup as part of this same mechanism. This abstraction makes it much easier to encapsulate aliasing declarations (e.g. using declarations) inside the lookup system: eventually, lookup will just produce the aliases in the LookupResult, and the standard access methods will naturally strip the aliases off. llvm-svn: 89027
-
Jakob Stoklund Olesen authored
object-size.c aws simply too fragile. constructor-default-arg.cpp triggers an issue when LiveVariables is run before RALocal. llvm-svn: 89025
-
Bill Wendling authored
more than one place. No intended functionality change. llvm-svn: 89024
-
Eli Friedman authored
llvm-svn: 89023
-