- Aug 26, 2009
-
-
John McCall authored
functions that don't instantiate definitions. llvm-svn: 80037
-
- Aug 25, 2009
-
-
Ted Kremenek authored
llvm-svn: 80034
-
rdar://problem/7124210Ted Kremenek authored
implicit cast logic in RegionStoreManager to BasicStoreManager. This involved moving CastRetriedVal from RegionStoreManager to StoreManager. llvm-svn: 80026
-
Steve Naroff authored
llvm-svn: 80022
-
Fariborz Jahanian authored
llvm-svn: 80020
-
Ted Kremenek authored
llvm-svn: 80018
-
John McCall authored
accurately. Prevents the assert from triggering incorrectly when friending functions first declared in extern "C" contexts. Fixes bug 4757. llvm-svn: 80016
-
Douglas Gregor authored
the logic is there for out-of-line definitions with multiple levels of nested templates, but this is still a work-in-progress: we're having trouble determining when we should look into a dependent nested-name-specifier. llvm-svn: 80003
-
Fariborz Jahanian authored
Fixes pr4771. llvm-svn: 79999
-
Fariborz Jahanian authored
llvm-svn: 79998
-
Douglas Gregor authored
llvm-svn: 79995
-
Dan Gohman authored
llvm-svn: 79991
-
Douglas Gregor authored
llvm-svn: 79989
-
Anders Carlsson authored
llvm-svn: 79987
-
Anders Carlsson authored
If a parameter has a default argument expression, make sure to instantiate the parameter type before checking that the expression is a valid initializer. llvm-svn: 79986
-
Anders Carlsson authored
llvm-svn: 79985
-
Anders Carlsson authored
llvm-svn: 79984
-
Zhongxing Xu authored
Now AnalysisManager is the only place we can get CodeDecl. This leads to an API change: GRState::bindExpr() now takes the CFG argument. llvm-svn: 79980
-
Devang Patel authored
llvm-svn: 79979
-
Anders Carlsson authored
llvm-svn: 79976
-
Anders Carlsson authored
llvm-svn: 79975
-
Anders Carlsson authored
llvm-svn: 79974
-
Zhongxing Xu authored
llvm-svn: 79973
-
Anders Carlsson authored
llvm-svn: 79972
-
Anders Carlsson authored
llvm-svn: 79970
-
Anders Carlsson authored
llvm-svn: 79968
-
Anders Carlsson authored
llvm-svn: 79967
-
Anders Carlsson authored
llvm-svn: 79965
-
Anders Carlsson authored
llvm-svn: 79964
-
Douglas Gregor authored
llvm-svn: 79962
-
Fariborz Jahanian authored
llvm-svn: 79956
-
Douglas Gregor authored
member templates declared inside other templates. This allows us to match out-of-line definitions of member function templates within class templates to the declarations within the class template. We still can't handle out-of-line definitions for member class templates, however. llvm-svn: 79955
-
Ted Kremenek authored
llvm-svn: 79954
-
Ted Kremenek authored
the condition. This eliminates a source of bugs where the client doesn't correctly reason about undefined or unknown values. This fixes PR 4759. llvm-svn: 79952
-
Ted Kremenek authored
SVal. This allows us to use the C++ type system to distinguish between SVals that are potentially unknown/undefined and those that are not. llvm-svn: 79951
-
Daniel Dunbar authored
llvm-svn: 79950
-
Daniel Dunbar authored
Also, do pass -static even with -dynamic on i386. llvm-svn: 79948
-
- Aug 24, 2009
-
-
Fariborz Jahanian authored
put out the bitmap when all objects are scanned. llvm-svn: 79947
-
Douglas Gregor authored
llvm-svn: 79941
-
Douglas Gregor authored
llvm-svn: 79931
-