llvm-project/clang/CodeGen
Devang Patel eac5948348 Use const& for RHS.
Use copy for LHS, because it is incremented using ++ operator.

llvm-svn: 42792
2007-10-09 17:10:59 +00:00
..
CGBuiltin.cpp When dumping out errors about unsupported stuff, emit loc info. 2007-09-13 01:17:29 +00:00
CGDecl.cpp Rename FileVariable -> FileVar for consistency with its class name, 2007-10-08 21:37:32 +00:00
CGExpr.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
CGExprAgg.cpp When dumping out errors about unsupported stuff, emit loc info. 2007-09-13 01:17:29 +00:00
CGExprComplex.cpp update to match llvm mainline api 2007-09-13 06:19:18 +00:00
CGExprScalar.cpp further apfloat'ize the front-end, allowing codegen to pass 2007-09-22 18:47:25 +00:00
CGObjC.cpp completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. 2007-08-24 05:35:26 +00:00
CGStmt.cpp Use const& for RHS. 2007-10-09 17:10:59 +00:00
CodeGenFunction.cpp Code gen case statement ranges. 2007-10-08 20:57:48 +00:00
CodeGenFunction.h Fix comment. Describe what it is, instead of how it is used. 2007-10-09 17:08:50 +00:00
CodeGenModule.cpp Phase 2 of making the Decl class more lightweight... 2007-09-13 21:41:19 +00:00
CodeGenModule.h Phase 2 of making the Decl class more lightweight... 2007-09-13 21:41:19 +00:00
CodeGenTypes.cpp Added a new class for Interfaces qualified by protocol list. 2007-10-08 23:06:41 +00:00
CodeGenTypes.h Implement code generation for constant CFStrings. 2007-08-21 00:21:21 +00:00
Makefile Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore 2007-05-24 06:29:05 +00:00
ModuleBuilder.cpp In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00