llvm-project/clang/lib
Krasimir Georgiev a84e78700f [clang-format] Add ext/ to google include categories
Summary: This adds an ext/ header include category for google style.

Reviewers: djasper

Reviewed By: djasper

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D38243

llvm-svn: 314211
2017-09-26 14:58:29 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Allow specifying sanitizers in blacklists 2017-09-25 22:11:12 +00:00
ASTMatchers Add objcImplementationDecl matcher 2017-09-10 21:00:15 +00:00
Analysis Recommit "Add _Float16 as a C/C++ source language type" 2017-09-08 15:15:00 +00:00
Basic Allow specifying sanitizers in blacklists 2017-09-25 22:11:12 +00:00
CodeGen Fix TBAA information for reference accesses 2017-09-26 14:22:48 +00:00
CrossTU Fix implicit-fallthrough warning by adding missing break 2017-09-24 15:17:46 +00:00
Driver [XRay][Driver] Do not link in XRay runtime in shared libs 2017-09-26 03:18:11 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Add ext/ to google include categories 2017-09-26 14:58:29 +00:00
Frontend [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuating BOM presence) 2017-09-20 19:03:37 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers Revert "[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins.", rL314135. 2017-09-25 19:41:56 +00:00
Index [index] Generate class & metaclass manglings for objc 2017-09-22 16:58:57 +00:00
Lex Fixed unused variable warning introduced in r313796 causing build failure 2017-09-20 19:37:37 +00:00
Parse Give external linkage and mangling to lambdas inside inline variables and variable templates. 2017-09-22 04:25:05 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema [OPENMP] Generate implicit map|firstprivate clauses for target-based 2017-09-26 13:47:31 +00:00
Serialization Minor cleanups to address feedback from Bruno. NFC 2017-09-14 23:40:51 +00:00
StaticAnalyzer [analyzer] Fix crash on modeling of pointer arithmetic 2017-09-25 19:32:33 +00:00
Tooling [refactor] Use CommonOptionsParser in clang-refactor 2017-09-14 13:16:14 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00