clang-1/lib
Eli Friedman 33ef1456a1 Remove short-circuit evaluation and the extension warnings. I'm
pretty sure we want to keep constant expression verification outside of 
Evaluate. Because of that, the short-circuit evaluation doesn't 
generally make sense, and the comma warning doesn't make sense in its 
current form.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65525 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-26 10:19:36 +00:00
..
AST Remove short-circuit evaluation and the extension warnings. I'm 2009-02-26 10:19:36 +00:00
Analysis Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the same statement. 2009-02-25 23:32:10 +00:00
Basic Minor refactoring. 2009-02-24 23:38:42 +00:00
CodeGen x86_64 ABI: Qualified id types are passed as pointers. 2009-02-26 07:21:35 +00:00
Driver add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! 2009-02-25 18:06:37 +00:00
Headers Put compiler headers in <prefix>/lib/clang/1.0/include (vs 2009-02-21 20:52:41 +00:00
Lex Move PTHStatCache within the anonymous namespace. 2009-02-23 23:27:54 +00:00
Parse Implementing parsing of template-ids as class-names, so that we can 2009-02-25 23:52:28 +00:00
Rewrite Fix PR3635 by handling ## magically 2009-02-24 05:29:33 +00:00
Sema Zap the Sema constant initializer checking code that we aren't using 2009-02-26 04:47:58 +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