- Jul 09, 2010
-
-
Sebastian Redl authored
llvm-svn: 107993
-
Douglas Gregor authored
spell-checking. By default, spell-checking is enabled for Clang (obviously) but disabled in CIndex for performance reasons. llvm-svn: 107992
-
John Thompson authored
llvm-svn: 107956
-
John Thompson authored
llvm-svn: 107953
-
Sebastian Redl authored
Add a frontend option -chained-pch and don't pass an active PCH reader to the PCH writer if it is not set, preventing creation of chained PCH files. Since the reader is so far unused, effectively no functionality change. llvm-svn: 107936
-
Jordy Rose authored
llvm-svn: 107935
-
Douglas Gregor authored
declarations. llvm-svn: 107933
-
Douglas Gregor authored
selector of an Objective-C method declaration, e.g., given - (int)first:(int)x second:(int)y; this code completion point triggers at the location of "second". It will provide completions that fill out the method declaration for any known method, anywhere in the translation unit. llvm-svn: 107929
-
Sebastian Redl authored
When looking for an entity's Scope, don't consider scopes that can't contain declarations. Fixes PR7594. llvm-svn: 107927
-
Sebastian Redl authored
llvm-svn: 107915
-
- Jul 08, 2010
-
-
Douglas Gregor authored
priority as other constants. And, if we're in a place where we prefer a pointer type, consider "nil" and "NULL" to be close matches. llvm-svn: 107910
-
Douglas Gregor authored
either integer values or other pointers. Fixes <rdar://problem/8134521>. llvm-svn: 107905
-
Eli Friedman authored
involving operator precedence.) llvm-svn: 107902
-
Devang Patel authored
Patch by Alexander Kabaev. PR 7595. llvm-svn: 107900
-
Douglas Gregor authored
a template, be sure to include the template arguments from the injected-class-name. Fixes PR7587. llvm-svn: 107895
-
Argyrios Kyrtzidis authored
Introduce PCHReader::GetTranslationUnitDecl() and use it instead of ReadDeclRecord when initializing. ReadDeclRecord would hit assertion if the translation unit declaration was already loaded during IdentifierInfo initialization. llvm-svn: 107885
-
Argyrios Kyrtzidis authored
llvm-svn: 107884
-
Argyrios Kyrtzidis authored
For TagType and TemplateSpecializationType, isDependent calculation may be invalid because some decls that the calculation is using may still be initializing. Thus, store the isDependent flag to PCH and restore directly to Type. llvm-svn: 107873
-
Argyrios Kyrtzidis authored
llvm-svn: 107872
-
Argyrios Kyrtzidis authored
llvm-svn: 107871
-
Chandler Carruth authored
unknown attributes that we discard. Add a diagnostic group for unknown attribute warnings to allow turning these off when we don't care. Also consolidates the tests for this case. llvm-svn: 107864
-
John McCall authored
as well. llvm-svn: 107858
-
Douglas Gregor authored
suppressing copies of objects with trivial copy constructors. llvm-svn: 107857
-
Chris Lattner authored
was not producing a memcpy with the right address spaces because of two places in it doing casts of the arguments to i8, one of which that didn't preserve the address space. There is also an optimizer bug here. llvm-svn: 107842
-
Douglas Gregor authored
breaking bootstrap on Linux. llvm-svn: 107837
-
Chris Lattner authored
llvm-svn: 107836
-
Sebastian Redl authored
Rip out the C++0x-specific handling of destructor names. The specification is still in flux and unclear, and our interim workaround was broken. Fixes PR7467. llvm-svn: 107835
-
Douglas Gregor authored
typedefs won't have the same canonical declaration (since they are distinct), so we need to check for this case specifically. Fixes <rdar://problem/8018262>. llvm-svn: 107833
-
Douglas Gregor authored
newly-narrowed scope. No functionality change. llvm-svn: 107828
-
Douglas Gregor authored
CXXConstructExpr/CXXTemporaryObjectExpr/CXXNewExpr as appropriate. Fixes PR7556, and provides a slide codegen improvement when copy-initializing a POD class type from a value-initialized temporary. Previously, we weren't eliding the copy. llvm-svn: 107827
-
Nate Begeman authored
llvm-svn: 107824
-
- Jul 07, 2010
-
-
Douglas Gregor authored
llvm-svn: 107790
-
Chris Lattner authored
from PR7583 llvm-svn: 107788
-
Argyrios Kyrtzidis authored
llvm-svn: 107784
-
Argyrios Kyrtzidis authored
Delay passing InterestingDecls to the Consumer until when we know we are not in recursive loading and the declarations are fully initialized. llvm-svn: 107783
-
Argyrios Kyrtzidis authored
llvm-svn: 107773
-
Argyrios Kyrtzidis authored
llvm-svn: 107772
-
Argyrios Kyrtzidis authored
This has 2 (slight) advantages: -Make explicit at getBody()'s callsite that we expect/handle only CompoundStmt and not CXXTryStmt. -Better tracking of Decl::getBody()'s callsites. llvm-svn: 107771
-
Argyrios Kyrtzidis authored
llvm-svn: 107770
-
Argyrios Kyrtzidis authored
llvm-svn: 107769
-