hanchenye-llvm-project/clang/lib
Ted Kremenek 422d81dcd4 Fix bug in BasicStore::getLValueElement where if the base of an array subscript expression was an ElementRegion we stacked another ElementRegion on top of that.
This fixes PR 3422.

llvm-svn: 63110
2009-01-27 18:29:03 +00:00
..
AST add a new "getPreferredTypeAlign" method to return the preferred alignment 2009-01-27 18:08:34 +00:00
Analysis Fix bug in BasicStore::getLValueElement where if the base of an array subscript expression was an ElementRegion we stacked another ElementRegion on top of that. 2009-01-27 18:29:03 +00:00
Basic Introduce a new PresumedLoc class to represent the concept of a location 2009-01-27 07:57:44 +00:00
CodeGen Support CodeGen for __extension__ operator on aggregates. 2009-01-27 09:03:41 +00:00
Driver Introduce a new PresumedLoc class to represent the concept of a location 2009-01-27 07:57:44 +00:00
Headers Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex Introduce a new PresumedLoc class to represent the concept of a location 2009-01-27 07:57:44 +00:00
Parse Fix for PR3418: make sure to handle the RHS of expressions starting with 2009-01-27 08:43:38 +00:00
Rewrite rename getFullFilePos -> getFileOffset. 2009-01-27 06:27:13 +00:00
Sema Some micro-optimizations for DISABLE_SMART_POINTERS: 2009-01-26 22:44:13 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00