llvm-project/clang/lib
Matt Arsenault 43cfcbca3f Use else if when checking multiple attributes.
Only one of these can really match.

llvm-svn: 223489
2014-12-05 18:03:55 +00:00
..
ARCMigrate clang-format a recent commit I made 2014-11-19 05:48:40 +00:00
AST This patch fixes a crash involving use of predefined 2014-12-02 18:42:51 +00:00
ASTMatchers Make the function pointer a template argument instead of a runtime value. 2014-12-01 14:46:14 +00:00
Analysis When checking for uninitialized values, do not confuse "std::move" with every 2014-11-27 01:29:32 +00:00
Basic Have the driver and the target code agree on what the default ABI 2014-12-05 01:06:59 +00:00
CodeGen [OPENMP] Codegen for 'omp barrier' directive. 2014-12-05 04:09:23 +00:00
Driver Driver: Objective-C should respect -fno-exceptions 2014-12-05 08:56:55 +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: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS. 2014-12-05 10:42:21 +00:00
Frontend Use isOSBinFormatMachO() instead of comparing the object format 2014-12-05 00:22:48 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Implement __umulh with __int128 arithmetic 2014-12-03 23:36:14 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex Modify __has_attribute so that it only looks for GNU-style attributes. Removes the ability to look for generic attributes and keywords via this macro, which has the potential to be a breaking change. However, since there is __has_cpp_attribute and __has_declspec_attribute, and given the limited usefulness of querying a generic attribute name regardless of syntax, this seems like the correct path forward. 2014-12-05 15:24:55 +00:00
Parse Parse qualifiers after comma in declarator lists as a Microsoft extension 2014-12-04 23:31:08 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Use else if when checking multiple attributes. 2014-12-05 18:03:55 +00:00
Serialization Temporarily reverting r223443 due to bot breakage. 2014-12-05 14:52:04 +00:00
StaticAnalyzer Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Tooling Make ArgumentsAdjuster an std::function. 2014-12-03 17:53:02 +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