clang-1/lib
Ted Kremenek 00c0a30acd Do not create CFGs for functions/methods using blocks (need to add control-flow).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56672 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-26 18:17:07 +00:00
..
AST Do not create CFGs for functions/methods using blocks (need to add control-flow). 2008-09-26 18:17:07 +00:00
Analysis Move VLA processing logic from LiveVariables to CFG construction. This way all dataflow analyses "see" the VLA size expressions. 2008-09-26 16:26:36 +00:00
Basic Add x86_64 Linux target. 2008-09-23 17:37:57 +00:00
CodeGen Large mechanical patch. 2008-09-25 21:02:23 +00:00
Driver emulate a bit of GCC path lookup weirdness: if a system 2008-09-26 17:46:45 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Update clang to pretend to be gcc-4.2. 2008-09-26 01:13:13 +00:00
Parse Enter a new scope for a @try block. 2008-09-26 17:32:47 +00:00
Rewrite Fixed an offset calculation error. 2008-09-16 07:58:21 +00:00
Sema Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. 2008-09-26 14:41:28 +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