.. |
Builtins.cpp
|
Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.
|
2013-07-11 16:53:04 +00:00 |
CMakeLists.txt
|
<rdar://problem/13358795> Teach CMake to check Subversion version information at build time, not configure time.
|
2013-03-25 23:16:38 +00:00 |
CharInfo.cpp
|
CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.
|
2013-02-08 22:37:49 +00:00 |
Diagnostic.cpp
|
Revert r177218.
|
2013-05-03 23:20:27 +00:00 |
DiagnosticIDs.cpp
|
Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
|
2013-07-19 03:59:51 +00:00 |
FileManager.cpp
|
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.
|
2013-07-04 03:08:24 +00:00 |
FileSystemStatCache.cpp
|
Update for llvm API change.
|
2013-07-16 19:44:23 +00:00 |
IdentifierTable.cpp
|
cleanup (address some more review comments for r183474):
|
2013-06-10 21:36:55 +00:00 |
LangOptions.cpp
|
Add a *San + modules FIXME.
|
2013-02-07 01:09:29 +00:00 |
Makefile
|
Use tabs instead of spaces.
|
2012-03-02 16:06:37 +00:00 |
Module.cpp
|
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size.
|
2013-07-08 03:55:09 +00:00 |
ObjCRuntime.cpp
|
Add the ObjFW runtime. Patch by Jonathan Schleifer!
|
2012-07-12 02:07:58 +00:00 |
OpenMPKinds.cpp
|
OpenMP: basic support for #pragma omp parallel
|
2013-07-19 03:13:43 +00:00 |
OperatorPrecedence.cpp
|
Replace C++0x in a comment with C++11
|
2013-07-14 17:04:56 +00:00 |
SourceLocation.cpp
|
PR14581: Make SourceLocation::printToString work, or it will always return an empty string.
|
2012-12-12 14:17:17 +00:00 |
SourceManager.cpp
|
Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID().
|
2013-06-07 17:57:59 +00:00 |
TargetInfo.cpp
|
Driver: Push triple objects around instead of going to std::string all the time.
|
2013-06-29 16:37:14 +00:00 |
Targets.cpp
|
[SystemZ] Add -march= command-line option
|
2013-07-19 16:51:51 +00:00 |
TokenKinds.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Version.cpp
|
<rdar://problem/13358795> Teach CMake to check Subversion version information at build time, not configure time.
|
2013-03-25 23:16:38 +00:00 |
VersionTuple.cpp
|
Include llvm::Optional in clang/Basic/LLVM.h
|
2013-02-20 22:23:23 +00:00 |