Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
19c30c00e5e01e4608a43c7deb504f343f09e46d
/
test
/
CodeGenCXX
283a062
Use the new guard variable mangling function and get rid of the old code.
by Anders Carlsson
· 16 years ago
1e5dc6e
Add support for generating reference initialization code.
by Anders Carlsson
· 16 years ago
e9918d2
We weren't generating correct code for calls to variadic member functions.
by Anders Carlsson
· 16 years ago
2b77ba8
Add some basic support for generating C++ member functions.
by Anders Carlsson
· 16 years ago
1b42c79
Implement mangling of declarations inside functions.
by Anders Carlsson
· 16 years ago
329749c
Mangle VarDecls correctly.
by Anders Carlsson
· 16 years ago
91e20dd
Emit code for linkage specifications.
by Anders Carlsson
· 16 years ago
984e068
Implement code generation of namespaces and add mangling tests.
by Anders Carlsson
· 16 years ago
c6c91bc
Fix a mangling bug where functions with no arguments weren't getting the 'v' parameter specifier.
by Anders Carlsson
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
4843e58
Address Doug's comments wrt the mangler and fix Eli's test case
by Anders Carlsson
· 16 years ago
b1d947b
Make mangling work with anonymous tag types. Doug, please review
by Anders Carlsson
· 16 years ago
5f2bfd4
Add basic support for C++ name mangling according to the Itanium C++
by Douglas Gregor
· 16 years ago
32f6209
make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int
by Nuno Lopes
· 16 years ago
3f70456
Add codegen support for __null
by Anders Carlsson
· 16 years ago