- Mar 05, 2009
-
-
Mike Stump authored
llvm-svn: 66117
-
Chris Lattner authored
llvm-svn: 66114
-
Chris Lattner authored
locations that are the current tok loc. Note that inline C++ methods have a big fixme that could cause a crash. llvm-svn: 66113
-
Eli Friedman authored
llvm-svn: 66111
-
Ted Kremenek authored
llvm-svn: 66110
-
Chris Lattner authored
llvm-svn: 66109
-
Chris Lattner authored
parser. For example, we now print out: 0. t.c:5:10: in compound statement {} 1. t.c:3:12: in compound statement {} 2. clang t.c -fsyntax-only llvm-svn: 66108
-
Ted Kremenek authored
llvm-svn: 66107
-
Daniel Dunbar authored
llvm-svn: 66106
-
Daniel Dunbar authored
replaced anyway. llvm-svn: 66101
-
Daniel Dunbar authored
llvm-svn: 66100
-
Fariborz Jahanian authored
llvm-svn: 66099
-
- Mar 04, 2009
-
-
Ted Kremenek authored
to unknown functions. Most of this logic should be eventually moved to RegionStore and be made lazy. llvm-svn: 66094
-
Ted Kremenek authored
- Have 'TypedRegion::getRValueType()' return a null QualType for 'id<...>' instead of aborting. - Change 'TypedRegion::isBoundable()' to return true for all objects with a non-null RValueType (this may not be the final behavior). llvm-svn: 66093
-
Ted Kremenek authored
multiple symbols conjured at the same location. All that is required of the tag is that it is a fixed void* value that points to an memory address that remains valid throughout the remainder of the lifetime of the SymbolManager. llvm-svn: 66092
-
Mike Stump authored
llvm-svn: 66091
-
Daniel Dunbar authored
llvm-svn: 66090
-
Daniel Dunbar authored
llvm-svn: 66089
-
Daniel Dunbar authored
llvm-svn: 66088
-
Fariborz Jahanian authored
c-style functions declared inside objc @implementations. llvm-svn: 66087
-
Daniel Dunbar authored
- Also, add Input and Unknown opts to OptTable. llvm-svn: 66079
-
Chris Lattner authored
better crash info when clang crashes. Step #2 of many. llvm-svn: 66078
-
Chris Lattner authored
llvm-svn: 66077
-
Daniel Dunbar authored
will make this efficient later (if it even matters)... llvm-svn: 66071
-
Daniel Dunbar authored
llvm-svn: 66070
-
Daniel Dunbar authored
and capturing its invocations. llvm-svn: 66068
-
Daniel Dunbar authored
llvm-svn: 66067
-
Daniel Dunbar authored
llvm-svn: 66066
-
Sebastian Redl authored
The basic representation of diagnostics information in tablegen format, plus (uncommented and incomplete) test conversions of the existing def files to this format. llvm-svn: 66064
-
Daniel Dunbar authored
- Add OptTable instance to Driver. llvm-svn: 66063
-
Sebastian Redl authored
llvm-svn: 66059
-
Daniel Dunbar authored
- PR3722. llvm-svn: 66052
-
Mike Stump authored
llvm-svn: 66049
-
Mike Stump authored
functionality change. llvm-svn: 66048
-
Mike Stump authored
llvm-svn: 66046
-
rdar://problem/6645157Steve Naroff authored
Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error: instance variable 'someField' is private. A recent regression caused by http://llvm.org/viewvc/llvm-project?rev=65912&view=rev. This commit isn't fully baked. Nevertheless, it should cause Xcode to compile again. Will speak with Fariborz offline. llvm-svn: 66045
-
Chris Lattner authored
llvm-svn: 66044
-
Devang Patel authored
Refactor code. llvm-svn: 66043
-
Mike Stump authored
BlockModule. No functionality change. This should help people that don't want to know anything about blocks not be confused by the overloaded use of the term block or nor want to see all the blocks goop. llvm-svn: 66042
-
Fariborz Jahanian authored
llvm-svn: 66041
-