- Dec 04, 2009
-
-
Bill Wendling authored
llvm-svn: 90588
-
Alexis Hunt authored
a) legal b) likely to be chosen as the official mangling This will break ABI compatibility with all literal operator names, so you may need to recompile any such code. Sorry. llvm-svn: 90587
-
Mike Stump authored
llvm-svn: 90586
-
Ted Kremenek authored
llvm-svn: 90585
-
Ted Kremenek authored
llvm-svn: 90584
-
Ted Kremenek authored
llvm-svn: 90583
-
Ted Kremenek authored
llvm-svn: 90582
-
Victor Hernandez authored
llvm-svn: 90581
-
Anders Carlsson authored
When generating a virtual destructor, don't try to make a virtual call to the base class destructor because then we'll just re-enter the same destructor! This was done to fix PR5619, so I went ahead and passed a dummy VTT pointer for now. llvm-svn: 90578
-
Rafael Espindola authored
llvm-svn: 90577
-
Mike Stump authored
llvm-svn: 90576
-
Evan Cheng authored
llvm-svn: 90575
-
Mike Stump authored
the end of all the catches. llvm-svn: 90574
-
Anders Carlsson authored
llvm-svn: 90573
-
Victor Hernandez authored
llvm-svn: 90572
-
Anders Carlsson authored
llvm-svn: 90571
-
Anders Carlsson authored
llvm-svn: 90570
-
Anders Carlsson authored
llvm-svn: 90569
-
Anders Carlsson authored
llvm-svn: 90568
-
Evan Cheng authored
llvm-svn: 90567
-
Evan Cheng authored
llvm-svn: 90566
-
Eli Friedman authored
llvm-svn: 90565
-
Duncan Sands authored
architectures that LLVM targets, because they don't use this code. llvm-svn: 90564
-
Eli Friedman authored
llvm-svn: 90563
-
Eli Friedman authored
llvm-svn: 90562
-
Eli Friedman authored
llvm-svn: 90561
-
Daniel Dunbar authored
which meant that hasErrorOccurred() checks to prevent codegen-on-invalid weren't working. llvm-svn: 90560
-
Daniel Dunbar authored
from a source file. - This allows CIndex to avoid iterating over all the top-level decls when using a PCH, which means we deserialize far fewer decls. llvm-svn: 90559
-
Daniel Dunbar authored
no plans to support invasive optimization flags. llvm-svn: 90558
-
Daniel Dunbar authored
llvm-svn: 90557
-
Eli Friedman authored
llvm-svn: 90555
-
Chris Lattner authored
test like this: #line 4 "foo" #define XX ? #if XX #endif We now emit: In file included from t.c:7: foo:7:5: error: invalid token at start of a preprocessor expression #if XX ^ foo:5:12: note: instantiated from: #define XX ? ^ instead of: In file included from t.c:7: foo:7:5: error: invalid token at start of a preprocessor expression #if XX ^ ./t.h:6:12: note: instantiated from: #define XX ? ^ (where the note doesn't obey #line or print the include stack when needed). This fixes PR5617 llvm-svn: 90554
-
Andreas Neustifter authored
llvm-svn: 90553
-
Ted Kremenek authored
Rename instance variable to avoid name conflict with parameters, and modify addTransition() to compare the correct state values. llvm-svn: 90552
-
Ted Kremenek authored
llvm-svn: 90551
-
Eli Friedman authored
llvm-svn: 90550
-
Eli Friedman authored
llvm-svn: 90549
-
Mikhail Glushenkov authored
llvm-svn: 90548
-
Mikhail Glushenkov authored
llvm-svn: 90547
-
Zhongxing Xu authored
returns state. So simplify the predicate. llvm-svn: 90546
-