- Dec 05, 2009
-
-
Anders Carlsson authored
llvm-svn: 90624
-
Mike Stump authored
llvm-svn: 90622
-
- Dec 04, 2009
-
-
John McCall authored
llvm-svn: 90614
-
Benjamin Kramer authored
llvm-svn: 90610
-
Anders Carlsson authored
Be a little more clever about inline member functions that are marked inline in the inline class declaration but not in the actual definition: class A { inline void f(); } void A::f() { } This is not the most ideal solution, since it doesn't work 100% with regular functions (as my FIXME comment states). llvm-svn: 90607
-
Anders Carlsson authored
llvm-svn: 90605
-
Daniel Dunbar authored
- I still want to get rid of them, but manually handling them isn't adding value. llvm-svn: 90602
-
John Thompson authored
Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized. llvm-svn: 90600
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=70978 llvm-svn: 90597
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=70926 llvm-svn: 90596
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=70922 llvm-svn: 90595
-
Alexis Hunt authored
llvm-svn: 90594
-
Daniel Dunbar authored
collate the options inside that group. llvm-svn: 90592
-
Daniel Dunbar authored
llvm-svn: 90591
-
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
-
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
-
Mike Stump authored
the end of all the catches. llvm-svn: 90574
-
Anders Carlsson authored
llvm-svn: 90573
-
Anders Carlsson authored
llvm-svn: 90571
-
Anders Carlsson authored
llvm-svn: 90570
-
Anders Carlsson authored
llvm-svn: 90569
-
Anders Carlsson authored
llvm-svn: 90568
-
Eli Friedman authored
llvm-svn: 90565
-
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
-
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
-
Ted Kremenek authored
Rename instance variable to avoid name conflict with parameters, and modify addTransition() to compare the correct state values. llvm-svn: 90552
-
Eli Friedman authored
llvm-svn: 90550
-
Eli Friedman authored
llvm-svn: 90549
-