clang-1/lib/Frontend
Daniel Dunbar fb937b8c5f clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101370 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-15 15:06:22 +00:00
..
ASTConsumers.cpp Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. 2010-04-08 02:59:56 +00:00
ASTMerge.cpp Make Diagnostic reference-counted, which is simpler than juggling 2010-04-05 23:52:57 +00:00
ASTUnit.cpp Make Diagnostic reference-counted, which is simpler than juggling 2010-04-05 23:52:57 +00:00
AnalysisConsumer.cpp Add a cc1 option to specify the max number of nodes the analyzer can explore. 2010-04-13 06:44:31 +00:00
CMakeLists.txt Update CMake makefiles 2010-02-25 04:52:01 +00:00
CacheTokens.cpp Make some typedefs private 2010-03-18 07:45:30 +00:00
CodeGenAction.cpp add frontend support for -fdata-sections and -ffunction-sections, 2010-04-13 00:38:24 +00:00
CompilerInstance.cpp Once we've emitted a fatal diagnostic, keep counting errors but with a 2010-04-14 22:19:45 +00:00
CompilerInvocation.cpp clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. 2010-04-15 15:06:22 +00:00
DeclXML.cpp Improve XML output for C++ classes, from Olaf Krzikalla! 2010-03-08 18:51:03 +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 First part of changes to eliminate problems with cv-qualifiers and 2009-11-16 21:35:15 +00:00
FixItRewriter.cpp Teach -fixit to modify all of its inputs instead of just the main file, unless 2010-04-15 06:46:58 +00:00
FrontendAction.cpp Make Diagnostic reference-counted, which is simpler than juggling 2010-04-05 23:52:57 +00:00
FrontendActions.cpp Teach -fixit to modify all of its inputs instead of just the main file, unless 2010-04-15 06:46:58 +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 Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +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 add haiku support, patch by Paul Davey! 2010-04-11 19:29:39 +00:00
InitPreprocessor.cpp When given unsaved files in clang_createTranslationUnitFromSourceFile, 2010-02-27 01:32:48 +00:00
LangStandards.cpp rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:06 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
PCHReader.cpp On Windows, disable the modification-time check for files used in 2010-04-09 15:54:22 +00:00
PCHReaderDecl.cpp Fixes a regression caused by implementing cstyle methods 2010-04-09 15:40:42 +00:00
PCHReaderStmt.cpp Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance 2010-04-13 23:39:13 +00:00
PCHWriter.cpp Rename TypenameType to DependentNameType in anticipation of some 2010-03-31 17:34:00 +00:00
PCHWriterDecl.cpp Implement method type encoding in the presense 2010-04-08 21:29:11 +00:00
PCHWriterStmt.cpp Extend ObjCMessageExpr for class method sends with the source location 2010-03-08 16:40:19 +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 Make CXXScopeSpec invalid when incomplete, and propagate that into any 2010-04-08 16:38:48 +00:00
PrintPreprocessedOutput.cpp Improve line marker directive locations, patch by Jordy Rose 2010-04-14 04:28:50 +00:00
RewriteMacros.cpp Entering the main source file in the preprocessor can fail if the 2010-03-17 15:44:30 +00:00
RewriteObjC.cpp Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance 2010-04-13 23:39:13 +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 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic 2010-04-12 21:53:11 +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 add clang -cc1 level support for "-ferror-limit 42" 2010-04-07 20:37:06 +00:00