llvm-project/clang/lib
Simon Pilgrim 27cc054b1c Fix spelling mistake - paramater -> parameter. NFCI.
llvm-svn: 295183
2017-02-15 15:12:06 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST Fix spelling mistake - paramater -> parameter. NFCI. 2017-02-15 15:12:06 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis Make helpers static. NFC. 2017-02-11 12:21:17 +00:00
Basic Add a definition for __STRUCT_PARM_ALIGN__ for elfv2 and 64-bit darwin platforms to match what other compilers produce. 2017-02-15 07:50:11 +00:00
CodeGen Fix spelling mistake - paramater -> parameter. NFCI. 2017-02-15 15:12:06 +00:00
Driver [XRAY][MIPS] Add -fxray-instrument for mips/mipsel/mips64/mips64el 2017-02-15 10:41:38 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: don't break code using __has_include, PR31908 2017-02-10 19:36:52 +00:00
Frontend Stop asserting when a meaningless -std= flag is passed for a non-compilation 2017-02-14 23:41:38 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers Fix some warnings in intrin.h 2017-02-14 18:38:19 +00:00
Index [index] Provide a more general index::generateUSRForMacro() that doesn't depend on having a PreprocessingRecord. 2017-02-02 16:13:10 +00:00
Lex Remove unnecessary std::string construction 2017-02-14 18:38:40 +00:00
Parse Remove unused variable. No functional change. 2017-02-14 23:56:55 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Fix spelling mistake - paramater -> parameter. NFCI. 2017-02-15 15:12:06 +00:00
Serialization Delete useless / in comment. NFC. 2017-02-14 05:52:57 +00:00
StaticAnalyzer [analyzer] Fix an assertion fail in CStringSyntaxChecker. 2017-02-02 08:20:54 +00:00
Tooling clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle 2017-01-17 00:12:27 +00:00
CMakeLists.txt