- May 04, 2012
-
-
Chris Lattner authored
llvm-svn: 156206
-
- Apr 19, 2012
-
-
David Blaikie authored
llvm-svn: 155139
-
- Mar 02, 2012
-
-
Kostya Serebryany authored
llvm-svn: 151858
-
- Feb 22, 2012
-
-
Chad Rosier authored
llvm-svn: 151192
-
Chad Rosier authored
llvm-svn: 151184
-
- Feb 15, 2012
-
-
David Blaikie authored
This option was added in r129614 and doesn't have any use case that I'm aware of. It's possible that external tools are using these names - and if that's the case we can certainly reassess the functionality, but for now it lets us shave out a few unneeded bits from clang. Move the "StaticDiagNameIndex" table into the only remaining consumer, diagtool. This removes the actual diagnostic name strings from clang entirely. Reviewed by Chris Lattner & Ted Kremenek. llvm-svn: 150612
-
- Feb 12, 2012
-
-
Michael J. Spencer authored
llvm-svn: 150329
-
- Jan 15, 2012
-
-
Benjamin Kramer authored
llvm-svn: 148219
-
- Dec 19, 2011
-
-
Chris Lattner authored
llvm-svn: 146859
-
- Dec 05, 2011
-
-
Chris Lattner authored
llvm-svn: 145822
-
- Nov 21, 2011
-
-
Richard Smith authored
-ftemplate-depth= and -fconstexpr-depth= in it. llvm-svn: 145049
-
- Nov 17, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 144897
-
- Oct 18, 2011
-
-
David Blaikie authored
llvm-svn: 142339
-
- Aug 30, 2011
-
-
Douglas Gregor authored
llvm-svn: 138788
-
- Aug 18, 2011
-
-
Ted Kremenek authored
llvm-svn: 137911
-
- Jun 15, 2011
-
-
Chris Lattner authored
llvm-svn: 133030
-
- Jun 14, 2011
-
-
Eli Friedman authored
llvm-svn: 132947
-
- May 25, 2011
-
-
Argyrios Kyrtzidis authored
Patch by Matthieu Monrocq with tweaks by me to avoid StringRefs in the static diagnostic data structures, which resulted in a huge global-var-init function. Depends on llvm commit r132046. llvm-svn: 132047
-
- May 21, 2011
-
-
Douglas Gregor authored
prints the file, line, and column of a diagnostic. We currently support Clang's normal format, MSVC, and Vi formats. Note that we no longer change the diagnostic format based on -fms-extensions. Patch by Andrew Fish! llvm-svn: 131794
-
- Apr 15, 2011
-
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129559
-
- Apr 09, 2011
-
-
Chris Lattner authored
llvm-svn: 129167
-
Evan Cheng authored
llvm-svn: 129164
-
Evan Cheng authored
llvm-svn: 129162
-
- Apr 05, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 128876
-
NAKAMURA Takumi authored
docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations might confuse HTML-aware text edtors. llvm-svn: 128871
-
- Apr 04, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 128819
-
- Feb 18, 2011
-
-
Chris Lattner authored
llvm-svn: 125826
-
- Jan 24, 2011
-
-
Chris Lattner authored
llvm-svn: 124105
-
Chris Lattner authored
llvm-svn: 124104
-
- Jan 10, 2011
-
-
Bob Wilson authored
llvm-svn: 123183
-
- Dec 14, 2010
-
-
Douglas Gregor authored
llvm-svn: 121768
-
- Oct 28, 2010
-
-
Chris Lattner authored
llvm-svn: 117522
-
- Oct 21, 2010
-
-
Michael J. Spencer authored
This adds an option to set the _MSC_VER macro without recompiling. This is very useful when testing compatibility with the Windows SDK and c++stdlib headers. -fmsc-version=<version> (defaults to VS2003 (1300)) llvm-svn: 116999
-
- Oct 11, 2010
-
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116191
-
- Sep 19, 2010
-
-
Daniel Dunbar authored
llvm-svn: 114311
-
- Aug 24, 2010
-
-
Ted Kremenek authored
llvm-svn: 111935
-
- Aug 23, 2010
-
-
Douglas Gregor authored
llvm-svn: 111806
-
- Aug 20, 2010
-
-
Douglas Gregor authored
llvm-svn: 111610
-
Douglas Gregor authored
Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos by me, patch by Eelis van der Weegen llvm-svn: 111573
-
- Aug 19, 2010
-
-
Douglas Gregor authored
flag -fdiagnostics-parseable-fixits, from Eelis van der Weegen! llvm-svn: 111557
-