- Mar 04, 2009
-
-
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
-
Fariborz Jahanian authored
If all else failed, find the message in class's root's list of instacne methods! llvm-svn: 66040
-
Daniel Dunbar authored
- PR3698. llvm-svn: 66038
-
Daniel Dunbar authored
llvm-svn: 66037
-
Ted Kremenek authored
llvm-svn: 66036
-
Mike Stump authored
people. De-duplicates BLOCK_NEEDS_FREE and friends. llvm-svn: 66035
-
Mike Stump authored
people. De-duplicates BLOCK_NEEDS_FREE and friends. llvm-svn: 66034
-
rdar://problem/6497631Steve Naroff authored
Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's. - Disallow casting 'super'. GCC allows this, however it doesn't make sense (super isn't an expression and the cast won't alter lookup/dispatch). - Tighten up lookup when messaging 'self'. llvm-svn: 66033
-
Mike Stump authored
codegen, until such time as codegen is complete enough to turn on with -fblocks. llvm-svn: 66031
-
Daniel Dunbar authored
- Add Options.def file, collects option information. - Actual option instantiation is handled lazily by OptTable to allow the driver to not need to instantiate all options. - cast<> support for Option, other minor tweaks. llvm-svn: 66028
-
Eli Friedman authored
llvm-svn: 66027
-
Chris Lattner authored
preexpanded macro arguments from the preprocessor's bump pointer. This reduces # mallocs from 12444 to 11792. llvm-svn: 66025
-
Chris Lattner authored
decls. This reduces the number of calls to malloc on cocoa.h with pth and -disable-free from 15958 to 12444 times (down ~3500). llvm-svn: 66023
-
Zhongxing Xu authored
llvm-svn: 66022
-
Chris Lattner authored
this, make DeclBase::Destroy destroy attributes instead of the DeclBase dtor. llvm-svn: 66020
-