- Jan 22, 2009
-
-
Fariborz Jahanian authored
No change in functionality. llvm-svn: 62729
-
Daniel Dunbar authored
llvm-svn: 62728
-
- Jan 21, 2009
-
-
Ted Kremenek authored
llvm-svn: 62727
-
rdar://problem/6512717Ted Kremenek authored
Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation(). llvm-svn: 62725
-
Steve Naroff authored
Fix Sema::Owned(ExprResult) to not use a ternary operator. Necessary to work around a Visual Studio compiler bug. Thanks to Doug Gregor for the suggestion. llvm-svn: 62723
-
Ted Kremenek authored
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object called "SymbolReaper". Right now it just consolidates the two and cleans up some client code, but shortly it will be used to enable "lazy computation" of live symbols for use with RegionStore. llvm-svn: 62722
-
Fariborz Jahanian authored
the new ObjC's abi. llvm-svn: 62721
-
Chris Lattner authored
This avoids call overhead and extraneous switches when parsing very simple declspecs like "int" "void" etc, which are pretty common :) llvm-svn: 62711
-
Chris Lattner authored
llvm-svn: 62708
-
Steve Naroff authored
llvm-svn: 62707
-
Steve Naroff authored
Fixes <rdar://problem/6507668> clang ObjC rewriter: put #line statement at top of rewritten file llvm-svn: 62706
-
Chris Lattner authored
and more idiomatic. llvm-svn: 62705
-
Chris Lattner authored
llvm-svn: 62704
-
Chris Lattner authored
David Chisnall llvm-svn: 62703
-
Daniel Dunbar authored
groups, and fix misdeclaration of some -W options. llvm-svn: 62702
-
Anders Carlsson authored
llvm-svn: 62701
-
Chris Lattner authored
llvm-svn: 62700
-
Chris Lattner authored
llvm-svn: 62698
-
Daniel Dunbar authored
look for crt3.o appropriately. llvm-svn: 62694
-
Chris Lattner authored
llvm-svn: 62677
-
Chris Lattner authored
llvm-svn: 62676
-
Chris Lattner authored
tells us whether Preprocessor::HandleIdentifier needs to be called. Because this method is only rarely needed, this saves a call and a bunch of random checks. This drops the time in HandleIdentifier from 3.52ms to .98ms on cocoa.h on my machine. llvm-svn: 62675
-
Chris Lattner authored
llvm-svn: 62674
-
-
Chris Lattner authored
llvm-svn: 62672
-
Chris Lattner authored
llvm-svn: 62671
-
Ted Kremenek authored
llvm-svn: 62670
-
Ted Kremenek authored
llvm-svn: 62669
-
Chris Lattner authored
file, just load them directly as ints. llvm-svn: 62668
-
Ted Kremenek authored
Because the RegionStore can reason about values beyond the reasoning power of BasicStore, this patch splits some of the test cases for the retain/release checker to have versions that are handled by RegionStore (more warnings) and BasicStore (less warnings). llvm-svn: 62667
-
Anders Carlsson authored
llvm-svn: 62666
-
Chris Lattner authored
this removes 4266 calls to LookupDecl. llvm-svn: 62662
-
Daniel Dunbar authored
- Toolchain is responsible for providing list of prefixes to search. - Implement -print-file-name=xxx and -print-prog-name=xxx driver options. llvm-svn: 62659
-
Anders Carlsson authored
llvm-svn: 62656
-
Ted Kremenek authored
llvm-svn: 62655
-
Daniel Dunbar authored
llvm-svn: 62654
-
Daniel Dunbar authored
- For now forces generation of plist files, need to think about the right interface. - Changed -fsyntax-only mode to be its own phase (more consistent). - Add -WA, for passing options verbatim to analyzer. llvm-svn: 62649
-
Ted Kremenek authored
Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. llvm-svn: 62647
-
Fariborz Jahanian authored
No change in functionality. llvm-svn: 62646
-
Steve Naroff authored
No functionality change. llvm-svn: 62640
-