- Mar 17, 2010
-
-
Douglas Gregor authored
ASTUnit::LoadFromCompilerInvocation() fails to create target information. llvm-svn: 98697
-
Fariborz Jahanian authored
returning objc objects. There will be a corresponding objective-c++ patch soon. llvm-svn: 98696
-
Douglas Gregor authored
llvm-svn: 98695
-
Fariborz Jahanian authored
literal. Fixes radar 7760213. llvm-svn: 98693
-
- Mar 16, 2010
-
-
Douglas Gregor authored
llvm-svn: 98691
-
Douglas Gregor authored
buffer was invalid when it was created, and use that bit to always set the "Invalid" flag according to whether the buffer is invalid. This ensures that all accesses to an invalid buffer are marked invalid, improving recovery. llvm-svn: 98690
-
Douglas Gregor authored
recovery for those that need it. llvm-svn: 98689
-
Blaine Garst authored
llvm-svn: 98688
-
John McCall authored
llvm-svn: 98685
-
John McCall authored
llvm-svn: 98684
-
Chris Lattner authored
llvm-svn: 98682
-
John McCall authored
that occur in constructors (on the unwind path). llvm-svn: 98681
-
Blaine Garst authored
at least give the Apple ABI a name that reflects Apple in prep for other ABI specs that might come along llvm-svn: 98678
-
Blaine Garst authored
llvm-svn: 98676
-
Douglas Gregor authored
Invalid bit through; there are no safety-critical callers of these functions. llvm-svn: 98674
-
Douglas Gregor authored
them to recover more gracefully on failure. llvm-svn: 98672
-
Douglas Gregor authored
needs better error recovery. llvm-svn: 98667
-
Douglas Gregor authored
SourceManager versions), updating those callers that need to recover gracefully from failure. llvm-svn: 98665
-
Douglas Gregor authored
llvm-svn: 98664
-
Chris Lattner authored
building mainline GCC, PR6542 llvm-svn: 98661
-
Douglas Gregor authored
llvm-svn: 98655
-
Daniel Dunbar authored
llvm-svn: 98639
-
Douglas Gregor authored
presence or absence of header map arguments when using the precompiled header would cause Clang to get confused about which headers had already been included/imported, along with their controlling macros. The fundamental problem is that the serialization of the header search information was relying on the UIDs of FileEntry objects at PCH generation time and PCH load time to be equivalent, which effectively means that we had to probe the same files in the same order. Differing header map arguments caused an extra FileEntry lookup, but it's easy to imagine other minor command-line arguments triggering this problem. Header-search information is now encoded along with the source-location entry for a file, so that we register information about a file's properties as a header at the same time we create the FileEntry for that file. Fixes <rdar://problem/7743243>. llvm-svn: 98636
-
Benjamin Kramer authored
llvm-svn: 98631
-
Benjamin Kramer authored
llvm-svn: 98630
-
Zhongxing Xu authored
since RemoveDeadBinding mistakenly remove the binding to CXXThisRegion. llvm-svn: 98629
-
John McCall authored
constructors from implicitly-defined members. llvm-svn: 98614
-
Douglas Gregor authored
<rdar://problem/7735566>. llvm-svn: 98613
-
John McCall authored
destructor definitions. Remove some code duplication. llvm-svn: 98611
-
John McCall authored
required when emitting a destructor definition. llvm-svn: 98609
-
Douglas Gregor authored
SourceManager's getBuffer() and, therefore, could fail, along with Preprocessor::getSpelling(). Use the Invalid parameters in the literal parsers (string, floating point, integral, character) to make them robust against errors that stem from, e.g., PCH files that are not consistent with the underlying file system. I still need to audit every use caller to all of these routines, to determine which ones need specific handling of error conditions. llvm-svn: 98608
-
Douglas Gregor authored
simplifying the SourceManager interfaces somewhat. llvm-svn: 98598
-
Douglas Gregor authored
and start simplifying the interfaces in SourceManager that can fail. llvm-svn: 98594
-
Douglas Gregor authored
llvm-svn: 98591
-
Eric Christopher authored
llvm-svn: 98587
-
- Mar 15, 2010
-
-
Douglas Gregor authored
SourceManager's getBuffer() (and similar) operations. This abstract can be used to force callers to cope with errors in getBuffer(), such as missing files and changed files. Fix a bunch of callers to use the new interface. Add some very basic checks for file consistency (file size, modification time) into ContentCache::getBuffer(), although these checks don't help much until we've updated the main callers (e.g., SourceManager::getSpelling()). llvm-svn: 98585
-
Ted Kremenek authored
Also change this method to lookup property declarations using DeclContext::lookup(). llvm-svn: 98574
-
Ted Kremenek authored
property decls using DeclContext::lookup(). llvm-svn: 98571
-
Ted Kremenek authored
llvm-svn: 98570
-
Ted Kremenek authored
llvm-svn: 98560
-