.. |
ASTConsumers.cpp
|
remove dead code.
|
2009-06-30 07:50:26 +00:00 |
ASTUnit.cpp
|
Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.
|
2009-06-25 18:22:30 +00:00 |
AnalysisConsumer.cpp
|
adjust for raw_fd_ostream api change.
|
2009-08-23 02:59:41 +00:00 |
Backend.cpp
|
use errs() instead of cerr.
|
2009-08-23 05:57:09 +00:00 |
CMakeLists.txt
|
Lexically order files in CMakeLists.txt files.
|
2009-07-15 21:08:41 +00:00 |
CacheTokens.cpp
|
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
|
2009-05-19 04:14:29 +00:00 |
DeclXML.cpp
|
De-ASTContext-ify DeclContext.
|
2009-06-30 02:36:12 +00:00 |
DependencyFile.cpp
|
Clean up some unnecessary includes.
|
2009-05-19 04:30:57 +00:00 |
DiagChecker.cpp
|
Add missing include for stderr and fprintf, needed
|
2009-05-19 12:06:47 +00:00 |
DocumentXML.cpp
|
More XML output support, from Olaf Krzikalla!
|
2009-06-15 19:02:54 +00:00 |
FixItRewriter.cpp
|
adjust for raw_fd_ostream api change.
|
2009-08-23 02:59:41 +00:00 |
GeneratePCH.cpp
|
Introduce the notion of "Relocatable" precompiled headers, which are built
|
2009-07-07 00:12:59 +00:00 |
HTMLDiagnostics.cpp
|
Remove now unnecessary helper methods.
|
2009-08-19 20:32:38 +00:00 |
HTMLPrint.cpp
|
Fix a crash with -emit-html from stdin.
|
2009-05-19 05:28:52 +00:00 |
InitHeaderSearch.cpp
|
Switch to SmallString::str from SmallString::c_str.
|
2009-08-19 20:04:03 +00:00 |
InitPreprocessor.cpp
|
Predefine __cplusplus to the right value (199711L), except when in GNU mode.
|
2009-08-06 04:09:28 +00:00 |
Makefile
|
Don't install Clang libraries.
|
2009-08-23 05:02:18 +00:00 |
ManagerRegistry.cpp
|
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
|
2009-03-02 06:16:29 +00:00 |
PCHReader.cpp
|
Add a -fno-elide-constructors option to clang-cc.
|
2009-08-22 22:30:33 +00:00 |
PCHReaderDecl.cpp
|
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information.
|
2009-08-21 00:31:54 +00:00 |
PCHReaderStmt.cpp
|
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr".
|
2009-08-20 17:02:02 +00:00 |
PCHWriter.cpp
|
Add a -fno-elide-constructors option to clang-cc.
|
2009-08-22 22:30:33 +00:00 |
PCHWriterDecl.cpp
|
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information.
|
2009-08-21 00:31:54 +00:00 |
PCHWriterStmt.cpp
|
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr".
|
2009-08-20 17:02:02 +00:00 |
PlistDiagnostics.cpp
|
adjust for raw_fd_ostream api change.
|
2009-08-23 02:59:41 +00:00 |
PrintParserCallbacks.cpp
|
Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the return expr inside a CXXExprWithTemporaries if needed.
|
2009-08-18 16:11:00 +00:00 |
PrintPreprocessedOutput.cpp
|
no really, add the lines :)
|
2009-06-15 04:08:28 +00:00 |
RewriteBlocks.cpp
|
Convert parts of Rewriter to StringRef based API.
|
2009-08-19 19:10:30 +00:00 |
RewriteMacros.cpp
|
Convert parts of Rewriter to StringRef based API.
|
2009-08-19 19:10:30 +00:00 |
RewriteObjC.cpp
|
Convert parts of Rewriter to StringRef based API.
|
2009-08-19 19:10:30 +00:00 |
RewriteTest.cpp
|
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
|
2009-05-19 04:14:29 +00:00 |
StmtXML.cpp
|
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr".
|
2009-08-20 17:02:02 +00:00 |
TextDiagnosticBuffer.cpp
|
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
|
2009-03-02 06:16:29 +00:00 |
TextDiagnosticPrinter.cpp
|
Minor tweak to -fdiagnostics-print-source-range-info to make it print
|
2009-06-15 05:18:27 +00:00 |
TypeXML.cpp
|
More XML output support, from Olaf Krzikalla!
|
2009-06-15 19:02:54 +00:00 |
Warnings.cpp
|
PR4715
|
2009-08-14 04:07:15 +00:00 |