..
ASTConsumers.cpp
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
2010-02-11 01:04:33 +00:00
ASTMerge.cpp
Implement basic support for merging function declarations across
2010-02-10 19:54:31 +00:00
ASTUnit.cpp
ASTUnit: Ensure the CompilerInvocation object used in LoadFromCommandLine is
2010-01-30 21:47:16 +00:00
AnalysisConsumer.cpp
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
2010-02-05 02:06:54 +00:00
Backend.cpp
Tweak inliner thresholds to match llvm-gcc, see r95321.
2010-02-05 07:32:37 +00:00
CMakeLists.txt
Introduce a testbed for merging multiple ASTs into a single AST
2010-02-09 19:21:46 +00:00
CacheTokens.cpp
Use the llvm coding convention for indentation for switch.
2010-01-20 02:03:14 +00:00
CompilerInstance.cpp
CompilerInstance: Change to not contain the CompilerInvocation object.
2010-01-30 21:47:07 +00:00
CompilerInvocation.cpp
Check in the beginnings of my new vtable layout builder idea.
2010-02-11 08:02:13 +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
clang -cc1: Wire up -emit-obj, for emitting object files.
2010-02-03 01:18:43 +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
Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes
2010-02-10 18:49:11 +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
Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>.
2010-02-11 00:53:01 +00:00
PCHReaderDecl.cpp
Use the allocator associated with ASTContext to allocate the args
2010-02-11 07:31:47 +00:00
PCHReaderStmt.cpp
Roll r95513 back in.
2010-02-07 06:32:43 +00:00
PCHWriter.cpp
clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing.
2010-02-10 18:48:44 +00:00
PCHWriterDecl.cpp
Keep track of whether a tag was defined in a declarator vs. being
2010-02-08 22:07:33 +00:00
PCHWriterStmt.cpp
Roll r95513 back in.
2010-02-07 06:32:43 +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
Add attributes to namespace decls.
2010-02-07 01:09:23 +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
Eliminate a bunch of unnecessary ASTContexts from members functions of
2010-02-11 01:19:42 +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