zahiraam added inline comments.
Comment at: clang/lib/Frontend/FrontendAction.cpp:845-855
+ if (Input.isFile() && Input.getFile() == "-") {
+Preprocessor &PP = CI.getPreprocessor();
+std::string PredefineBuffer;
+PredefineBuffer.reserve(4080);
+llvm::raw_string_o
aaron.ballman added inline comments.
Comment at: clang/lib/Frontend/FrontendAction.cpp:845-855
+ if (Input.isFile() && Input.getFile() == "-") {
+Preprocessor &PP = CI.getPreprocessor();
+std::string PredefineBuffer;
+PredefineBuffer.reserve(4080);
+llvm::raw_str
zahiraam added inline comments.
Comment at: clang/lib/Frontend/FrontendAction.cpp:845-855
+ if (Input.isFile() && Input.getFile() == "-") {
+Preprocessor &PP = CI.getPreprocessor();
+std::string PredefineBuffer;
+PredefineBuffer.reserve(4080);
+llvm::raw_string_o
aaron.ballman added inline comments.
Comment at: clang/lib/Frontend/FrontendAction.cpp:845-855
+ if (Input.isFile() && Input.getFile() == "-") {
+Preprocessor &PP = CI.getPreprocessor();
+std::string PredefineBuffer;
+PredefineBuffer.reserve(4080);
+llvm::raw_str
zahiraam added a subscriber: glandium.
zahiraam added inline comments.
Comment at: clang/lib/Frontend/FrontendAction.cpp:845-855
+ if (Input.isFile() && Input.getFile() == "-") {
+Preprocessor &PP = CI.getPreprocessor();
+std::string PredefineBuffer;
+PredefineBuffer
aaron.ballman added inline comments.
Comment at: clang/lib/Frontend/FrontendAction.cpp:845-855
+ if (Input.isFile() && Input.getFile() == "-") {
+Preprocessor &PP = CI.getPreprocessor();
+std::string PredefineBuffer;
+PredefineBuffer.reserve(4080);
+llvm::raw_str
zahiraam created this revision.
zahiraam added reviewers: aaron.ballman, andrew.w.kaylor.
Herald added a subscriber: dschuff.
Herald added a project: All.
zahiraam requested review of this revision.
Herald added a subscriber: aheejin.
Herald added a project: clang.
When the input source is stdin,