- Aug 27, 2011
-
-
John McCall authored
flip these tests around. llvm-svn: 138708
-
Benjamin Kramer authored
llvm-svn: 138707
-
Benjamin Kramer authored
llvm-svn: 138706
-
Benjamin Kramer authored
Before we just left the remaining bytes uninitialized. This is another step in making llvm valgrind-clean again. llvm-svn: 138705
-
Douglas Gregor authored
__import__ within the preprocessor, since the prior one foolishly assumed that Preprocessor::Lex() was re-entrant. We now handle __import__ at the top level (only), after macro expansion. This should fix the buildbot failures. llvm-svn: 138704
-
Andrew Trick authored
llvm-svn: 138703
-
Bill Wendling authored
things to disasterously over night, this can be reverted. llvm-svn: 138702
-
Andrew Trick authored
llvm-svn: 138701
-
Bill Wendling authored
llvm-svn: 138700
-
Bill Wendling authored
llvm-svn: 138699
-
Bill Wendling authored
llvm-svn: 138698
-
Bill Wendling authored
llvm-svn: 138697
-
Argyrios Kyrtzidis authored
llvm-svn: 138696
-
Andrew Trick authored
Patch by Xiaoyi Guo! llvm-svn: 138695
-
Jim Ingham authored
never checking them for NULL. Pass a reference instead. llvm-svn: 138694
-
Jim Ingham authored
directly to the one in sys. llvm-svn: 138693
-
Jim Ingham authored
analyzing so it won't get deleted on us if a formatter runs code. llvm-svn: 138692
-
John McCall authored
of default argument promotion and needs to happen unconditionally. This is particularly semantically important in C++0x. llvm-svn: 138691
-
Benjamin Kramer authored
llvm-svn: 138689
-
Douglas Gregor authored
llvm-svn: 138688
-
Douglas Gregor authored
pointer variable. Patch by David Blaikie! llvm-svn: 138687
-
Ted Kremenek authored
Control 'invalid conversion specifier' warnings under a subflag (-Wformat-invalid-specifier) of -Wformat. Fixes <rdar://problem/10031930>. llvm-svn: 138686
-
Douglas Gregor authored
llvm-svn: 138684
-
Douglas Gregor authored
llvm-svn: 138683
-
Douglas Gregor authored
llvm-svn: 138681
-
Douglas Gregor authored
Try to unbreak the build on systems where uint64_t isn't something that StringRef::getAsInteger can handle as its second argument llvm-svn: 138680
-
Douglas Gregor authored
loads the named module. The syntax itself is intentionally hideous and will be replaced at some later point with something more palatable. For now, we're focusing on the semantics: - Module imports are handled first by the preprocessor (to get macro definitions) and then the same tokens are also handled by the parser (to get declarations). If both happen (as in normal compilation), the second one is redundant, because we currently have no way to hide macros or declarations when loading a module. Chris gets credit for this mad-but-workable scheme. - The Preprocessor now holds on to a reference to a module loader, which is responsible for loading named modules. CompilerInstance is the only important module loader: it now knows how to create and wire up an AST reader on demand to actually perform the module load. - We search for modules in the include path, using the module name with the suffix ".pcm" (precompiled module) for the file name. This is a temporary hack; we hope to improve the situation in the future. llvm-svn: 138679
-
Johnny Chen authored
llvm-svn: 138678
-
Johnny Chen authored
Update the test case in light of recent change of LLDB-Info.plist to track Apple Generic Version number from the Xcode project file. llvm-svn: 138677
-
Andrew Trick authored
llvm-svn: 138676
-
Owen Anderson authored
Improve encoding support for BLX with immediat eoperands, and fix a BLX decoding bug this uncovered. llvm-svn: 138675
-
Argyrios Kyrtzidis authored
llvm-svn: 138674
-
Owen Anderson authored
llvm-svn: 138673
-
Andrew Trick authored
These tests have been failing since the beginning of buildbot time: crash-recovery-code-complete.c crash-recovery-reparse.c crash-recovery.c llvm-svn: 138672
-
Argyrios Kyrtzidis authored
of the migrated files. rdar://10022801 llvm-svn: 138671
-
Chad Rosier authored
llvm-svn: 138670
-
Jim Grosbach authored
llvm-svn: 138669
-
Douglas Gregor authored
are lexically within a particular DeclContext. Test forthcoming. llvm-svn: 138668
-
- Aug 26, 2011
-
-
Owen Anderson authored
llvm-svn: 138667
-
Chad Rosier authored
for catching this. llvm-svn: 138666
-