- Feb 16, 2011
-
-
Zhanyong Wan authored
by kremenek. llvm-svn: 125687
-
Chandler Carruth authored
llvm-svn: 125684
-
Douglas Gregor authored
Fix a thinko with llvm::Optional, which is clearly the most dangerous class template in the universe llvm-svn: 125679
-
Douglas Gregor authored
code-completion results accessed via libclang, to extend the lifetime of the allocator used for cached global code-completion results at least until these completion results are destroyed. Fixes <rdar://problem/8997369>. llvm-svn: 125678
-
Devang Patel authored
If preprocessed token introduced empty filename then use main translation unit's filename for debug info entries. llvm-svn: 125672
-
Douglas Gregor authored
completions. We now compute a hash of the names of all top-level declarations and macro definitions, and invalidate the cache when the hash value changes. llvm-svn: 125670
-
Douglas Gregor authored
llvm-svn: 125669
-
Argyrios Kyrtzidis authored
llvm-svn: 125664
-
John McCall authored
llvm-svn: 125662
-
John McCall authored
llvm-svn: 125661
-
Zhanyong Wan authored
jyasskin and chapuni. llvm-svn: 125657
-
Zhanyong Wan authored
components" and "used libs" arguments of add_clang_unittest(). Reviewed by jyasskin and chapuni. llvm-svn: 125652
-
Ted Kremenek authored
llvm-svn: 125649
-
NAKAMURA Takumi authored
llvm-svn: 125647
-
NAKAMURA Takumi authored
llvm-svn: 125646
-
Nick Lewycky authored
llvm-svn: 125645
-
Francois Pichet authored
llvm-svn: 125644
-
Ken Dyck authored
functionality intended. llvm-svn: 125643
-
Nick Lewycky authored
llvm-svn: 125642
-
Ken Dyck authored
intended. llvm-svn: 125641
-
Ted Kremenek authored
llvm-svn: 125640
-
Ken Dyck authored
intended. llvm-svn: 125639
-
Ken Dyck authored
intended. llvm-svn: 125638
-
Argyrios Kyrtzidis authored
llvm-svn: 125637
-
Argyrios Kyrtzidis authored
NilArgChecker CFNumberCreateChecker NSAutoreleasePoolChecker CFRetainReleaseChecker ClassReleaseChecker llvm-svn: 125636
-
Douglas Gregor authored
be sure to look at all of the Objective-C class declarations within a @class. Fixes <rdar://problem/8876207>. llvm-svn: 125635
-
Devang Patel authored
This patch rewrites r125142. llvm-svn: 125632
-
Douglas Gregor authored
Objective-C, also look in the categories and class extensions of our superclasses. Fixes <rdar://problem/8853540>. llvm-svn: 125628
-
John McCall authored
Nobody ever gave me a clear reason for why we were doing this, and now it's apparently causing serious problems, so if *not* having this causes problems, we get to solve them the right way this time. llvm-svn: 125627
-
Fariborz Jahanian authored
Warning and its note will be ignored in default case. llvm-svn: 125621
-
Fariborz Jahanian authored
llvm-svn: 125619
-
-
Devang Patel authored
C struct arguments do not need this adjustment. This fixes 7 failures in callfuncs.exp from gdb testsuite. llvm-svn: 125615
-
- Feb 15, 2011
-
-
Argyrios Kyrtzidis authored
CastToStructChecker FixedAddressChecker PointerArithChecker PointerSubChecker llvm-svn: 125612
-
Argyrios Kyrtzidis authored
llvm-svn: 125611
-
John McCall authored
llvm-svn: 125609
-
Douglas Gregor authored
prototype, e.g., ^() rather than ^(void). Fixes <rdar://problem/8875712>. llvm-svn: 125608
-
Rafael Espindola authored
better for clang to always compute the right name, but for now this hack fixes PR9177 and lets us build firefox with LTO :-) llvm-svn: 125607
-
John McCall authored
llvm-svn: 125605
-
Douglas Gregor authored
<rdar://problem/8767704>. llvm-svn: 125604
-