llvm-project/clang/lib
Fariborz Jahanian 0389df4a45 Patch to allow alternative representation of c++
operators (and, or, etc.) to be used as selectors
to match g++'s behavior.

llvm-svn: 112935
2010-09-03 01:26:16 +00:00
..
AST Implement __has_virtual_destructor. Patch by Steven Watanabe. 2010-09-02 23:19:42 +00:00
Analysis Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr. 2010-08-31 18:47:37 +00:00
Basic Add support for windows x86-64 varargs, patch by Cameron Esfahani! 2010-08-31 16:44:54 +00:00
Checker Support pointer arithmetic in SimpleSValuator involving direct constants. 2010-09-03 01:07:06 +00:00
CodeGen Revert r112916, it's breaking selfhost pretty badly. 2010-09-03 00:40:45 +00:00
Driver Add support for Borland extensions via option -fborland-extensions 2010-09-02 23:59:25 +00:00
Frontend Add support for Borland extensions via option -fborland-extensions 2010-09-02 23:59:25 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers fix incorrect MM_HINT_ definitions, PR8011 2010-08-27 20:10:06 +00:00
Index De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Lex Patch to allow alternative representation of c++ 2010-09-03 01:26:16 +00:00
Parse Patch to allow alternative representation of c++ 2010-09-03 01:26:16 +00:00
Rewrite AST work to support [C++] [IRgen] for ?: with missing LHS 2010-08-31 18:02:20 +00:00
Sema Static local variables don't result in global constructors being emitted. 2010-09-03 01:11:38 +00:00
Serialization Eliminate CXXBindReferenceExpr, which was used in a ton of 2010-09-02 21:50:02 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00