clang/lib
Jordy Rose 3eda6fa901 Only check NSArray/NSDictionary boxing method params once.
Once we've found a "good" method, we don't need to check its argument types
again. (Even if we might have later found a "bad" method, we were already
caching the method we first looked up.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156719 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-12 17:32:56 +00:00
..
ARCMigrate Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. 2012-05-01 02:45:39 +00:00
AST The Lexer constructor expects a source location at the start of the 2012-05-11 21:39:18 +00:00
Analysis Make -Wformat accept printf("%hhx", c); with -funsigned-char 2012-05-08 17:21:31 +00:00
Basic Hexagon V5 FP support. 2012-05-10 20:19:54 +00:00
CodeGen Coerce byval aggregate arguments to integers whose size matches the integer 2012-05-11 21:56:58 +00:00
Driver Hexagon V5 FP support. 2012-05-10 20:19:54 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend For final output files create them with mode 0664 to match other 2012-05-11 00:10:07 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Lex [preprocessor] Make sure that MacroExpands callbacks are always in source order. 2012-05-10 18:57:19 +00:00
Parse Don't crash when using objc boxed expression with parsing error. 2012-05-10 20:02:36 +00:00
Rewrite Modern objective-c translation. Translating default 2012-05-08 23:54:35 +00:00
Sema Only check NSArray/NSDictionary boxing method params once. 2012-05-12 17:32:56 +00:00
Serialization [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit 2012-05-09 16:12:57 +00:00
StaticAnalyzer [analyzer] RetainCountChecker: track ObjC boxed expression objects. 2012-05-12 05:10:43 +00:00
Tooling Fix -Wdelete-non-virtual-dtor in Tooling code. 2012-05-09 18:31:50 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00