- Jul 31, 2009
-
-
Anders Carlsson authored
llvm-svn: 77652
-
Mike Stump authored
llvm-svn: 77651
-
Anders Carlsson authored
llvm-svn: 77650
-
Ted Kremenek authored
created by AnalysisConsumer would be released by an instance of AnalysisManager and then reused by later instances of AnalysisManager. Ownership of the PathDiagnosticClient now belongs (for now) in AnalysisConsumer. We also need this layering (for now) because the HTMLDiagnostiClient requires that the entire translation unit be processed before emitting diagnostics. This is done in its destructor (which should also be fixed, but that is another issue). This fixes PR 4653. llvm-svn: 77648
-
Douglas Gregor authored
llvm-svn: 77647
-
Douglas Gregor authored
llvm-svn: 77643
-
Fariborz Jahanian authored
been declared as needed. llvm-svn: 77641
-
Douglas Gregor authored
llvm-svn: 77639
-
Owen Anderson authored
llvm-svn: 77638
-
Anders Carlsson authored
llvm-svn: 77631
-
Mike Stump authored
llvm-svn: 77629
-
Anders Carlsson authored
llvm-svn: 77628
-
- Jul 30, 2009
-
-
Mike Stump authored
llvm-svn: 77626
-
Mike Stump authored
llvm-svn: 77612
-
Mike Stump authored
llvm-svn: 77610
-
Douglas Gregor authored
current instantiation when that current instantiation is a class template partial specialization. llvm-svn: 77609
-
Fariborz Jahanian authored
llvm-svn: 77608
-
Ted Kremenek authored
llvm-svn: 77607
-
Douglas Gregor authored
partial specializations. llvm-svn: 77606
-
Douglas Gregor authored
llvm-svn: 77599
-
Benjamin Kramer authored
llvm-svn: 77589
-
Zhongxing Xu authored
llvm-svn: 77587
-
Zhongxing Xu authored
Move all components creation code into AnalysisConsumer::DigestAnalyzerOptions(). llvm-svn: 77585
-
Daniel Dunbar authored
llvm-svn: 77577
-
Argyrios Kyrtzidis authored
llvm-svn: 77575
-
Ryan Flynn authored
llvm-svn: 77573
-
Zhongxing Xu authored
AnalysisContext. llvm-svn: 77563
-
Eli Friedman authored
ever trigger). Add an "unsupported" case that triggers for C++ code. It would be nice if someone would implement this properly... it shouldn't be too hard, but I haven't looked closely at the relevant code. llvm-svn: 77562
-
Mike Stump authored
llvm-svn: 77560
-
Mike Stump authored
that we would silently do bad things with virtual bases in the layout code, so, we just turn them off. When people do better things with them, we can turn them back on. llvm-svn: 77556
-
Eli Friedman authored
llvm-svn: 77555
-
Fariborz Jahanian authored
in current class. llvm-svn: 77554
-
Argyrios Kyrtzidis authored
-Accept an ObjC method and find all message expressions that this method may respond to. -Accept an ObjC message expression and find all methods that may respond to it. llvm-svn: 77551
-
Argyrios Kyrtzidis authored
llvm-svn: 77548
-
Argyrios Kyrtzidis authored
llvm-svn: 77547
-
Douglas Gregor authored
There's no point in going through the getAs<TagType> stuff to find the definition of a tag, since tags rarely have more than one or two declarations llvm-svn: 77546
-
Argyrios Kyrtzidis authored
through the IndexProvider. llvm-svn: 77543
-
Argyrios Kyrtzidis authored
inside a particular ASTContext. llvm-svn: 77541
-
Argyrios Kyrtzidis authored
llvm-svn: 77540
-
Argyrios Kyrtzidis authored
llvm-svn: 77539
-