llvm-project/clang/lib
Chris Lattner abcf38a064 compute the integer width, not the memory width here. We want to know that
_Bool is 1 bit, not 8.  This fixes an assertion on the testcase, which is
PR9304 and rdar://9045501.

llvm-svn: 126368
2011-02-24 07:31:28 +00:00
..
AST Teach NestedNameSpecifier to keep track of namespace aliases the same 2011-02-24 02:36:08 +00:00
Analysis Fix tiny error in CFG construction for BinaryConditionalOperators, making sure the branch always has two successors. Also teach Environment::getSVal() about OpaqueValueExprs. 2011-02-24 03:09:15 +00:00
Basic Switch the VerifyDiagnosticsClient to use PresumedLocs now that they 2011-02-23 00:47:48 +00:00
CodeGen Fix type mismatch between property function that CGObjCGNU was returning and the one CGObjC was calling. Fixes bug r9294. 2011-02-23 14:05:31 +00:00
Driver improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64). 2011-02-22 20:47:07 +00:00
Frontend Reimplement DefineTypeSize in terms of APInt. This eliminates some 2011-02-24 06:54:56 +00:00
FrontendTool Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful 2011-02-17 19:04:40 +00:00
Headers Put targets on folders, if the IDE supports the feature. 2011-02-20 22:06:44 +00:00
Index Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Lex Reimplement __pragma support using a TokenLexer 2011-02-22 13:49:06 +00:00
Parse Tweak the CXXScopeSpec API a bit, so that we require the 2011-02-24 00:49:34 +00:00
Rewrite Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
Sema compute the integer width, not the memory width here. We want to know that 2011-02-24 07:31:28 +00:00
Serialization Teach NestedNameSpecifier to keep track of namespace aliases the same 2011-02-24 02:36:08 +00:00
StaticAnalyzer Fix tiny error in CFG construction for BinaryConditionalOperators, making sure the branch always has two successors. Also teach Environment::getSVal() about OpaqueValueExprs. 2011-02-24 03:09:15 +00:00
CMakeLists.txt [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core. 2011-02-08 22:30:36 +00:00
Makefile Chris Lattner has strong opinions about directory 2010-12-23 19:38:26 +00:00