llvm-project/clang/lib
Zhongxing Xu 7864b9ea0c Remove unused parameter BugReporter due to previous patch.
llvm-svn: 79328
2009-08-18 08:58:41 +00:00
..
AST Initial patch to support definitions of id and Class from headers in Objective-C code. 2009-08-17 16:35:33 +00:00
Analysis Remove unused parameter BugReporter due to previous patch. 2009-08-18 08:58:41 +00:00
Basic Convert CreateTargetInfo to use a Triple instead of manul string munging. 2009-08-18 05:47:58 +00:00
CodeGen Fixed typo in last commit pointed out by Anton. 2009-08-17 23:18:30 +00:00
Driver Add additional library paths for Linux distros on mixed 32/64-bit systems. 2009-08-06 01:47:11 +00:00
Frontend AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and create the CXXExprWithTemporaries before setting the initializer on the VarDecl. 2009-08-16 05:13:48 +00:00
Headers Switch some functions from using x86 builtins to using vector 2009-07-22 17:08:01 +00:00
Index For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. 2009-07-31 19:02:11 +00:00
Lex Update lexer to work with the new APFloat string parsing. 2009-08-16 23:36:28 +00:00
Parse AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and create the CXXExprWithTemporaries before setting the initializer on the VarDecl. 2009-08-16 05:13:48 +00:00
Rewrite adjust indentation. 2009-08-17 14:13:14 +00:00
Sema Teach Sema how to pop out of friend function definitions in nested classes. 2009-08-18 00:00:49 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00