llvm-project/clang/include/clang
Antonio Maiorano 3adfb6a3ee clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle
Change the contract of GetStyle so that it returns an error when an error occurs
(i.e. when it writes to stderr), and only returns the fallback style when it
can't find a configuration file.

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

llvm-svn: 292174
2017-01-17 00:12:27 +00:00
..
ARCMigrate [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST Implement DR1265 (wg21.link/cwg1265). 2017-01-13 02:22:01 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis Fix printf specifier handling: invalid specifier should not be marked as "consuming data arguments" 2016-12-15 18:54:00 +00:00
Basic fix a few typo in the doc but also in the clang messages 2017-01-14 11:41:45 +00:00
CodeGen CodeGen: plumb header search down to the IAS 2017-01-05 16:02:32 +00:00
Config [Driver] Allow setting the default linker during build 2016-12-14 16:46:50 +00:00
Driver fix a few typo in the doc but also in the clang messages 2017-01-14 11:41:45 +00:00
Edit [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Format clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle 2017-01-17 00:12:27 +00:00
Frontend PCH: fix a regression that reports a module is defined in both pch and pcm. 2017-01-09 19:20:18 +00:00
FrontendTool
Index [index] Introduce symbol subkinds to mark an accessor getter or setter. 2017-01-11 21:42:48 +00:00
Lex [Modules] Support #import when entering files with modules 2017-01-11 02:14:51 +00:00
Parse Remove a couple of parameters that are always false. 2017-01-10 22:59:18 +00:00
Rewrite Use StringRef for MemoryBuffer identifier API (NFC) 2016-10-01 16:38:28 +00:00
Sema Give more accurate descriptions of what kind of template we found in diagnostics. 2017-01-14 02:19:59 +00:00
Serialization [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 2017-01-10 18:08:18 +00:00
StaticAnalyzer [analyzer] Add LocationContext as a parameter to checkRegionChanges 2017-01-13 00:50:57 +00:00
Tooling Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
CMakeLists.txt Fixed bug 2016-05-31 15:56:26 +00:00
module.modulemap Add another .def file to module map to fix modules buildbot's displeasure. 2016-10-06 21:31:04 +00:00