- Feb 16, 2011
-
-
Zhanyong Wan authored
by kremenek. llvm-svn: 125687
-
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
-
John McCall authored
llvm-svn: 125662
-
John McCall authored
llvm-svn: 125661
-
Ted Kremenek authored
llvm-svn: 125649
-
Nick Lewycky authored
llvm-svn: 125645
-
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
-
Rafael Espindola authored
llvm-svn: 125601
-
Argyrios Kyrtzidis authored
llvm-svn: 125599
-
Argyrios Kyrtzidis authored
CStringChecker ChrootChecker MallocChecker PthreadLockChecker StreamChecker UnreachableCodeChecker MallocChecker creates implicit dependencies between checkers and needs to be handled differently. llvm-svn: 125598
-
Rafael Espindola authored
Original patch by Jonas Bülow. llvm-svn: 125597
-
Douglas Gregor authored
separately handle the case of a local declaration-specifier list, including all types in the set of options. Fixes <rdar://problem/8790735> and <rdar://problem/8662831>. llvm-svn: 125594
-
Peter Collingbourne authored
options, enabled OpenCL extensions and default FP_CONTRACT setting. llvm-svn: 125589
-
Peter Collingbourne authored
llvm-svn: 125588
-
Douglas Gregor authored
by the code completion token, treat this as a class message send where the opening square bracket is missing. Fixes <rdar://problem/6970911>. llvm-svn: 125587
-