hanchenye-llvm-project/clang/lib
Chris Lattner d8980509b3 minor refactoring of ParseParenExpression
llvm-svn: 60928
2008-12-12 06:00:12 +00:00
..
AST Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalue 2008-12-12 05:35:08 +00:00
Analysis Address some comments on the name lookup/DeclContext patch from Chris 2008-12-11 20:41:00 +00:00
Basic instead of forcing blocks on by default, make them default to off, but let 2008-12-04 23:20:07 +00:00
CodeGen Work in preparation for VLAs. Make sure to restore the stack if necessary (Saving the stack isn't implemented right now :) 2008-12-12 05:52:00 +00:00
Driver add missing gentoo c++ include paths 2008-12-07 12:11:37 +00:00
Headers Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer 2008-12-01 17:20:57 +00:00
Lex PTH: 2008-12-11 23:36:38 +00:00
Parse minor refactoring of ParseParenExpression 2008-12-12 06:00:12 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and __PRETTY_FUNCTION__ outside func 2008-12-12 05:05:20 +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