llvm-project/clang/lib
Anders Waldenborg b09075a240 clang-format: Add space in function pointers with SpaceBeforeParens=Always
"void (*my_function)(void)" should become "void (*my_function) (void)" when
SpaceBeforeParens is set to 'Always'

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

llvm-svn: 237704
2015-05-19 16:54:26 +00:00
..
ARCMigrate Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion. 2015-05-04 03:15:40 +00:00
AST [AST] Put VarDeclBitfields on a diet 2015-05-19 00:57:16 +00:00
ASTMatchers Add conversionDecl matcher for node CXXConversionDecl. 2015-04-20 20:58:50 +00:00
Analysis Wrap to 80 columns. No behavior change. 2015-05-18 02:41:17 +00:00
Basic [modules] Retain the name as written for umbrella headers and directories, rather than converting to an absolute path. No observable change expected, but this allows us to correctly compute the module for an umbrella header, which later changes will require. 2015-05-16 02:28:53 +00:00
CodeGen [OPENMP] Fixed codegen for copying/initialization of array variables/parameters. 2015-05-19 12:31:28 +00:00
Driver [clang-cl] Enable C++14 when targeting 2015 compatibility 2015-05-18 04:49:30 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format clang-format: Add space in function pointers with SpaceBeforeParens=Always 2015-05-19 16:54:26 +00:00
Frontend [modules] Move implicit creation of ImportDecls for #includes transformed into module imports from the frontend into Sema where it belongs. 2015-05-18 05:35:52 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [X86] Add _mm_broadcastsd_pd intrinsic 2015-05-19 14:49:14 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex [modules] When a file is listed as a non-textual header in a module map, don't 2015-05-18 20:02:41 +00:00
Parse [modules] Support for merging a parsed class template specialization definition into an imported but hidden definition. 2015-05-18 20:36:47 +00:00
Rewrite Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
Sema [OPENMP] Prohibit VLAs in 'private/firstprivate' clauses of 'task' directive. 2015-05-19 08:44:56 +00:00
Serialization [AST] Put VarDeclBitfields on a diet 2015-05-19 00:57:16 +00:00
StaticAnalyzer Add a missing forward def of CheckerManager. NFC. 2015-04-17 17:00:16 +00:00
Tooling Fix bug in Replacement's toString on Windows (missing flush). 2015-04-20 06:58:56 +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