.. |
ARCMigrate
|
Replace double negation of !FileID.isInvalid() with FileID.isValid().
|
2015-10-03 10:46:20 +00:00 |
AST
|
No functionality change, just fix whitespace, a typo and remove an unnecessary
|
2015-10-18 20:32:12 +00:00 |
ASTMatchers
|
Add decayedType and hasDecayedType AST matchers
|
2015-10-12 21:46:07 +00:00 |
Analysis
|
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups
|
2015-10-06 23:40:43 +00:00 |
Basic
|
Make getTargetBuiltins return an ArrayRef instead of having two out parameters of a pointer and length. NFC
|
2015-10-19 04:51:35 +00:00 |
CodeGen
|
Fix 'will be initialized after' warning.
|
2015-10-19 08:43:46 +00:00 |
Driver
|
Support linking against OpenMP runtime on FreeBSD.
|
2015-10-18 13:32:20 +00:00 |
Edit
|
Replace double negation of !FileID.isInvalid() with FileID.isValid().
|
2015-10-03 10:46:20 +00:00 |
Format
|
clang-format: Extend main header include sorting heuristic to Objective-C files.
|
2015-10-19 01:36:09 +00:00 |
Frontend
|
[Frontend] Name variable correctly.
|
2015-10-17 06:46:39 +00:00 |
FrontendTool
|
Provide a BuryPointer for unique_ptrs.
|
2014-08-29 16:53:14 +00:00 |
Headers
|
[X86] Add fxsr feature name for fxsave/fxrestore builtins.
|
2015-10-16 06:22:36 +00:00 |
Index
|
[VFS] Port SimpleFormatContext to InMemoryFileSystem.
|
2015-10-06 10:23:34 +00:00 |
Lex
|
Refactor module lookup when looking up a header file, and wire through the requesting module. No functionality change.
|
2015-10-16 21:42:56 +00:00 |
Parse
|
[OPENMP] Fix for http://llvm.org/PR25221: Infinite loop while parsing OpenMP directive
|
2015-10-19 06:40:17 +00:00 |
Rewrite
|
Make local function isWhitespaceExceptNL static instead of in anonymous namespace
|
2015-07-28 04:54:03 +00:00 |
Sema
|
No functionality change, just fix whitespace, a typo and remove an unnecessary
|
2015-10-18 20:32:12 +00:00 |
Serialization
|
No functionality change, just fix whitespace, a typo and remove an unnecessary
|
2015-10-18 20:32:12 +00:00 |
StaticAnalyzer
|
Test commit
|
2015-10-16 08:54:23 +00:00 |
Tooling
|
[VFS] Wire up driver VFS through tooling.
|
2015-10-09 13:03:25 +00:00 |
CMakeLists.txt
|
Fix build with various feature flag combinations
|
2014-07-14 22:17:22 +00:00 |
Makefile
|
Make clang's rewrite engine a core feature
|
2014-07-16 16:48:33 +00:00 |