.. |
APValue.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
ASTConsumer.cpp
|
Push DeclGroup much farther throughout the compiler. Now the various
|
2009-03-29 16:50:03 +00:00 |
ASTContext.cpp
|
Push overloaded function templates through the parser using a totally different
|
2009-12-02 08:04:21 +00:00 |
CMakeLists.txt
|
Move all of the type-printing logic to its own C++ source file
|
2009-11-10 00:39:07 +00:00 |
CXXInheritance.cpp
|
First part of changes to eliminate problems with cv-qualifiers and
|
2009-11-16 21:35:15 +00:00 |
Decl.cpp
|
Slight tweak to the algorithm for getLinkage().
|
2009-11-26 03:04:01 +00:00 |
DeclBase.cpp
|
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
|
2009-12-02 08:47:38 +00:00 |
DeclCXX.cpp
|
Make sure that overridden method decls are always canonical.
|
2009-12-04 05:51:56 +00:00 |
DeclGroup.cpp
|
Remove the serialization code that predates precompiled
|
2009-04-22 21:45:53 +00:00 |
DeclObjC.cpp
|
Add ObjCClassDecl::getSourceRange().
|
2009-11-18 01:26:56 +00:00 |
DeclPrinter.cpp
|
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
|
2009-12-02 08:47:38 +00:00 |
DeclTemplate.cpp
|
Centralize and complete the computation of value- and type-dependence for DeclRefExprs
|
2009-11-23 11:41:28 +00:00 |
DeclarationName.cpp
|
Add DeclarationName support for C++0x operator literals. They should now work as
|
2009-11-29 07:34:05 +00:00 |
Expr.cpp
|
Add recursion guards to ice-checking and evaluation for declrefs, so we
|
2009-12-03 20:31:57 +00:00 |
ExprCXX.cpp
|
Introduce the notion of literal types, as specified in C++0x.
|
2009-12-03 00:13:20 +00:00 |
ExprConstant.cpp
|
Fix for PR5447: teach Evaluate to deal with floating-point conditionals.
|
2009-12-04 02:12:53 +00:00 |
InheritViz.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
Makefile
|
Installation of Clang libraries and headers, from Axel Naumann!
|
2009-10-08 22:15:31 +00:00 |
NestedNameSpecifier.cpp
|
Move all of the type-printing logic to its own C++ source file
|
2009-11-10 00:39:07 +00:00 |
ParentMap.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
RecordLayoutBuilder.cpp
|
In Sema, whenever we think that a function is going to cause a vtable to be generated, we mark any virtual implicit member functions as referenced.
|
2009-12-02 17:15:43 +00:00 |
RecordLayoutBuilder.h
|
Add a new PrimaryBaseInfo struct that combines the record decl of a primary base with whether it's virtual or not.
|
2009-11-27 22:05:05 +00:00 |
Stmt.cpp
|
Add const to accessors that don't modify the object.
|
2009-11-30 20:10:58 +00:00 |
StmtDumper.cpp
|
Convert StmtDumper to raw_ostream. I forget why.
|
2009-12-03 09:13:13 +00:00 |
StmtIterator.cpp
|
Remove tabs, and whitespace cleanups.
|
2009-09-09 15:08:12 +00:00 |
StmtPrinter.cpp
|
Rework how we support C++ implicit member accesses. If we can resolve an
|
2009-12-01 22:10:20 +00:00 |
StmtProfile.cpp
|
r90313, in which OverloadedFunctionDecl is removed and never spoken of again.
|
2009-12-02 08:47:38 +00:00 |
StmtViz.cpp
|
Adapt to the DOTGraphTraits changes in LLVM.
|
2009-11-30 14:16:05 +00:00 |
TemplateBase.cpp
|
Canonical template arguments that are template template parameters by
|
2009-11-23 12:52:47 +00:00 |
TemplateName.cpp
|
Push overloaded function templates through the parser using a totally different
|
2009-12-02 08:04:21 +00:00 |
Type.cpp
|
Introduce the notion of literal types, as specified in C++0x.
|
2009-12-03 00:13:20 +00:00 |
TypeLoc.cpp
|
Suppress build warning.
|
2009-10-19 01:20:42 +00:00 |
TypePrinter.cpp
|
Kill a few more random stderr uses.
|
2009-12-03 09:14:02 +00:00 |