llvm-project/clang/lib
Ben Langmuir acb803e807 Validate user headers even if -fmodules-validate-once-per-build-session
is enabled. Unlike system headers, we want to be more careful about
modifications to user headers, because it's still easy to edit a header
while you're building.

llvm-svn: 221634
2014-11-10 22:13:10 +00:00
..
ARCMigrate Objective-C SDK modernization tool. Use its own option 2014-10-31 21:19:45 +00:00
AST Update fold-expression mangling to match cxx-abi-dev discussion. 2014-11-10 19:44:15 +00:00
ASTMatchers Add valueDecl() matcher. 2014-10-28 13:33:58 +00:00
Analysis Thread Safety Analysis: move warnings on range-based for loops out of beta 2014-11-05 23:09:28 +00:00
Basic Introduce a SanitizerKind enum to LangOptions. 2014-11-07 22:29:38 +00:00
CodeGen ARM ABI: simplify decisions on whether args can be expanded. 2014-11-07 22:30:50 +00:00
Driver AArch64: set all processor features from -arch if nothing else present 2014-11-10 21:17:23 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Fix pointer formatting. 2014-11-10 16:57:30 +00:00
Frontend Introduce a SanitizerKind enum to LangOptions. 2014-11-07 22:29:38 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Add FSGSBASE intrinsics to x86 intrinsic headers. 2014-11-03 06:51:41 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex [c++1z] Support for u8 character literals. 2014-11-08 06:08:42 +00:00
Parse Improve diagnostics if _Noreturn is placed after a function declarator. (This sometimes happens when a macro is used that expands to either the GNU noreturn attribute or _Noreturn.) 2014-11-10 21:10:32 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema [c++1z] N4295: fold-expressions. 2014-11-08 05:07:16 +00:00
Serialization Validate user headers even if -fmodules-validate-once-per-build-session 2014-11-10 22:13:10 +00:00
StaticAnalyzer [c++1z] N4295: fold-expressions. 2014-11-08 05:07:16 +00:00
Tooling [Tooling] Restore current directory after processing each file. 2014-11-10 15:42:31 +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