.. |
Attributes.cpp
|
Post-commit review coding style change: renaming HasAttribute to hasAttribute. No functional changes.
|
2014-03-31 15:26:40 +00:00 |
Builtins.cpp
|
Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper function. The implementations are identical, except for the format arguments being searched for.
|
2014-01-03 20:10:54 +00:00 |
CMakeLists.txt
|
Reapply r207477 and r207479 without cyclic dependency
|
2014-04-29 16:25:26 +00:00 |
CharInfo.cpp
|
CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.
|
2013-02-08 22:37:49 +00:00 |
Diagnostic.cpp
|
Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert
|
2014-01-26 08:12:32 +00:00 |
DiagnosticIDs.cpp
|
Add support for optimization reports.
|
2014-04-16 16:54:24 +00:00 |
FileManager.cpp
|
[Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening functions.
|
2014-05-05 21:57:46 +00:00 |
FileSystemStatCache.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
IdentifierTable.cpp
|
Fix a typo in r204164 that made *all* keywords available in OpenCL mode.
|
2014-03-18 22:43:19 +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
|
Do not print inferred submodules explicitly in __inferred_module.map
|
2014-04-23 21:10:46 +00:00 |
ObjCRuntime.cpp
|
Add a define for the ObjFW runtime ABI version.
|
2013-09-16 16:31:49 +00:00 |
OpenMPKinds.cpp
|
[OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP clause 'proc_bind'
|
2014-05-06 06:04:14 +00:00 |
OperatorPrecedence.cpp
|
Replace C++0x in a comment with C++11
|
2013-07-14 17:04:56 +00:00 |
SourceLocation.cpp
|
Only mark dump() function definitions 'used' in debug builds
|
2014-01-04 13:47:14 +00:00 |
SourceManager.cpp
|
[Allocator] Make the ContentCache object actually carry the 8-byte
|
2014-04-15 21:34:12 +00:00 |
TargetInfo.cpp
|
Use the new Windows environment for target detection
|
2014-03-27 22:50:18 +00:00 |
Targets.cpp
|
Target: fix wchar_t definition for Windows on ARM
|
2014-05-04 01:56:04 +00:00 |
TokenKinds.cpp
|
Prospective MSVC 2010 build fix
|
2014-01-06 15:52:13 +00:00 |
Version.cpp
|
Remove trailing spaces
|
2014-01-14 10:25:26 +00:00 |
VersionTuple.cpp
|
Include llvm::Optional in clang/Basic/LLVM.h
|
2013-02-20 22:23:23 +00:00 |
VirtualFileSystem.cpp
|
[Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening functions.
|
2014-05-05 21:57:46 +00:00 |
Warnings.cpp
|
Reapply r207477 and r207479 without cyclic dependency
|
2014-04-29 16:25:26 +00:00 |