- Sep 13, 2011
-
-
Douglas Gregor authored
but there is a corresponding umbrella header in a framework, build the module on-the-fly so it can be immediately loaded at the import statement. This is very much proof-of-concept code, with details to be fleshed out over time. llvm-svn: 139558
-
John McCall authored
modernization. No functionality change. llvm-svn: 139555
-
Chad Rosier authored
behavior. rdar://10110352 and PR10908 llvm-svn: 139551
-
Anna Zaks authored
llvm-svn: 139550
-
Caitlin Sadowski authored
llvm-svn: 139548
-
Argyrios Kyrtzidis authored
a DeclRefExpr, MemberExpr, etc. with a CastExpr if it is ImplicitCast, since the implicit cast is the one that is invisible in source code. llvm-svn: 139547
-
- Sep 12, 2011
-
-
Anna Zaks authored
llvm-svn: 139543
-
Anna Zaks authored
llvm-svn: 139540
-
Douglas Gregor authored
where the compiler will look for module files. Eliminates the egregious hack where we looked into the header search paths for modules. llvm-svn: 139538
-
Douglas Gregor authored
llvm-svn: 139523
-
Devang Patel authored
llvm-svn: 139521
-
Richard Trieu authored
llvm-svn: 139520
-
Douglas Gregor authored
llvm-svn: 139519
-
Anna Zaks authored
llvm-svn: 139516
-
Devang Patel authored
llvm-svn: 139514
-
Devang Patel authored
llvm-svn: 139513
-
Argyrios Kyrtzidis authored
modifying directly for the preamble. This avoids an awful, hard to find, bug where "PreprocessorOpts.DisablePCHValidation = true" would be persistent for subsequent reparses of the translation unit which would result in defines, present in command-line but not in the PCH, being ignored. Fixes rdar://9615399. llvm-svn: 139512
-
Argyrios Kyrtzidis authored
which when set it determines the trial number after which the remapping of files should take effect. llvm-svn: 139511
-
Richard Trieu authored
llvm-svn: 139510
-
-
Anna Zaks authored
llvm-svn: 139508
-
Anna Zaks authored
[analyzer] Fix a new failure encountered while building Adium exposed as a result of r138196(radar://10087620). ObjectiveC property of type int has a value of type ObjCPropRef, which is a Loc. llvm-svn: 139507
-
Anna Zaks authored
llvm-svn: 139506
-
Devang Patel authored
llvm-svn: 139502
-
Douglas Gregor authored
llvm-svn: 139499
-
Douglas Gregor authored
declaration may be the first declaration, we want the ability to that declaration to be marked module-private. llvm-svn: 139497
-
Douglas Gregor authored
Only predefine the OBJC_ZEROCOST_EXCEPTIONS macro if Objective-C exceptions are turned on. Fixes PR10910. llvm-svn: 139496
-
Hans Wennborg authored
Fixes PR10898. The warning should be silent when there are parenthesis around the condition expression. llvm-svn: 139492
-
- Sep 10, 2011
-
-
Benjamin Kramer authored
llvm-svn: 139474
-
Fariborz Jahanian authored
test case having instancetype. Fix in rewriter is unrelated to using of instancetype. Test case uses other feature not yet supported in the rewriter. There is more work to do, but this is an ongoing task and not urgent at this time. llvm-svn: 139473
-
Chris Lattner authored
llvm-svn: 139472
-
John McCall authored
llvm-svn: 139470
-
John McCall authored
Use a more portable heuristic for deciding when to emit a single atomic store; it's possible that I've lost information here, but I'm not sure how much of the logic before was intentionally arch-specific and how much was just not quite consistent. llvm-svn: 139468
-
John McCall authored
llvm-svn: 139466
-
David Blaikie authored
Correctly referring to the null pointer as 'null' not the macro 'NULL' in the boolean conversion diagnostic message. llvm-svn: 139465
-
Julien Lerouge authored
llvm-svn: 139464
-
David Blaikie authored
llvm-svn: 139463
-
John McCall authored
llvm-svn: 139462
-
Richard Trieu authored
llvm-svn: 139461
-
Eli Friedman authored
llvm-svn: 139460
-