llvm-project/clang/lib
Eli Friedman 0a2ba3f10b Fix for PR2720; be a little bit more permissive in initializers for
casting pointers to integers.

Eventually, we should check whether we can evaluate an expression 
using Expr::tryEvaluate, and this codepath should be tightened to only 
handle standard-compliant cases.

llvm-svn: 55331
2008-08-25 20:46:57 +00:00
..
AST Handle emitting __builtin_huge_valf as a constant expr. 2008-08-25 03:27:15 +00:00
Analysis Added 'extents' for Regions. 2008-08-25 19:33:03 +00:00
Basic Stop asserting in TargetInfo::validateInputConstraint 2008-08-25 09:46:27 +00:00
CodeGen Support __PRETTY_FUNCTION__ and friends in Obj-C methods. 2008-08-25 20:45:57 +00:00
Driver Moved HTMLDiagnostics to lib/Driver. 2008-08-24 02:33:36 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. 2008-08-24 12:29:43 +00:00
Parse Pass SourceRanges by reference to the various Diag methods. 2008-08-24 13:14:02 +00:00
Rewrite honor EscapeSpaces in 2nd overload of EscapeText() 2008-08-16 22:24:33 +00:00
Sema Fix for PR2720; be a little bit more permissive in initializers for 2008-08-25 20:46:57 +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