.. |
ASTConsumers.cpp
|
Modify some deleted function methods to better reflect reality:
|
2011-05-06 20:44:56 +00:00 |
ASTMerge.cpp
|
Introduce the notion of a "minimal" import of ASTs, to better support LLDB.
|
2011-01-18 03:11:38 +00:00 |
ASTUnit.cpp
|
When we create a precompiled preamble, don't copy the
|
2011-07-01 18:22:13 +00:00 |
BoostConAction.cpp
|
Another chunk of the new RecursiveASTVisitor implementation: switch the return
|
2010-06-10 10:31:57 +00:00 |
CMakeLists.txt
|
Raise the ARCMT functionality in Clang into proper FrontendActions.
|
2011-06-16 16:17:05 +00:00 |
CacheTokens.cpp
|
Make more use of llvm::StringRef in various APIs. In particular, don't
|
2011-06-21 15:13:30 +00:00 |
CompilerInstance.cpp
|
avoid using config.h in public headers
|
2011-06-23 12:20:57 +00:00 |
CompilerInvocation.cpp
|
Call objc_terminate() instead of abort() when a cleanup throws an
|
2011-07-06 01:22:26 +00:00 |
CreateInvocationFromCommandLine.cpp
|
Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase,
|
2011-05-21 19:15:39 +00:00 |
DependencyFile.cpp
|
Fixes a crash when generating dependency file stuff
|
2011-04-15 18:49:23 +00:00 |
FrontendAction.cpp
|
[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager
|
2011-06-18 00:53:41 +00:00 |
FrontendActions.cpp
|
Remove the AST printer (-ast-print-xml), which is too incomplete and
|
2011-03-07 01:03:30 +00:00 |
FrontendOptions.cpp
|
Driver, Frontend: add CUDA language support
|
2010-12-01 03:15:20 +00:00 |
HeaderIncludeGen.cpp
|
Fix -H. It was pretty broken.
|
2011-04-14 14:07:45 +00:00 |
InitHeaderSearch.cpp
|
Update header-search paths for MinGW, from Ruben Van Boxem
|
2011-07-05 14:16:05 +00:00 |
InitPreprocessor.cpp
|
Change the driver's logic about Objective-C runtimes: abstract out a
|
2011-07-06 00:26:06 +00:00 |
LangStandards.cpp
|
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
2010-04-07 22:58:06 +00:00 |
LogDiagnosticPrinter.cpp
|
Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
|
2011-05-05 02:12:02 +00:00 |
Makefile
|
BUILD_ARCHIVE is the default for libraries, no need to set it.
|
2010-07-18 00:14:47 +00:00 |
MultiplexConsumer.cpp
|
Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost.
|
2011-04-29 08:19:30 +00:00 |
PrintPreprocessedOutput.cpp
|
Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!
|
2011-06-22 19:41:48 +00:00 |
TextDiagnosticBuffer.cpp
|
Since multiple diagnostics can share one diagnostic client, have the client keeping track
|
2010-11-18 20:06:46 +00:00 |
TextDiagnosticPrinter.cpp
|
Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes.
|
2011-06-28 05:11:33 +00:00 |
VerifyDiagnosticsClient.cpp
|
Switch the VerifyDiagnosticsClient to use PresumedLocs now that they
|
2011-02-23 00:47:48 +00:00 |
Warnings.cpp
|
Don't warn about -Wno-foo where foo is an unknown warning option. Explicitly
|
2011-06-03 18:30:50 +00:00 |