- Jul 07, 2009
-
-
Chris Lattner authored
llvm-svn: 74894
-
Sanjiv Gupta authored
llvm-svn: 74893
-
Zhongxing Xu authored
llvm-svn: 74890
-
Evan Cheng authored
llvm-svn: 74889
-
Evan Cheng authored
llvm-svn: 74888
-
Argyrios Kyrtzidis authored
and by having their Visit* methods return the ASTLocation directly. llvm-svn: 74887
-
Dale Johannesen authored
in PIC modes (in accordance with existing comment). gcc.apple/asm-block-25.c llvm-svn: 74886
-
Douglas Gregor authored
with a particular system root directory and can be used with a different system root directory when the headers it depends on have been installed. Relocatable precompiled headers rewrite the file names of the headers used when generating the PCH file into the corresponding file names of the headers available when using the PCH file. Addresses <rdar://problem/7001604>. llvm-svn: 74885
-
Ted Kremenek authored
llvm-svn: 74884
-
Devang Patel authored
llvm-svn: 74883
-
Devang Patel authored
llvm-svn: 74882
-
Devang Patel authored
llvm-svn: 74881
-
Devang Patel authored
PIC16 developers, please verify. Thanks. llvm-svn: 74880
-
Devang Patel authored
llvm-svn: 74879
-
Owen Anderson authored
llvm-svn: 74878
-
Ted Kremenek authored
llvm-svn: 74877
-
Ted Kremenek authored
region type. This better shows the logic of the method and allows the compiler to check if we didn't handle a specific region kind. llvm-svn: 74876
-
Ted Kremenek authored
llvm-svn: 74875
-
Ted Kremenek authored
llvm-svn: 74874
-
Owen Anderson authored
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. llvm-svn: 74873
-
Ted Kremenek authored
llvm-svn: 74872
-
Evan Cheng authored
llvm-svn: 74871
-
Ted Kremenek authored
llvm-svn: 74870
-
Chris Lattner authored
Pawel Worach! llvm-svn: 74869
-
Evan Cheng authored
llvm-svn: 74868
-
Ted Kremenek authored
- Refactor logic that creates ElementRegions into a help method 'MakeElementRegion'. - Fix crash due to not handling StringRegions. Casts of StringRegions now result in a new ElementRegion layered on the original StringRegion. llvm-svn: 74867
-
Evan Cheng authored
llvm-svn: 74866
-
- Jul 06, 2009
-
-
Ted Kremenek authored
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'. llvm-svn: 74865
-
Argyrios Kyrtzidis authored
llvm-svn: 74864
-
Argyrios Kyrtzidis authored
llvm-svn: 74863
-
Argyrios Kyrtzidis authored
-Change hasStmt() to isStmt() -Add isDecl() -Add getSourceRange() llvm-svn: 74862
-
Argyrios Kyrtzidis authored
llvm-svn: 74861
-
Argyrios Kyrtzidis authored
Also, cut down its comments; more comments will be added to ASTLocation. llvm-svn: 74860
-
Argyrios Kyrtzidis authored
llvm-svn: 74859
-
Argyrios Kyrtzidis authored
ASTLocation is a much better name for its intended purpose which to represent a "point" into the AST. llvm-svn: 74858
-
Evan Cheng authored
llvm-svn: 74857
-
Owen Anderson authored
llvm-svn: 74854
-
Ted Kremenek authored
- Have test for 'CodeTextRegion' dominate other region tests. - Use 'getAsRecordType' instead of isa<RecordType> llvm-svn: 74853
-
Ted Kremenek authored
llvm-svn: 74852
-
Ted Kremenek authored
(its superclass). This will allow us to experiment with using the new CastRegion with BasicStoreManager, and gradually phase out the old implementation. llvm-svn: 74851
-