hanchenye-llvm-project/clang/lib
Douglas Gregor 2a1d72d078 Teach typo correction not to return the same keyword that matches a
typo. This can happen with context-sensitive keywords like "super",
when typo correction didn't know that "super" wasn't permitted in this
context.

llvm-svn: 117372
2010-10-26 17:18:00 +00:00
..
AST Optimize field space usage in CompoundStmt, LabelStmt, Expr, and CastExpr. 2010-10-26 08:39:16 +00:00
Analysis Added generation of destructors for member constant size arrays. 2010-10-25 07:05:54 +00:00
Basic Update remaining attribute macros to new style. 2010-10-23 08:44:57 +00:00
Checker Fix lazy symbolication bug in RegionStore involving fields of global variables. When invalidated, the entire 2010-10-26 00:06:17 +00:00
CodeGen Add infrastructure for emitting TBAA metadata with the "constant" flag. 2010-10-25 23:51:23 +00:00
Driver Reorganize predefined macros for all Windows targets. 2010-10-21 05:21:48 +00:00
Frontend Put the mechanism in place to track modifications in an AST entity that were committed after 2010-10-24 17:26:36 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers Fix CMake installation of arm_neon.h 2010-10-19 18:06:10 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Update remaining attribute macros to new style. 2010-10-23 08:44:57 +00:00
Parse Parse attributes on enumerators and instantiate attributes on enum decls. 2010-10-22 23:36:17 +00:00
Rewrite More class anonymization. 2010-10-22 16:48:22 +00:00
Sema Teach typo correction not to return the same keyword that matches a 2010-10-26 17:18:00 +00:00
Serialization No really, we don't have a retain/release system for statements/expressions 2010-10-26 07:05:15 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00