- Nov 01, 2011
-
-
Jakob Stoklund Olesen authored
No test case, spotted by inspection. llvm-svn: 143407
-
Eli Friedman authored
llvm-svn: 143406
-
Devang Patel authored
Patch by Kostya Serebryany. llvm-svn: 143405
-
Matt Beaumont-Gay authored
llvm-svn: 143404
-
Greg Clayton authored
settings. Also fixed an issue where we weren't creating anonymous namepaces correctly: <rdar://problem/10371295> llvm-svn: 143403
-
Jim Ingham authored
before all the modules, which will then crash when the next modules tries to take itself off it. llvm-svn: 143402
-
Tanya Lattner authored
Also revert the change to CREATE_SUBDIRS as this is what caused the CSS to break on the website and generate the much longer URLs. llvm-svn: 143401
-
Matt Beaumont-Gay authored
llvm-svn: 143400
-
Fariborz Jahanian authored
In this case, temporary value is copied into block descriptor as their own copy to work on. // rdar://9971124 llvm-svn: 143399
-
Daniel Dunbar authored
llvm-svn: 143398
-
Daniel Dunbar authored
llvm-svn: 143397
-
Johnny Chen authored
rdar://problem/10373783 llvm-svn: 143396
-
Johnny Chen authored
Radar to be filed soon. llvm-svn: 143395
-
Daniel Dunbar authored
tests. llvm-svn: 143394
-
Jim Ingham authored
llvm-svn: 143393
-
- Oct 31, 2011
-
-
Eli Friedman authored
llvm-svn: 143391
-
Daniel Dunbar authored
llvm-svn: 143390
-
Daniel Dunbar authored
llvm-svn: 143389
-
Daniel Dunbar authored
llvm-svn: 143388
-
Daniel Dunbar authored
llvm-svn: 143387
-
Daniel Dunbar authored
llvm-svn: 143386
-
Daniel Dunbar authored
llvm-svn: 143385
-
Daniel Dunbar authored
llvm-svn: 143384
-
Daniel Dunbar authored
llvm-svn: 143383
-
Daniel Dunbar authored
build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles). llvm-svn: 143382
-
Daniel Dunbar authored
llvm-svn: 143381
-
Daniel Dunbar authored
llvm-svn: 143380
-
Daniel Dunbar authored
llvm-svn: 143379
-
Daniel Dunbar authored
llvm-svn: 143378
-
Daniel Dunbar authored
llvm-svn: 143377
-
Daniel Dunbar authored
llvm-svn: 143376
-
Daniel Dunbar authored
llvm-svn: 143375
-
Eli Friedman authored
Don't try to fold comparisons between the address of an object and an arbitrary integer constant. Fixes regression from r143334. llvm-svn: 143374
-
Ted Kremenek authored
[libclang] Tweak internals of CXSourceLocation to allow an alternate implementation if the lowest bit of ptr_data[0] is not 0. This is prep for work on serialized diagnostics. llvm-svn: 143373
-
Johnny Chen authored
llvm-svn: 143372
-
Sean Callanan authored
detecting Objective-C method calls because the "lldb.call.realName" metadata was no longer being correctly installed. I fixed this problem. llvm-svn: 143371
-
Ted Kremenek authored
[libclang] Move implementation of functions for manipulation CXSourceLocations and CXSourceRanges into a separate file. llvm-svn: 143370
-
Jim Grosbach authored
llvm-svn: 143369
-
Ted Kremenek authored
[libclang] Add CXDiagnosticImpl to represent a super class for the implementation backing a CXDiagnostic. This allows CXStoredDiagnostic to be just one possible implementation of a CXDiagnostic. llvm-svn: 143368
-
Argyrios Kyrtzidis authored
because we don't want to take this performance hit when doing code completion Log of r143342: Move caching of code-completion results from ASTUnit::Reparse to ASTUnit::CodeComplete, so that it will happen when we are doing code-completion, not reparsing. llvm-svn: 143367
-