llvm-project/clang/lib
Logan Chien 968a21de24 Frontend: Fix typo in comments.
llvm-svn: 224680
2014-12-20 08:51:22 +00:00
..
ARCMigrate Objective-C SDK modernizer. When modernizing an enum to 2014-12-10 18:25:24 +00:00
AST Fix a bunch of integer template argument problems in template type diffing. 2014-12-20 03:03:32 +00:00
ASTMatchers Add voidType() matcher. 2014-12-15 15:09:22 +00:00
Analysis [CallGraph] Make sure the edges are not missed due to re-declarations 2014-12-17 00:34:07 +00:00
Basic Update for llvm front end change and use the TargetOptions struct 2014-12-18 02:23:27 +00:00
CodeGen Tweak the assert in ModuleBuilder from r224533 (PR21989) 2014-12-19 23:35:11 +00:00
Driver Driver: hoist an assertion 2014-12-19 23:56:31 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Fix incorrect detection of ObjC "in" keyword. 2014-12-18 12:11:01 +00:00
Frontend Frontend: Fix typo in comments. 2014-12-20 08:51:22 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Make sure that vec_perm is listed as a static function in altivec.h. 2014-12-10 00:57:43 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Fixed warnings on redefine keywords and reserved ids. 2014-12-18 11:14:21 +00:00
Parse Removing an outdated FIXME; try block attributes are parsed with the rest of the statement attributes (as per the standard), and function-try-blocks may not have attributes. NFC. 2014-12-20 01:54:07 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Fix for PR21758 2014-12-20 02:42:08 +00:00
Serialization Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable. 2014-12-16 08:01:48 +00:00
StaticAnalyzer Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Tooling Make ArgumentsAdjuster an std::function. 2014-12-03 17:53:02 +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