- Aug 01, 2009
-
-
Ted Kremenek authored
Temporarily disable out-of-bounds checking. The current checking logic will not work quite right with the changes I'm about to commit. llvm-svn: 77779
-
Anders Carlsson authored
llvm-svn: 77763
-
Mike Stump authored
llvm-svn: 77751
-
- Jul 31, 2009
-
-
Anders Carlsson authored
llvm-svn: 77738
-
Mike Stump authored
llvm-svn: 77737
-
Anders Carlsson authored
llvm-svn: 77735
-
Anders Carlsson authored
llvm-svn: 77732
-
Mike Stump authored
llvm-svn: 77731
-
Owen Anderson authored
llvm-svn: 77722
-
Argyrios Kyrtzidis authored
llvm-svn: 77713
-
Douglas Gregor authored
llvm-svn: 77702
-
Mike Stump authored
llvm-svn: 77699
-
Mike Stump authored
llvm-svn: 77688
-
Owen Anderson authored
llvm-svn: 77686
-
Douglas Gregor authored
Itanium C++ ABI's name mangling, since both are related to the notion of "equivalent" function templates. llvm-svn: 77678
-
Douglas Gregor authored
it's "obviously correct" :) llvm-svn: 77677
-
Douglas Gregor authored
llvm-svn: 77676
-
Douglas Gregor authored
for those extra-esoteric cases. Not that any two given C++ compilers agree on this test case, but this change gives us a strong definition of equivalent types. llvm-svn: 77664
-
Douglas Gregor authored
llvm-svn: 77663
-
Ryan Flynn authored
llvm-svn: 77660
-
John McCall authored
and a name collision. llvm-svn: 77658
-
John McCall authored
llvm-svn: 77656
-
Mike Stump authored
llvm-svn: 77655
-
Eli Friedman authored
linkage specifications correctly. llvm-svn: 77653
-
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
-