.. |
ASTConsumers.cpp
|
[C++11] Use 'nullptr'. Frontend edition.
|
2014-05-22 04:46:25 +00:00 |
ASTMerge.cpp
|
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with iterator_range decls(). The same is true for the noload versions of these APIs. Updating all of the usages of the iterators with range-based for loops.
|
2014-03-07 19:56:05 +00:00 |
ASTUnit.cpp
|
Remove unused sys/stat.h includes
|
2014-07-07 08:37:15 +00:00 |
CMakeLists.txt
|
Frontend: Add a CC1 flag to dump module dependencies to a directory
|
2014-06-19 19:36:03 +00:00 |
CacheTokens.cpp
|
Improve memory ownership of vfs::Files in the FileSystemStatCache by using std::unique_ptr
|
2014-07-08 15:46:02 +00:00 |
ChainedDiagnosticConsumer.cpp
|
…
|
|
ChainedIncludesSource.cpp
|
Move ChainedIncludesSource into the implementation
|
2014-07-07 11:07:10 +00:00 |
CompilerInstance.cpp
|
Peel away old-style file remapping typedefs and cruft
|
2014-07-07 07:47:20 +00:00 |
CompilerInvocation.cpp
|
Update for llvm api change.
|
2014-07-06 17:43:24 +00:00 |
CreateInvocationFromCommandLine.cpp
|
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
|
2014-07-05 03:08:06 +00:00 |
DependencyFile.cpp
|
Consider module depedencies when checking a preamble in libclang
|
2014-06-30 20:04:14 +00:00 |
DependencyGraph.cpp
|
[C++11] Use 'nullptr'. Frontend edition.
|
2014-05-22 04:46:25 +00:00 |
DiagnosticRenderer.cpp
|
DiagnosticRenderer: emit basic notes as real diagnostics
|
2014-06-21 23:31:59 +00:00 |
FrontendAction.cpp
|
Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.
|
2014-07-11 15:06:24 +00:00 |
FrontendActions.cpp
|
Refer to error_code with the std prefix.
|
2014-06-12 20:37:59 +00:00 |
FrontendOptions.cpp
|
Remove duplicated case.
|
2013-06-22 16:44:45 +00:00 |
HeaderIncludeGen.cpp
|
clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.
|
2014-07-06 03:04:24 +00:00 |
InitHeaderSearch.cpp
|
Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>
|
2014-06-10 21:07:12 +00:00 |
InitPreprocessor.cpp
|
[x32] Add __ILP32__ macro for ILP32 platforms
|
2014-07-14 09:58:10 +00:00 |
LangStandards.cpp
|
[C++11] Use 'nullptr'. Frontend edition.
|
2014-05-22 04:46:25 +00:00 |
LayoutOverrideSource.cpp
|
…
|
|
LogDiagnosticPrinter.cpp
|
Use PlistSupport in a few more places
|
2014-07-06 04:26:52 +00:00 |
Makefile
|
…
|
|
ModuleDependencyCollector.cpp
|
Frontend: Disentangle removePathTraversal from concatenating paths
|
2014-06-20 03:28:46 +00:00 |
MultiplexConsumer.cpp
|
Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170)
|
2014-05-23 20:37:38 +00:00 |
PrintPreprocessedOutput.cpp
|
Complete the switch from mappings to declarative diagnostic severities
|
2014-06-12 10:15:20 +00:00 |
SerializedDiagnosticPrinter.cpp
|
Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.
|
2014-05-22 19:56:11 +00:00 |
TextDiagnostic.cpp
|
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
|
2014-07-05 03:08:06 +00:00 |
TextDiagnosticBuffer.cpp
|
Support 'remark' in VerifyDiagnosticConsumer
|
2014-05-01 14:06:01 +00:00 |
TextDiagnosticPrinter.cpp
|
Simplify warning flag value handling from r206826
|
2014-07-09 01:37:24 +00:00 |
VerifyDiagnosticConsumer.cpp
|
Provide -verify support to match "any" line for diagnostics in included files.
|
2014-07-10 16:43:29 +00:00 |