- Jul 25, 2011
-
-
Chandler Carruth authored
SourceManager and FullSourceLoc. llvm-svn: 135969
-
Chandler Carruth authored
llvm-svn: 135967
-
Chandler Carruth authored
SourceManager and FullSourceLoc. llvm-svn: 135965
-
Evan Cheng authored
llvm-svn: 135964
-
Chandler Carruth authored
llvm-svn: 135962
-
Chandler Carruth authored
llvm-svn: 135961
-
Chandler Carruth authored
getImmediateExpansionRange. llvm-svn: 135960
-
Jonathan D. Turner authored
Refactor of how modules are handled in ASTReader to remove explicit uses of a chain of AST files, instead redirect calls through a module manager. This should help move toward a DAG and the potential of loading multiple, unrelated PCH files. It's still early in development. llvm-svn: 135957
-
Chad Rosier authored
FIXME: Override "preferred align" for double and long long for ARM apcs-gnu ABI. Also part of rdar://9802874 llvm-svn: 135940
-
Axel Naumann authored
Pick up expected diagnostics not only in the main file but also in the file where the first diagnostic occurred. Useful if the main file is not relevant (like with cling). By Vassil Vassilev. llvm-svn: 135936
-
Chad Rosier authored
llvm-svn: 135935
-
Chad Rosier authored
ABI. llvm-svn: 135934
-
Douglas Gregor authored
conversion operators, from Jonathan Sauer. llvm-svn: 135932
-
Howard Hinnant authored
llvm-svn: 135927
-
Douglas Gregor authored
a cursor reference, from Erik Verbruggen! llvm-svn: 135920
-
Chandler Carruth authored
llvm-svn: 135915
-
Chandler Carruth authored
FullSourceLoc::getInstantiationLoc to ...::getExpansionLoc. This is part of the API and documentation update from 'instantiation' as the term for macros to 'expansion'. llvm-svn: 135914
-
Frits van Bommel authored
llvm-svn: 135910
-
NAKAMURA Takumi authored
www/get_started.html: Fix a phrase, "in the *build* directory* in the instructions of Visual Studio. Thanks to Andreas Bittel to point it out. llvm-svn: 135907
-
- Jul 24, 2011
-
-
Chris Lattner authored
llvm-svn: 135892
-
Fariborz Jahanian authored
declared in protocol in the class qualified by the protocol have type conflicts. To reduce amount of noise, this is done when class is implemented. // rdar://9352731 llvm-svn: 135890
-
NAKAMURA Takumi authored
lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not to miss symbols with building shared lib. Thanks to Ryuta Suzuki. llvm-svn: 135864
-
- Jul 23, 2011
-
-
Chris Lattner authored
to avoid extraneous \n's. llvm-svn: 135862
-
Douglas Gregor authored
llvm-svn: 135860
-
Douglas Gregor authored
llvm-svn: 135859
-
Douglas Gregor authored
llvm-svn: 135858
-
Douglas Gregor authored
considering explicit conversion operators when determining surrogate functions. Fixes PR10453. Note that there are a few test cases where Clang is still wrong because it does not implement DR899; see PR10456. Patch by Jonathan Sauer! llvm-svn: 135857
-
Chris Lattner authored
llvm-svn: 135855
-
Francois Pichet authored
llvm-svn: 135853
-
Chris Lattner authored
them into the clang namespace. llvm-svn: 135852
-
Chris Lattner authored
patch by Jon Mulder! llvm-svn: 135851
-
Eric Christopher authored
llvm-svn: 135840
-
Evan Cheng authored
llvm-svn: 135834
-
Anna Zaks authored
llvm-svn: 135830
-
Sean Callanan authored
problem where Clang was setting the hasExternalVisibleDecls() bit for all DeclContexts it imported. This caused Clang to make unnecessary calls to findExternalVisibleDecls() when an external AST source was installed. In fact, Clang sometimes interpreted a failure by one of these spurious calls to find a Decl as meaning the Decl didn't exist, even though findExternalLexicalDecls() did locate that decl. This produced amusing errors of the form: - error: no member named 'b' in 'A'; did you mean 'b'? - Now, if hasExternalVisibleDecls() or hasExternalLexicalDecls() should be set, the external AST source must do so itself. llvm-svn: 135824
-
Anna Zaks authored
llvm-svn: 135822
-
- Jul 22, 2011
-
-
Evan Cheng authored
llvm-svn: 135813
-
David Majnemer authored
IsIntegralPromotion should consider the signedness of FromType when calculating promotions. This, as of now, cannot be exercised on any platform so there is no corresponding test. llvm-svn: 135803
-
Jonathan D. Turner authored
llvm-svn: 135775
-
Douglas Gregor authored
and writer to StringRef or std::string, as appropriate. llvm-svn: 135769
-