- Oct 26, 2008
-
-
Oscar Fuentes authored
must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180
-
- Oct 24, 2008
-
-
Ted Kremenek authored
llvm-svn: 58111
-
Douglas Gregor authored
conversions. Added PerformImplicitConversion, which follows an implicit conversion sequence computed by TryCopyInitialization and actually performs the implicit conversions, including the extra check for ambiguity mentioned above. llvm-svn: 58071
-
- Oct 04, 2008
-
-
Daniel Dunbar authored
llvm-svn: 57072
-
- Sep 26, 2008
-
-
Chris Lattner authored
DirectoryLookup::DirType into SourceManager.h llvm-svn: 56692
-
Chris Lattner authored
directory is shadowed by a user directory in the lookup path, ignore the user directory not the system one. Not doing this can affect file lookup and the "is a system header" bit on locations. For example: clang -v -I/usr/include inc.c -E | & grep /usr/inc now prints: # 1 "/usr/include/i386/_types.h" 1 3 4 # 37 "/usr/include/i386/_types.h" 3 4 # 70 "/usr/include/i386/_types.h" 3 4 instead of: # 1 "/usr/include/i386/_types.h" 1 # 37 "/usr/include/i386/_types.h" # 70 "/usr/include/i386/_types.h" This is part of rdar://6243860. llvm-svn: 56669
-
- Sep 22, 2008
-
-
Ted Kremenek authored
llvm-svn: 56440
-
- Sep 21, 2008
-
-
Ted Kremenek authored
Added experimental "intelligent-sizing" of HTML message bubbles based on the contents of the message. llvm-svn: 56400
-
- Sep 20, 2008
-
-
Ted Kremenek authored
Changed casing of many bug names. The convention will be to have bug names (mostly) lower cased, and categories use some capitalization. llvm-svn: 56385
-
- Sep 13, 2008
-
-
Ted Kremenek authored
"Here is a patch what replaces std::ostream with llvm::raw_ostream. This patch covers the AST library, but ignores Analysis lib." llvm-svn: 56185
-
- Sep 11, 2008
-
-
Douglas Gregor authored
llvm-svn: 56089
-
- Sep 05, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 55832
-
Argyrios Kyrtzidis authored
llvm-svn: 55830
-
- Aug 24, 2008
-
-
Zhongxing Xu authored
llvm-svn: 55274
-
- Aug 23, 2008
-
-
Chris Lattner authored
llvm-svn: 55242
-
- Aug 22, 2008
-
-
Nico Weber authored
For example, adding the default system include paths in clients is now as simple as InitHeaderSearch init(headers); init.AddDefaultSystemIncludePaths(langopts); init.Realize(); llvm-svn: 55174
-
- Aug 11, 2008
-
-
Daniel Dunbar authored
- Kill unnecessary #includes in .cpp files. This is an automatic sweep so some things removed are actually used, but happen to be included by a previous header. I tried to get rid of the obvious examples and this was the easiest way to trim the #includes in one fell swoop. - We now return to regularly scheduled development. llvm-svn: 54632
-
- Aug 10, 2008
-
-
Nico Weber authored
* Move FormatError() from TextDiagnostic up to DiagClient, remove now empty class TextDiagnostic * Make DiagClient optional for Diagnostic This fixes the following problems: * -html-diags (and probably others) does now output the same set of warnings as console clang does * nothing crashes if one forgets to call setHeaderSearch() on TextDiagnostic * some code duplication is removed llvm-svn: 54620
-
- Aug 09, 2008
-
-
Gordon Henriksen authored
(Fixing a spelling error.) llvm-svn: 54591
-
- Aug 06, 2008
-
-
Nico Weber authored
llvm-svn: 54383
-