- Feb 19, 2009
-
-
Anders Carlsson authored
llvm-svn: 65056
-
Anders Carlsson authored
llvm-svn: 65055
-
Ted Kremenek authored
llvm-svn: 65054
-
Daniel Dunbar authored
manual setting of the Result. - Idiom now enforces that result will always have correct width and type; this exposed three new bugs: o Enum constant decl value can have different width than type (PR3173). o EvaluateInteger should not run an IntExprEvaluator over non-integral expressions. o FloatExprEvaluate was not handling casts correctly (it was evaluating the cast in the IntExprEvaluator!). llvm-svn: 65053
-
Chris Lattner authored
t.c:1:10: error: missing terminating '>' character #include <stdio.h ^ instead of: t.c:1:10: error: missing terminating " character #include <stdio.h ^ llvm-svn: 65052
-
Fariborz Jahanian authored
llvm-svn: 65051
-
Ted Kremenek authored
llvm-svn: 65048
-
Ted Kremenek authored
retain/release checker: Fix crasher when the leak site is the same expression that allocates an object. llvm-svn: 65047
-
Chris Lattner authored
uniquing array types. llvm-svn: 65046
-
Zhongxing Xu authored
llvm-svn: 65041
-
Gabor Greif authored
llvm-svn: 65040
-
Daniel Dunbar authored
- Handles assignment to Result with appropriate type. - Simplifies & encapsulates most direct handling of the Result value; prep for allowing IntExprEvaluator to deal with LValue APValues. - No intended functionality change. llvm-svn: 65038
-
Zhongxing Xu authored
llvm-svn: 65037
-
Zhongxing Xu authored
llvm-svn: 65036
-
Zhongxing Xu authored
that this problem arises from time to time. We should find a fundamental solution for it. llvm-svn: 65035
-
Ted Kremenek authored
llvm-svn: 65033
-
Daniel Dunbar authored
- <rdar://problem/6584606> clang/x86-64 - too many reg saves llvm-svn: 65032
-
Daniel Dunbar authored
llvm-svn: 65031
-
Chris Lattner authored
already an entry and one to insert). llvm-svn: 65030
-
Chris Lattner authored
llvm-svn: 65029
-
Chris Lattner authored
llvm-svn: 65028
-
Chris Lattner authored
llvm-svn: 65027
-
Chris Lattner authored
"after" group instead of the system group makes it so #include <limits.h> picks up the *system* limits.h file before clang's. This causes a failure on linux and is definitely not what we want. llvm-svn: 65026
-
Chris Lattner authored
llvm-svn: 65025
-
Chris Lattner authored
llvm-svn: 65024
-
Anders Carlsson authored
llvm-svn: 65023
-
Chris Lattner authored
zero expression arguments. This eliminates 2579 1-byte mallocs when parsing Cocoa.h. llvm-svn: 65022
-
Anders Carlsson authored
llvm-svn: 65021
-
Daniel Dunbar authored
situation where a tentative decl was emitted *after* the actual initialization. This occurs in some rare situations with static decls. - PR3613. - I'm not particularly happy with this fix, but I don't see a simpler or more elegant solution yet. llvm-svn: 65018
-
Ted Kremenek authored
llvm-svn: 65014
-
Anders Carlsson authored
llvm-svn: 65013
-
Chris Lattner authored
and never remap them with -isysroot. This fixes PR3614. llvm-svn: 65012
-
Chris Lattner authored
mapped path, not the requested path. llvm-svn: 65009
-
Chris Lattner authored
llvm-svn: 65006
-
Chris Lattner authored
llvm-svn: 65005
-
Ted Kremenek authored
llvm-svn: 65004
-
rdar://problem/6600344Ted Kremenek authored
message expression is nil and the return type is struct then the returned value is undefined or potentially garbage. llvm-svn: 65003
-
Mike Stump authored
llvm-svn: 65000
-
Mike Stump authored
llvm-svn: 64998
-
Mike Stump authored
The size calculation is improved. llvm-svn: 64994
-