.. |
ASTConsumers.cpp
|
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration
|
2010-06-15 17:48:49 +00:00 |
ASTMerge.cpp
|
FrontendAction: Track active file kind.
|
2010-06-07 23:25:49 +00:00 |
ASTUnit.cpp
|
Add an option to specify the target C++ ABI to the frontend. Use it to
|
2010-06-11 01:06:47 +00:00 |
BoostConAction.cpp
|
Another chunk of the new RecursiveASTVisitor implementation: switch the return
|
2010-06-10 10:31:57 +00:00 |
CMakeLists.txt
|
Update CMake build for new attribute changes.
|
2010-06-17 00:37:02 +00:00 |
CacheTokens.cpp
|
push some source location information down through the compiler,
|
2010-04-20 20:35:58 +00:00 |
CompilerInstance.cpp
|
Frontend: Move some initialization from CompilerInstance to FrontendAction, to parallel what is done for AST inputs.
|
2010-06-07 23:23:50 +00:00 |
CompilerInvocation.cpp
|
Implement support for -fwrapv, rdar://7221421
|
2010-06-26 21:25:03 +00:00 |
DeclXML.cpp
|
"this patch properly addresses escaping < and > which might appear
|
2010-05-12 23:27:11 +00:00 |
DependencyFile.cpp
|
PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor.
|
2010-03-23 05:09:10 +00:00 |
DiagChecker.cpp
|
Kill a few more random stderr uses.
|
2009-12-03 09:14:02 +00:00 |
DocumentXML.cpp
|
Improved -ast-print-xml for C++, from Sebastien Binet!
|
2010-05-10 17:43:18 +00:00 |
FrontendAction.cpp
|
Frontend: Add FrontendAction support for handling LLVM IR inputs.
|
2010-06-07 23:26:47 +00:00 |
FrontendActions.cpp
|
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration
|
2010-06-15 17:48:49 +00:00 |
FrontendOptions.cpp
|
Frontend: Add FrontendAction support for handling LLVM IR inputs.
|
2010-06-07 23:26:47 +00:00 |
GeneratePCH.cpp
|
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
|
2009-11-28 10:07:24 +00:00 |
InitHeaderSearch.cpp
|
Add Cygwin C++ header search path.
|
2010-06-16 16:24:51 +00:00 |
InitPreprocessor.cpp
|
Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always
|
2010-06-30 06:30:56 +00:00 |
LangStandards.cpp
|
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
2010-04-07 22:58:06 +00:00 |
Makefile
|
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles.
|
2010-06-08 20:44:43 +00:00 |
PCHReader.cpp
|
Support DependentSizedArrayType for PCH.
|
2010-06-30 08:49:25 +00:00 |
PCHReaderDecl.cpp
|
Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.
|
2010-06-30 08:49:30 +00:00 |
PCHReaderStmt.cpp
|
Support ParenListExpr for PCH.
|
2010-06-30 08:49:18 +00:00 |
PCHWriter.cpp
|
Support DependentSizedArrayType for PCH.
|
2010-06-30 08:49:25 +00:00 |
PCHWriterDecl.cpp
|
Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.
|
2010-06-30 08:49:30 +00:00 |
PCHWriterStmt.cpp
|
Support ParenListExpr for PCH.
|
2010-06-30 08:49:18 +00:00 |
PrintParserCallbacks.cpp
|
Propagate access specifiers to anonymous union members nested within classes.
|
2010-05-21 20:45:30 +00:00 |
PrintPreprocessedOutput.cpp
|
Implement support for #pragma message, patch by Michael Spencer!
|
2010-06-26 17:11:39 +00:00 |
StmtXML.cpp
|
Completely reimplement __builtin_offsetof, based on a patch by Roberto
|
2010-04-28 22:16:22 +00:00 |
TextDiagnosticBuffer.cpp
|
Add TextDiagnosticBuffer::FlushDiagnostics, for forwarding the buffered diagnostics to a different diagnostics engine.
|
2009-11-30 08:41:34 +00:00 |
TextDiagnosticPrinter.cpp
|
Bug 7377: printf checking fails to flag some undefined behavior
|
2010-06-21 21:21:01 +00:00 |
TypeXML.cpp
|
Use the llvm coding convention for indentation for switch.
|
2010-01-20 02:03:14 +00:00 |
VerifyDiagnosticsClient.cpp
|
add regex support for -verify mode. You can now do things like
|
2010-04-28 20:02:30 +00:00 |
Warnings.cpp
|
Add an option -fshow-overloads=best|all to limit the number of overload
|
2010-06-11 05:57:47 +00:00 |