- Nov 03, 2009
-
-
Ted Kremenek authored
llvm-svn: 85876
-
Zhongxing Xu authored
llvm-svn: 85875
-
Bob Wilson authored
between ARM/Thumb modes and does not require the low bit of the target address to be set for Thumb. llvm-svn: 85874
-
Jeffrey Yasskin authored
warning from gcc by removing VISIBILITY_HIDDEN attributes. llvm-svn: 85873
-
Ted Kremenek authored
Fix buffer overflow in PrintMacroDefinition() by inverting the check to see if the target buffer needs to be resized. Fixes <rdar://problem/7255377>. llvm-svn: 85872
-
Evan Cheng authored
llvm-svn: 85871
-
Evan Cheng authored
llvm-svn: 85870
-
Evan Cheng authored
llvm-svn: 85869
-
Zhongxing Xu authored
llvm-svn: 85868
-
Ted Kremenek authored
llvm-svn: 85867
-
Chris Lattner authored
llvm-svn: 85866
-
Chris Lattner authored
remove a check of isFreeCall: the argument to free is already nocapture so the generic call code works fine. llvm-svn: 85865
-
Ted Kremenek authored
Fixes: <rdar://problem/7358899> llvm-svn: 85864
-
Chris Lattner authored
llvm-svn: 85863
-
Chris Lattner authored
llvm-svn: 85862
-
Ted Kremenek authored
llvm-svn: 85861
-
Ted Kremenek authored
llvm-svn: 85860
-
Ted Kremenek authored
llvm-svn: 85859
-
Chris Lattner authored
llvm-svn: 85858
-
Nate Begeman authored
llvm-svn: 85857
-
Mike Stump authored
llvm-svn: 85856
-
John McCall authored
it easier to track within Sema whether the parser is parsing a declaration. llvm-svn: 85855
-
John Thompson authored
llvm-svn: 85854
-
Nate Begeman authored
llvm-svn: 85853
-
Mike Stump authored
llvm-svn: 85852
-
Douglas Gregor authored
representation of a C++ unqualified-id, along with a single parsing function (Parser::ParseUnqualifiedId) that will parse all of the various forms of unqualified-id in C++. Replace the representation of the declarator name in Declarator with the new UnqualifiedId class, simplifying declarator-id parsing considerably and providing more source-location information to Sema. In the future, I hope to migrate all of the other unqualified-id-parsing code over to this single representation, then begin to merge actions that are currently only different because we didn't have a unqualified notion of the name in the parser. llvm-svn: 85851
-
Anton Korobeynikov authored
llvm-svn: 85850
-
Anton Korobeynikov authored
llvm-svn: 85848
-
Anton Korobeynikov authored
llvm-svn: 85847
-
Bob Wilson authored
constant pool so they don't get wrapped separately. llvm-svn: 85844
-
Fariborz Jahanian authored
class must match those of same property declared in its primary class. (Fixes radar 7352425) llvm-svn: 85843
-
Mike Stump authored
llvm-svn: 85842
-
Chris Lattner authored
std::map to DenseMap, exposed on release llvm-gcc bootstrap. llvm-svn: 85840
-
Mike Stump authored
llvm-svn: 85839
-
Ted Kremenek authored
Remove GRExprEngine::CheckerVisitLocation(). It was only called in one place, so we inlined it in to GRExprEngine::EvalLocation(). llvm-svn: 85838
-
- Nov 02, 2009
-
-
Fariborz Jahanian authored
change a readonly property declared in the class (and its inherited protocols) to writable property. (Fixes radar 7350645). llvm-svn: 85836
-
John Thompson authored
llvm-svn: 85834
-
Ted Kremenek authored
warning: 'class clang::StackFrameContext' has virtual functions but non-virtual destructor llvm-svn: 85833
-
Daniel Dunbar authored
llvm-svn: 85832
-
Daniel Dunbar authored
llvm-svn: 85828
-