llvm-project/clang/lib
Jonathan Coe 9f8a7e82b8 [clang-format] Allow nested [] in C# attributes
Summary: Keep track of unpaired [] when identifying C# attribute lines

Reviewers: krasimir

Reviewed By: krasimir

Subscribers: cfe-commits

Tags: #clang-format, #clang

Differential Revision: https://reviews.llvm.org/D75455
2020-03-03 17:35:09 +00:00
..
ARCMigrate Avoid SourceManager.h include in RawCommentList.h, add missing incs 2020-02-27 13:49:40 -08:00
AST [Sema] Fix a crash when attaching comments to an implicit decl 2020-03-02 16:49:53 -08:00
ASTMatchers [AST Matchers] Fix bug in 'optionally' matcher wherein all previous bindings are cleared when all inner matchers fail. 2020-02-28 13:46:27 -05:00
Analysis Avoid SourceManager.h include in RawCommentList.h, add missing incs 2020-02-27 13:49:40 -08:00
Basic [OPENMP50]Support 'destroy' clause on 'depobj' directives. 2020-03-02 14:40:53 -05:00
CodeGen [OPENMP50]Support 'destroy' clause on 'depobj' directives. 2020-03-02 14:40:53 -05:00
CrossTU [clang] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:27:46 -08:00
DirectoryWatcher Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
Driver [hexagon] Add default paths to support musl target 2020-03-03 08:43:10 -06:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] Allow nested [] in C# attributes 2020-03-03 17:35:09 +00:00
Frontend Revert "[Driver] Default to -fno-common for all targets" 2020-03-03 10:00:36 +00:00
FrontendTool Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Headers [OpenCL] Remove spurious atomic_fetch_min/max builtins 2020-03-02 15:56:48 +00:00
Index Avoid SourceManager.h include in RawCommentList.h, add missing incs 2020-02-27 13:49:40 -08:00
Lex Avoid including FileSystem.h from MemoryBuffer.h 2020-02-29 12:30:23 -08:00
Parse [OPENMP50]Support 'destroy' clause on 'depobj' directives. 2020-03-02 14:40:53 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Revert "[clang] detect switch fallthrough marked by a comment (PR43465)" 2020-03-02 22:33:25 +01:00
Serialization [OPENMP50]Support 'destroy' clause on 'depobj' directives. 2020-03-02 14:40:53 -05:00
StaticAnalyzer [analyzer][taint] Add isTainted debug expression inspection check 2020-03-03 14:40:23 +01:00
Tooling [clang][Syntax] Add spelledTokenAt helper to TokenBuffer 2020-03-03 14:30:41 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00