- Dec 12, 2007
-
-
Chris Lattner authored
llvm-svn: 44918
-
Chris Lattner authored
llvm-svn: 44917
-
Chris Lattner authored
llvm-svn: 44916
-
Chris Lattner authored
llvm-svn: 44915
-
Chris Lattner authored
llvm-svn: 44913
-
Chris Lattner authored
int test(int x, long long y) { return x << y; } we now realize the type of the shift is int, not long long. This fixes a fixme from june. llvm-svn: 44912
-
Chris Lattner authored
llvm-svn: 44911
-
Chris Lattner authored
llvm-svn: 44909
-
Chris Lattner authored
llvm-svn: 44908
-
Chris Lattner authored
llvm-svn: 44906
-
Chris Lattner authored
llvm-svn: 44901
-
Fariborz Jahanian authored
llvm-svn: 44900
-
Chris Lattner authored
this is passed to sema and ignored there, so the second part of the string will not make it into the AST. Passing to Fariborz to finish Sema + AST construction. llvm-svn: 44898
-
Fariborz Jahanian authored
Note that incompatible-protocol-qualified-types.m is currently failing. This is unrelated to this patch and Steve is looking at the general problem of not reporting incompitible pointer types in return stetement.. llvm-svn: 44897
-
Ted Kremenek authored
into the loop that processes input files. These will soon become translation unit specific (with the exception of LangOptions). llvm-svn: 44893
-
Chris Lattner authored
return a loc. llvm-svn: 44890
-
Chris Lattner authored
return a location. llvm-svn: 44889
-
Fariborz Jahanian authored
llvm-svn: 44888
-
- Dec 11, 2007
-
-
Ted Kremenek authored
SourceManager*'s instead of SourceManager&'s. This allows the client specify a NULL SourceManager when using a default constructed SourceLocation. Thus the SourceManager can be NULL when the SourceLocation's isValid() == false. The interface to most clients of Diagnostic remains the same. Diagnostic::Report() is overload to either accept a SourceLocation and a SourceManager&, or neither. Thus clients that do not have a SourceManager cannot specify a SourceLocation. Modified TextDiagnostics* to use this new interface. Modified the driver to not passed in SourceManager when warning about "-I-". llvm-svn: 44887
-
Fariborz Jahanian authored
Re-implemented some of rewriting of protocol-qualified function argument types to support it in its generality. llvm-svn: 44886
-
Chris Lattner authored
llvm-svn: 44885
-
Chris Lattner authored
llvm-svn: 44884
-
Chris Lattner authored
llvm-svn: 44883
-
Chris Lattner authored
llvm-svn: 44882
-
Devang Patel authored
llvm-svn: 44879
-
Ted Kremenek authored
SourceManager is passed by reference, allowing the SourceManager to be associated with a specific translation unit, and not the entire execution of the driver. Modified all users of Diagnostics to comply with this new interface. Integrated SourceManager as a member variable of TargetInfo. TargetInfo will eventually be associated with a single translation unit (just like SourceManager). Made the SourceManager reference in ASTContext private. Provided accessor getSourceManager() for clients to use instead. Modified clients to comply with new interface. llvm-svn: 44878
-
Fariborz Jahanian authored
general use. llvm-svn: 44876
-
Devang Patel authored
No functionality change. llvm-svn: 44875
-
Fariborz Jahanian authored
llvm-svn: 44872
-
Fariborz Jahanian authored
a method declaration. llvm-svn: 44870
-
Chris Lattner authored
llvm-svn: 44857
-
Chris Lattner authored
llvm-svn: 44845
-
Chris Lattner authored
llvm-svn: 44844
-
Steve Naroff authored
Avoid the first person in a recently added comment. llvm-svn: 44843
-
Steve Naroff authored
- Tweak several tests to be compatible with my last commit. - Add a test to message.m for an unusual case for GCC compat (as suggested by Chris). llvm-svn: 44842
-
Anders Carlsson authored
llvm-svn: 44841
-
Steve Naroff authored
Change err_undef_protocolref to warn_undef_protocolref (this is consistent with GCC). llvm-svn: 44840
-
Anders Carlsson authored
llvm-svn: 44839
-
Chris Lattner authored
the types are right in sema. Thanks Steve. llvm-svn: 44834
-
Devang Patel authored
llvm-svn: 44833
-