.. |
APValue.cpp
|
Pacify compilers that think you can drop off a fully covered switch.
|
2013-06-03 21:26:13 +00:00 |
ASTConsumer.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ASTContext.cpp
|
Correctly skip type sugar when determining the width of an enum type. Derived
|
2013-10-15 04:56:17 +00:00 |
ASTDiagnostic.cpp
|
Fix an edge case in the template differ with default arguments.
|
2013-10-08 16:58:52 +00:00 |
ASTDumper.cpp
|
Fix 80-column violation.
|
2013-10-18 01:34:56 +00:00 |
ASTImporter.cpp
|
This patch addresses a problem encountered by the
|
2013-10-09 21:45:11 +00:00 |
ASTTypeTraits.cpp
|
Add more types to ASTNodeKind. Refactor common instantiation code.
|
2013-07-16 15:47:24 +00:00 |
AttrImpl.cpp
|
Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required.
|
2013-09-11 19:47:58 +00:00 |
CMakeLists.txt
|
Remove -ast-dump-xml.
|
2013-10-07 20:56:34 +00:00 |
CXXABI.h
|
[ms-cxxabi] Implement guard variables for static initialization
|
2013-09-10 20:14:30 +00:00 |
CXXInheritance.cpp
|
Use pop_back_val() instead of both back() and pop_back().
|
2013-08-23 16:11:15 +00:00 |
Comment.cpp
|
Add unused markings to suppress warnings.
|
2013-09-10 22:57:15 +00:00 |
CommentBriefParser.cpp
|
Some refactoring in my patch on document
|
2013-03-02 02:39:57 +00:00 |
CommentCommandTraits.cpp
|
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
|
2013-07-15 03:38:40 +00:00 |
CommentLexer.cpp
|
Fix indentation
|
2013-08-23 17:48:41 +00:00 |
CommentParser.cpp
|
Comment parsing: fix a bug where a line with whitespace between two paragraphs
|
2013-08-23 18:03:40 +00:00 |
CommentSema.cpp
|
Use pop_back_val() instead of both back() and pop_back().
|
2013-08-23 16:11:15 +00:00 |
Decl.cpp
|
Rename some functions for consistency.
|
2013-10-17 15:37:26 +00:00 |
DeclBase.cpp
|
C++ modules: fix a bug where loading a declaration with some name would prevent
|
2013-09-09 07:34:56 +00:00 |
DeclCXX.cpp
|
Rename some functions for consistency.
|
2013-10-17 15:37:26 +00:00 |
DeclFriend.cpp
|
Lazily deserialize the "first' friend declaration when deserializing a class
|
2013-06-26 02:41:25 +00:00 |
DeclGroup.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
DeclObjC.cpp
|
Rename some functions for consistency.
|
2013-10-17 15:37:26 +00:00 |
DeclOpenMP.cpp
|
OpenMP: basic support for #pragma omp parallel
|
2013-07-19 03:13:43 +00:00 |
DeclPrinter.cpp
|
[OPENMP] Improved variable lookup procedure for threadprivate variables.
|
2013-09-26 03:24:06 +00:00 |
DeclTemplate.cpp
|
Rename some functions for consistency.
|
2013-10-17 15:37:26 +00:00 |
DeclarationName.cpp
|
Provide operator<< for stream output of DeclarationNames
|
2013-05-14 21:04:00 +00:00 |
Expr.cpp
|
Tweak changes in r186464 to avoid a crash.
|
2013-10-01 00:28:29 +00:00 |
ExprCXX.cpp
|
ms-compat: Fix taking the address of a member of a dependent base
|
2013-10-15 18:38:02 +00:00 |
ExprClassification.cpp
|
Add the intrinsic __builtin_convertvector
|
2013-09-18 03:29:45 +00:00 |
ExprConstant.cpp
|
Add constant evaluation support for __builtin_isinf, __builtin_isfinite,
|
2013-10-15 19:07:14 +00:00 |
ExternalASTSource.cpp
|
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
|
2013-02-07 03:30:24 +00:00 |
InheritViz.cpp
|
Use llvm::sys::fs::createTemporaryFile.
|
2013-07-05 20:00:06 +00:00 |
ItaniumCXXABI.cpp
|
[ms-cxxabi] Implement guard variables for static initialization
|
2013-09-10 20:14:30 +00:00 |
ItaniumMangle.cpp
|
On 32 bit windows, mangle stdcall and fastcall decls in clang.
|
2013-10-16 01:40:34 +00:00 |
Makefile
|
…
|
|
Mangle.cpp
|
On 32 bit windows, mangle stdcall and fastcall decls in clang.
|
2013-10-16 01:40:34 +00:00 |
MangleNumberingContext.cpp
|
[ms-cxxabi] Implement guard variables for static initialization
|
2013-09-10 20:14:30 +00:00 |
MicrosoftCXXABI.cpp
|
[ms-cxxabi] Implement guard variables for static initialization
|
2013-09-10 20:14:30 +00:00 |
MicrosoftMangle.cpp
|
Rename some functions for consistency.
|
2013-10-17 15:37:26 +00:00 |
NSAPI.cpp
|
Use None rather than Optional<T>() where possible.
|
2013-02-21 01:47:18 +00:00 |
NestedNameSpecifier.cpp
|
Use pop_back_val() instead of both back() and pop_back().
|
2013-08-23 16:11:15 +00:00 |
ParentMap.cpp
|
[analyzer; new edges] Simplify edges in a C++11 for-range loop.
|
2013-06-06 21:53:45 +00:00 |
RawCommentList.cpp
|
Refactor comment merging.
|
2013-09-28 15:06:27 +00:00 |
RecordLayout.cpp
|
Adds Microsoft compatiable C++ record layout code to clang.
|
2013-10-11 20:19:00 +00:00 |
RecordLayoutBuilder.cpp
|
Rename some functions for consistency.
|
2013-10-17 15:37:26 +00:00 |
SelectorLocationsKind.cpp
|
Fix crash when using archaic protocol, rdar://10238337
|
2011-10-05 21:28:06 +00:00 |
Stmt.cpp
|
[OpenMP] Added parsing and semantic analysis for firstprivate clause
|
2013-10-01 05:32:34 +00:00 |
StmtIterator.cpp
|
Simplify StmtIterator.
|
2013-06-27 20:39:04 +00:00 |
StmtPrinter.cpp
|
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final'
|
2013-10-18 00:33:31 +00:00 |
StmtProfile.cpp
|
[OpenMP] Added parsing and semantic analysis for firstprivate clause
|
2013-10-01 05:32:34 +00:00 |
StmtViz.cpp
|
…
|
|
TemplateBase.cpp
|
Reduce sizeof(TemplateArgument) from 32 to 24.
|
2013-08-21 23:05:56 +00:00 |
TemplateName.cpp
|
Add quotation marks to template names in diagnostics.
|
2013-03-05 06:21:38 +00:00 |
Type.cpp
|
volatile types are not trivially copyable.
|
2013-09-11 03:49:34 +00:00 |
TypeLoc.cpp
|
AST: Don't treat a TemplateExpansion as a Template
|
2013-08-28 00:00:27 +00:00 |
TypePrinter.cpp
|
ObjectiveC migrator. Introduce a new print policy for
|
2013-10-09 17:37:28 +00:00 |
VTTBuilder.cpp
|
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead.
|
2012-07-04 18:45:14 +00:00 |
VTableBuilder.cpp
|
[-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases
|
2013-10-16 18:24:06 +00:00 |