hanchenye-llvm-project/clang/lib/Frontend
Ted Kremenek 6296e0990b Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
llvm-svn: 94609
2010-01-26 22:59:55 +00:00
..
ASTConsumers.cpp Add a missing case for DeclContext printer. 2010-01-20 03:21:28 +00:00
ASTUnit.cpp ASTUnit: Don't check that input files exist when parsing ASTs from the command 2010-01-25 00:44:02 +00:00
AnalysisConsumer.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
Backend.cpp Backend: Switch to using TargetOptions or TargetMachine to set some options instead of llvm::cl. 2009-12-12 23:01:36 +00:00
CMakeLists.txt Remove RewriteBlocks. It has been superseded by RewriteObjC 2009-12-23 18:03:34 +00:00
CacheTokens.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +00:00
CompilerInstance.cpp Predefine __weak attribute when doing objective-c 2010-01-13 18:51:17 +00:00
CompilerInvocation.cpp diagnose invalid values of -ftabstop, patch by Christian Adaker! 2010-01-13 03:06:50 +00:00
DeclXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +00:00
DependencyFile.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
DiagChecker.cpp Kill a few more random stderr uses. 2009-12-03 09:14:02 +00:00
DocumentXML.cpp First part of changes to eliminate problems with cv-qualifiers and 2009-11-16 21:35:15 +00:00
FixItRewriter.cpp When suggesting a typo correction for an @implementation without a 2010-01-06 23:44:25 +00:00
FrontendAction.cpp Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave 2009-12-12 05:05:38 +00:00
FrontendActions.cpp Fix <rdar://problem/7490212> clang rewriter: return of the mixed line endings, which is 2010-01-05 17:33:23 +00:00
FrontendOptions.cpp recognize .hpp as c++ (needed for ./configure'ing boost) 2009-11-17 15:36:35 +00:00
GeneratePCH.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
HTMLDiagnostics.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
HTMLPrint.cpp Fix for PR4642: move work in HTMLPrinter out of the destructor. 2009-12-12 03:36:52 +00:00
InitHeaderSearch.cpp Update C++ include paths for Exherbo, by Ingmar Vanhassel. 2010-01-25 12:20:15 +00:00
InitPreprocessor.cpp Extend clang_createTranslationUnitFromSourceFile() to support creating 2010-01-23 00:14:00 +00:00
LangStandards.cpp Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave 2009-12-12 05:05:38 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
PCHReader.cpp (1) Rename getClangSubversionRevision() to getClangRevision(), and 2010-01-22 22:12:47 +00:00
PCHReaderDecl.cpp Patch to implement rewriting of properties. 2010-01-21 17:36:00 +00:00
PCHReaderStmt.cpp Preserve type source information in compound literal expressions. 2010-01-18 19:35:47 +00:00
PCHWriter.cpp (1) Rename getClangSubversionRevision() to getClangRevision(), and 2010-01-22 22:12:47 +00:00
PCHWriterDecl.cpp Patch to implement rewriting of properties. 2010-01-21 17:36:00 +00:00
PCHWriterStmt.cpp Preserve type source information in compound literal expressions. 2010-01-18 19:35:47 +00:00
PlistDiagnostics.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
PrintParserCallbacks.cpp Implement instantiation of AsmStmts (Crazy, I know) 2010-01-24 05:50:09 +00:00
PrintPreprocessedOutput.cpp Avoid an instantiation of std::sort. 2010-01-19 17:42:20 +00:00
RewriteMacros.cpp Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
RewriteObjC.cpp Added assert to the rewrite. 2010-01-26 20:37:44 +00:00
RewriteTest.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
StmtXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +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 Print fix-it hints properly around tabs, from Christian Adåker! 2010-01-18 19:28:01 +00:00
TypeXML.cpp Use the llvm coding convention for indentation for switch. 2010-01-20 02:03:14 +00:00
VerifyDiagnosticsClient.cpp Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Warnings.cpp switch -Werror/-Wfatal-errors error conditions to use diagnostics instead 2009-12-23 18:53:37 +00:00