.. |
ASTConsumers.cpp
|
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
|
2011-11-18 00:26:59 +00:00 |
ASTMerge.cpp
|
Use variable in place of multiple CI.getFrontendOpts() calls and use a bit
|
2012-02-04 01:36:04 +00:00 |
ASTUnit.cpp
|
[libclang] Make sure we don't ever leave a StoredDiagnostic associated with
|
2012-02-01 19:54:02 +00:00 |
CMakeLists.txt
|
Introduce a -cc1 option "-dependency-graphviz" that determines header
|
2012-02-02 00:54:52 +00:00 |
CacheTokens.cpp
|
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
2011-07-23 10:55:15 +00:00 |
ChainedDiagnosticConsumer.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:48:34 +00:00 |
ChainedIncludesSource.cpp
|
Rework the external Sema source's ReadMethodPool() so that it doesn't
|
2012-01-25 00:49:42 +00:00 |
CompilerInstance.cpp
|
Rename -dependency-graphviz to -dependencncy-dot
|
2012-02-02 23:45:13 +00:00 |
CompilerInvocation.cpp
|
Clang has existing support for debuggers that
|
2012-02-04 01:29:37 +00:00 |
CreateInvocationFromCommandLine.cpp
|
Let CompilerInvocation initialization indicate failure
|
2011-12-23 03:05:38 +00:00 |
DependencyFile.cpp
|
Delete the depfile if we could not open a header file. We cannot
|
2011-11-21 00:01:14 +00:00 |
DependencyGraph.cpp
|
Rename -dependency-graphviz to -dependencncy-dot
|
2012-02-02 23:45:13 +00:00 |
DiagnosticRenderer.cpp
|
Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace.
|
2012-01-25 06:07:15 +00:00 |
FrontendAction.cpp
|
Introduce module attributes into the module map grammar, along with a
|
2012-01-27 19:52:33 +00:00 |
FrontendActions.cpp
|
Back out my heinous hack that tricked the module generation mechanism
|
2012-02-02 18:42:48 +00:00 |
FrontendOptions.cpp
|
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
2011-07-23 10:55:15 +00:00 |
HeaderIncludeGen.cpp
|
Move a method from IdentifierTable.h out of line and remove the SmallString include.
|
2012-02-04 13:45:25 +00:00 |
InitHeaderSearch.cpp
|
Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain
|
2012-02-03 01:01:20 +00:00 |
InitPreprocessor.cpp
|
Some improvements to the handling of C11 atomic types:
|
2012-01-16 17:27:18 +00:00 |
LangStandards.cpp
|
Remove unnecessary default cases in switches over enums.
|
2012-01-17 02:30:50 +00:00 |
LayoutOverrideSource.cpp
|
Make sure that the layout-override parser grabs the size, not the data
|
2012-02-03 19:31:51 +00:00 |
LogDiagnosticPrinter.cpp
|
Remove unnecessary default cases in switches over enums.
|
2012-01-17 02:30:50 +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
|
ArrayRef goodness in MultiplexConsumer, no functionality change.
|
2012-02-04 05:23:00 +00:00 |
PrintPreprocessedOutput.cpp
|
Remove Diagnostic.h include from Preprocessor.h.
|
2012-02-04 13:02:15 +00:00 |
SerializedDiagnosticPrinter.cpp
|
Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics
|
2011-12-17 05:26:11 +00:00 |
TextDiagnostic.cpp
|
Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which handles
|
2011-12-17 05:26:04 +00:00 |
TextDiagnosticBuffer.cpp
|
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
|
2011-09-29 00:38:00 +00:00 |
TextDiagnosticPrinter.cpp
|
Persist the TextDiagnostic object across multiple diagnostics as long as
|
2011-10-16 02:57:39 +00:00 |
VerifyDiagnosticConsumer.cpp
|
Extract the (InputKind, std::string) pair used to describe inputs to
|
2012-01-20 16:28:04 +00:00 |
Warnings.cpp
|
Fix 80-column violation.
|
2012-01-31 19:31:12 +00:00 |