.. |
ASTConsumers.cpp
|
handle labeldecls.
|
2011-02-18 00:52:55 +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
|
Preserve what the user passed to -include when emitting .d files. Fixes PR8974!
|
2011-02-23 21:16:44 +00:00 |
BoostConAction.cpp
|
Another chunk of the new RecursiveASTVisitor implementation: switch the return
|
2010-06-10 10:31:57 +00:00 |
CMakeLists.txt
|
Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.
|
2011-02-11 23:46:38 +00:00 |
CacheTokens.cpp
|
Introduced raw_identifier token kind.
|
2010-12-22 08:23:18 +00:00 |
CompilerInstance.cpp
|
Re-instate r125819 and r125820 with no functionality change
|
2011-02-19 23:03:58 +00:00 |
CompilerInvocation.cpp
|
[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.
|
2011-02-28 01:26:57 +00:00 |
DeclXML.cpp
|
Add declarations nested in a linkage specification to the output of
|
2010-10-18 14:35:28 +00:00 |
DependencyFile.cpp
|
fix clang -MM output to escape spaces in filenames. This seems to be
|
2011-02-17 02:14:49 +00:00 |
DiagChecker.cpp
|
Another step in the process of making the parser depend on Sema:
|
2010-08-20 18:27:03 +00:00 |
DocumentXML.cpp
|
Teach NestedNameSpecifier to keep track of namespace aliases the same
|
2011-02-24 02:36:08 +00:00 |
FrontendAction.cpp
|
Finish up the diagnostic client before we've torn down the ASTReader,
|
2011-02-09 18:47:31 +00:00 |
FrontendActions.cpp
|
Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful
|
2011-02-17 19:04:40 +00:00 |
FrontendOptions.cpp
|
Driver, Frontend: add CUDA language support
|
2010-12-01 03:15:20 +00:00 |
HeaderIncludeGen.cpp
|
Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with
|
2011-02-03 03:45:00 +00:00 |
InitHeaderSearch.cpp
|
Remove the storage for -cxx-system-include. Make libcxx toolchain
|
2011-02-22 15:19:35 +00:00 |
InitPreprocessor.cpp
|
Reimplement DefineTypeSize in terms of APInt. This eliminates some
|
2011-02-24 06:54:56 +00:00 |
LangStandards.cpp
|
rename llvm::llvm_report_error -> llvm::report_fatal_error
|
2010-04-07 22:58:06 +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 -add-plugin flag, which runs plugins in addition to codegen.
|
2011-01-25 20:34:14 +00:00 |
PrintPreprocessedOutput.cpp
|
Frontend: Factor out header include dumping (-H) into its own preprocessor
|
2011-02-02 15:41:17 +00:00 |
StmtXML.cpp
|
Give some convenient idiomatic accessors to Stmt::child_range and
|
2011-02-13 04:07:26 +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
|
Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error.
|
2011-02-25 01:28:26 +00:00 |
TypeXML.cpp
|
Change QualType::getTypePtr() to return a const pointer, then change a
|
2011-01-19 06:33:43 +00:00 |
VerifyDiagnosticsClient.cpp
|
Switch the VerifyDiagnosticsClient to use PresumedLocs now that they
|
2011-02-23 00:47:48 +00:00 |
Warnings.cpp
|
Add an option -fshow-overloads=best|all to limit the number of overload
|
2010-06-11 05:57:47 +00:00 |