- Mar 30, 2009
-
-
Ted Kremenek authored
llvm-svn: 68068
-
Fariborz Jahanian authored
objc2's ivar synthesis. llvm-svn: 68064
-
Ted Kremenek authored
llvm-svn: 68063
-
Eli Friedman authored
llvm-svn: 68062
-
Daniel Dunbar authored
- Patch by Ed Schouten! llvm-svn: 68061
-
Fariborz Jahanian authored
declaration. Reject it. llvm-svn: 68058
-
Ted Kremenek authored
llvm-svn: 68052
-
Ted Kremenek authored
loc::SymbolVal/nonloc::SymbolVal probing. llvm-svn: 68049
-
Ted Kremenek authored
also makes this code more correct as it transparently handles SVals that wrapped TypedViewRegions(SymbolicRegions). llvm-svn: 68048
-
Ted Kremenek authored
handles declarations with multiple variables. llvm-svn: 68046
-
Douglas Gregor authored
llvm-svn: 68045
-
Daniel Dunbar authored
- <rdar://problem/6726511> [driver] clang does not have -msoft-float hooked up. llvm-svn: 68044
-
Fariborz Jahanian authored
Patch by David Chisnall. llvm-svn: 68043
-
Daniel Dunbar authored
llvm-svn: 68042
-
Ted Kremenek authored
will be called for every expression in a basic block. llvm-svn: 68041
-
Daniel Dunbar authored
llvm-svn: 68030
-
Daniel Dunbar authored
llvm-svn: 68029
-
Zhongxing Xu authored
Layer the type information with a TypedViewRegion on top of the SymbolicRegion. llvm-svn: 68028
-
Daniel Dunbar authored
- Not particularly elegant, but my hand is forced by gcc. Also, tweak -ccc-print-bindings output. llvm-svn: 68027
-
Zhongxing Xu authored
llvm-svn: 68024
-
Daniel Dunbar authored
- Rip out various bits of logic from clang-cc's dependency file gen, force driver to provide instead. - -MD output now goes to proper location <rdar://problem/6723948> clang -MD puts dep file in /tmp with wrong name - -M and -MM still don't work correctly. llvm-svn: 68022
-
Sebastian Redl authored
llvm-svn: 68021
-
Daniel Dunbar authored
we can properly claim arguments, even if they have been translated by the tool chain. llvm-svn: 68020
-
Daniel Dunbar authored
tools, and enable them. llvm-svn: 68019
-
Daniel Dunbar authored
warnings. llvm-svn: 68018
-
Daniel Dunbar authored
llvm-svn: 68017
-
- Mar 29, 2009
-
-
Eli Friedman authored
by moving the general case to the generic x86-32 target. llvm-svn: 68015
-
Daniel Dunbar authored
unused, and lacking a test case). - ccc is now on death row, pending some more testing and bug fixes. llvm-svn: 68012
-
Chris Lattner authored
llvm-svn: 68011
-
Chris Lattner authored
into ParseForStatement. Merge two tests into one. llvm-svn: 68010
-
Chris Lattner authored
into ParseSimpleDeclaration, and improve a diagnostic. llvm-svn: 68009
-
Daniel Dunbar authored
(currently unused). llvm-svn: 68003
-
Chris Lattner authored
productions (except the already broken ObjC cases like @class X,Y;) in the parser that can produce more than one Decl return a DeclGroup instead of a Decl, etc. This allows elimination of the Decl::NextDeclarator field, and exposes various clients that should look at all decls in a group, but which were only looking at one (such as the dumper, printer, etc). These have been fixed. Still TODO: 1) there are some FIXME's in the code about potentially using DeclGroup for better location info. 2) ParseObjCAtDirectives should return a DeclGroup due to @class etc. 3) I'm not sure what is going on with StmtIterator.cpp, or if it can be radically simplified now. 4) I put a truly horrible hack in ParseTemplate.cpp. I plan to bring up #3/4 on the mailing list, but don't plan to tackle #1/2 in the short term. llvm-svn: 68002
-
Chris Lattner authored
Ted, please check this, this change causes no regression tests to fail. llvm-svn: 68001
-
Chris Lattner authored
llvm-svn: 68000
-
Sebastian Redl authored
Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. llvm-svn: 67999
-
Chris Lattner authored
Make OpaquePtr work with things that are pointer-like but not necessarily pointers. llvm-svn: 67998
-
Chris Lattner authored
llvm-svn: 67997
-
Chris Lattner authored
llvm-svn: 67994
-
Chris Lattner authored
simplifies some code. llvm-svn: 67993
-