llvm-project/clang/lib
Argyrios Kyrtzidis b26a24cca2 [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for
the receiver of an ObjC message expression.

rdar://12578643

llvm-svn: 167201
2012-11-01 02:01:34 +00:00
..
ARCMigrate Move PreprocessorOptions into the Lex library, and make it intrusively 2012-10-24 17:01:35 +00:00
AST [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for 2012-11-01 02:01:34 +00:00
ASTMatchers Implement descendant matchers for NestedNamespecifiers 2012-10-30 15:42:00 +00:00
Analysis Fix potential null deference in CFG printer. 2012-10-12 22:56:31 +00:00
Basic isLegalUTF8() was giving the wrong answer 2012-10-30 23:50:26 +00:00
CodeGen ARM AAPCS-VFP: fix tracking of allocated VFP registers. 2012-10-31 19:02:26 +00:00
Driver [driver] Remove an extra space with the -iprefix option, so that 2012-10-31 21:08:30 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend [PCH] Remove the stat cache from the PCH file. 2012-10-31 20:59:50 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers Add "static" to some functions in altivec.c where it was missing. 2012-10-31 18:17:07 +00:00
Lex Handle string encoding diagnostics when there are too many invalid ranges. 2012-10-30 23:22:22 +00:00
Parse If skipping bodies is enabled outside code-completion, just skip the body directly 2012-10-31 17:29:28 +00:00
Rewrite Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
Sema Correctly reject gotos in function-level try blocks. PR14225. 2012-10-31 23:55:28 +00:00
Serialization [PCH] Remove the stat cache from the PCH file. 2012-10-31 20:59:50 +00:00
StaticAnalyzer [analyzer] Fix typo in r167186. 2012-11-01 00:25:15 +00:00
Tooling Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00