- Oct 02, 2008
-
-
Mon P Wang authored
llvm-svn: 56936
-
- Oct 01, 2008
-
-
Ted Kremenek authored
llvm-svn: 56916
-
Ted Kremenek authored
llvm-svn: 56915
-
Ted Kremenek authored
llvm-svn: 56912
-
Ted Kremenek authored
llvm-svn: 56909
-
Daniel Dunbar authored
- So far this works fairly well for me for building applications using clang as a gcc substitute. If you are using ccc for a different purpose and this is a problem, speak up! Note you can also use CCC_NATIVE=0 to disable. - Also, turn CCC_ECHO off as default. - Also, pass through -Wl, to linker. llvm-svn: 56904
-
Daniel Dunbar authored
llvm-svn: 56902
-
Daniel Dunbar authored
collisions. - Provide CodeGenModule::CreateRuntimeFunction which guarantees that the function it creates will have the provided name in the final module. This allows the runtime to have its functions protected from declarations of the same name in the source code. - One could argue that this is a reason to abuse the llvm::Module namespace for dealing with function redeclarations. However, that approach seems conceptually flawed to me. This one also happens to be somewhat more efficient. No functionality change. llvm-svn: 56899
-
Ted Kremenek authored
Use this updated interface when invalidating arguments passed by reference; the type of symbol is of the object passed by reference, not the reference itself. llvm-svn: 56894
-
Ted Kremenek authored
llvm-svn: 56892
-
Ted Kremenek authored
llvm-svn: 56891
-
Daniel Dunbar authored
-mmacosx-version-min. One might anticipate that at some point I will just break down and go through the man page. That seems a little too obvious. llvm-svn: 56890
-
- Sep 30, 2008
-
-
Daniel Dunbar authored
- More straightforward, e.g. -E should always imply action = 'preprocess' (I think). - Pass another option through for OS X. llvm-svn: 56884
-
Chris Lattner authored
llvm-svn: 56880
-
Chris Lattner authored
llvm-svn: 56879
-
Daniel Dunbar authored
llvm-svn: 56878
-
Chris Lattner authored
llvm-svn: 56876
-
Chris Lattner authored
like "10.3.9" llvm-svn: 56873
-
Chris Lattner authored
clang -mmacosx-version-min=10.4.9 ... you'll end up with a target triple like "i686-apple-darwin8.9". llvm-svn: 56871
-
Daniel Dunbar authored
llvm-svn: 56864
-
Ted Kremenek authored
llvm-svn: 56863
-
Ted Kremenek authored
llvm-svn: 56860
-
Daniel Dunbar authored
llvm-svn: 56859
-
Ted Kremenek authored
llvm-svn: 56858
-
Ted Kremenek authored
Do not save the radar classification to the config file. llvm-svn: 56856
-
Ted Kremenek authored
Added "Classification" field to Radar filing. Modified FileRadar.scpt to take the classification as an argument. llvm-svn: 56854
-
Daniel Dunbar authored
Pass through some more Mac OS X linker options. llvm-svn: 56853
-
Ted Kremenek authored
llvm-svn: 56852
-
Ted Kremenek authored
of the details of HTML rendering of form parameters, and also us with the ability to delegate other actions (such as in the filling in of default values) to specific parameter objects. llvm-svn: 56851
-
rdar://problem/6191148Steve Naroff authored
Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. Long standing bug in Sema::ActOnInstanceMessage(). We now warn when messaging an "id" with multiple method signatures in scope. The diags are a little verbose, however they can be streamlined if necessary. llvm-svn: 56843
-
Nuno Lopes authored
llvm-svn: 56842
-
rdar://problem/6247781Steve Naroff authored
Needed to make sure the relaxed type checking only applies to "readonly" properties. llvm-svn: 56838
-
Nick Lewycky authored
llvm-svn: 56836
-
Ted Kremenek authored
llvm-svn: 56833
-
Ted Kremenek authored
llvm-svn: 56832
-
Ted Kremenek authored
from the subexpression type to the expression type. llvm-svn: 56831
-
Mon P Wang authored
llvm-svn: 56830
-
Chris Lattner authored
llvm-svn: 56828
-
Daniel Dunbar authored
- Provides a basic primitive to jump to an arbitrary basic block, through the finally code. - Only used for return statements and rethrow currently. Still need to handle break, continue and goto. - Code still needs to be shuffled around to live elsewhere. llvm-svn: 56827
-
Chris Lattner authored
the target triple on darwin. For example i386-apple-darwin9 -> 1050 because darwin9 is "10.5". llvm-svn: 56826
-