llvm-project/clang/lib
Martin Probst 2ec2324f3c clang-format: [JS] recognized named functions in AnnotatingParser.
Summary: This also fixes union type formatting in function parameter types.

Before: function x(path: number| string) {}
After: function x(path: number|string) {}

Reviewers: djasper

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D21206

llvm-svn: 272330
2016-06-09 22:49:04 +00:00
..
ARCMigrate Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
AST Fix a crash in the AST dumper. 2016-06-09 22:03:04 +00:00
ASTMatchers Adding an AST matcher to ignore parenthesis in *types* (rather than expressions). This is required for traversing certain types (like function pointer types). 2016-06-06 18:52:17 +00:00
Analysis Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr." 2016-06-09 21:13:39 +00:00
Basic AMDGPU: Verify subtarget specific builtins 2016-06-08 01:56:42 +00:00
CodeGen Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr." 2016-06-09 21:13:39 +00:00
Driver Add a RenderScript language type 2016-06-09 21:57:40 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] recognized named functions in AnnotatingParser. 2016-06-09 22:49:04 +00:00
Frontend [Modules] Improve diagnostics for LockFileManager errors 2016-06-04 01:13:22 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [CUDA] Implement __shfl* intrinsics in clang headers. 2016-06-09 20:04:57 +00:00
Index Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Lex Revert commit r271708 2016-06-04 03:14:43 +00:00
Parse FixIt: use getLocForEndOfToken to insert fix-it after a type name. 2016-06-02 00:11:03 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr." 2016-06-09 21:13:39 +00:00
Serialization Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr." 2016-06-09 21:13:39 +00:00
StaticAnalyzer Prune away some unused using decls. NFC. 2016-06-08 15:34:36 +00:00
Tooling Avoid unnecessary std::string copies. NFC. 2016-05-29 11:04:56 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00