llvm-project/clang/lib
Douglas Gregor 857bcdaf03 Tweak code completions for Objective-C Key-Value Observing. The
+keyPathsForValuesAffecting<Key> completion was mislabeled as an
instance method, and +automaticallyNotifiesObserversOf<Key> was
missing entirely. Fixes <rdar://problem/9516762>.

llvm-svn: 132452
2011-06-02 04:02:27 +00:00
..
AST Objective-C doesn't consider the use of incomplete types as method 2011-05-27 01:19:52 +00:00
Analysis Utilize PackedVector, introduced with llvm commit r132325. 2011-05-31 03:56:09 +00:00
Basic Add stuff for o32 ABI conformance. 2011-06-02 00:09:17 +00:00
CodeGen Add stuff for o32 ABI conformance. 2011-06-02 00:09:17 +00:00
Driver Add the necessary -L option for finding libprofile_rt.a. It might be a good 2011-06-01 21:37:00 +00:00
Frontend Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. 2011-05-26 20:49:16 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers Add 'may_alias' attribute. Noticed by Eli. 2011-05-13 01:24:00 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Disable MSVC warning about runtime stack overflow for DebugOverflowStack. 2011-05-25 16:15:03 +00:00
Parse Silence sign compare warning. 2011-05-26 21:32:30 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Tweak code completions for Objective-C Key-Value Observing. The 2011-06-02 04:02:27 +00:00
Serialization [PCH] Be conservative and check all the files the PCH references to see if 2011-06-01 05:43:53 +00:00
StaticAnalyzer Tighen analyzer diagnostics w.r.t ObjC/CF leaks. 2011-05-26 18:45:44 +00:00
Tooling This patch implements an AST matching framework that allows to write 2011-05-31 23:49:32 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00