llvm-project/clang/lib
Ted Kremenek 2f340d6cb6 BasicStore:
- Store bindings using a MemRegion -> SVal binding instead of VarDecl -> SVal
  binding. This mirrors some of the idea of RegionStore, but is far simpler and
  not nearly as functional.  This leads to some code simplification and
  some potential for some minor precision hacks.
  
Along the way...
- constify the use of MemRegion* in a few places
- add operator<<(llvm::raw_ostream, const MemRegion*)

llvm-svn: 66163
2009-03-05 16:31:07 +00:00
..
AST rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. 2009-03-05 08:00:35 +00:00
Analysis BasicStore: 2009-03-05 16:31:07 +00:00
Basic Include information about compound statements when crashing in sema or the 2009-03-05 00:00:31 +00:00
CodeGen prep work for copy/destroy helpers for block literals. 2009-03-05 08:32:30 +00:00
Driver Driver: Basic argument parsing. 2009-03-05 06:38:47 +00:00
Frontend Resize message bubble back to original size. 2009-03-02 23:06:15 +00:00
Headers fix inverted conditional, rdar://6633188 2009-02-28 18:53:33 +00:00
Lex make the token lexer allocate its temporary token buffers for 2009-03-04 06:50:57 +00:00
Parse rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. 2009-03-05 08:00:35 +00:00
Rewrite Tighten message bubble height. 2009-03-03 03:00:21 +00:00
Sema Tweak diag for <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. 2009-03-05 15:45:01 +00:00
CMakeLists.txt Fix cmake builds. 2009-03-02 17:05:26 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00