llvm-project/clang/lib
Benjamin Kramer d6bbee73ee [VFS] Fix the windows build by including the right headers.
llvm-svn: 249319
2015-10-05 14:06:36 +00:00
..
ARCMigrate Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
AST Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid(). 2015-10-03 05:15:57 +00:00
ASTMatchers SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
Analysis Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid(). 2015-10-03 05:15:57 +00:00
Basic [VFS] Fix the windows build by including the right headers. 2015-10-05 14:06:36 +00:00
CodeGen [OpenCL] Fix casting a true boolean to an integer vector. 2015-10-05 11:27:41 +00:00
Driver The Driver does not set the +strict-align flag when targeting 2015-10-05 12:45:10 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format Add -f[no-]declspec to control recognition of __declspec as a keyword 2015-10-04 17:51:05 +00:00
Frontend Use llvm::errc instead of std::errc. 2015-10-05 11:49:35 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [Headers][X86] Fix stream_load (movntdqa) to accept const*. 2015-10-02 23:29:26 +00:00
Index Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Lex SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
Parse Add -f[no-]declspec to control recognition of __declspec as a keyword 2015-10-04 17:51:05 +00:00
Rewrite Make local function isWhitespaceExceptNL static instead of in anonymous namespace 2015-07-28 04:54:03 +00:00
Sema SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
Serialization Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
StaticAnalyzer SourceRanges are small and trivially copyable, don't them by reference. 2015-10-04 04:53:55 +00:00
Tooling Fix bad iterator access. 2015-09-23 12:47:50 +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