llvm-project/clang/lib
Ed Schouten 9f57805e48 Fix style bug introduced in r183033.
I renamed the function at one point in time, but forgot to fix the
layout of the arguments.

llvm-svn: 183036
2013-05-31 20:12:49 +00:00
..
ARCMigrate Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AST Fix PR16060. 2013-05-30 21:23:15 +00:00
ASTMatchers Add an overridable MatchCallback::onEndOfTranslationUnit() function. 2013-05-28 19:21:51 +00:00
Analysis Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov. 2013-05-20 17:57:55 +00:00
Basic Disable non-standard library builtins in non-gnu language modes. 2013-05-31 16:29:28 +00:00
CodeGen Fix style bug introduced in r183033. 2013-05-31 20:12:49 +00:00
Driver Driver: implement --dyld-prefix option. 2013-05-27 21:40:20 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Improve clang-format's c-style cast detection. 2013-05-31 16:14:28 +00:00
Frontend [modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state. 2013-05-24 05:44:08 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Add arm_neon.h to the builtin intrinsics module map. 2013-05-20 14:07:18 +00:00
Lex [Preprocessor] Prevent expansion of y in x ## y when x is empty 2013-05-25 01:35:18 +00:00
Parse [modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state. 2013-05-24 05:44:08 +00:00
Rewrite Use only explicit bool conversion operator 2013-05-15 07:37:26 +00:00
Sema Fix handling of braced-init-list as reference initializer within aggregate 2013-05-31 02:56:17 +00:00
Serialization [PCH] Fix crash with valid code, related to anonymous field initializers. 2013-05-30 23:59:46 +00:00
StaticAnalyzer [analyzer; new edges] add simplifySimpleBranches() to reduce edges for branches. 2013-05-31 16:56:54 +00:00
Tooling Let clang-format move the cursor appropriately. 2013-05-21 12:21:39 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00