Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Craig Topper 85bba31eb7 [C++11] Add 'override' keyword to virtual methods that override their base class. 11 gadi atpakaļ
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 gadi atpakaļ
  Ahmed Charles 789a4f820d Change OwningPtr::take() to OwningPtr::release(). 11 gadi atpakaļ
  Argyrios Kyrtzidis ddea715540 [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_Prefix 11 gadi atpakaļ
  Argyrios Kyrtzidis 0242440d9f [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPreamble(). 11 gadi atpakaļ
  Ben Langmuir 89de580b52 Add a driver option -ivfsoverlay 11 gadi atpakaļ
  Ben Langmuir d7596d6412 Recommit virtual file system 11 gadi atpakaļ
  Juergen Ributzka 6c03a38d81 Reverting the virtual file system implementation, because it triggers an assertion 11 gadi atpakaļ
  Ben Langmuir 91e3d5860a Initial implementation of virtual file system 11 gadi atpakaļ
  Ben Langmuir 499512d6f2 Stat system dependencies when using -verify-pch 11 gadi atpakaļ
  Ben Langmuir e9e34e28c5 Add a CC1 option -verify-pch 11 gadi atpakaļ
  Chandler Carruth 4b9be6e25f Sort all the #include lines with LLVM's utils/sort_includes.py which 11 gadi atpakaļ
  Kostya Serebryany 89be6ed38a Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 11 gadi atpakaļ
  Alp Toker 0650de4fc1 Remove a whole lot of unused variables 11 gadi atpakaļ
  Rafael Espindola 0046ce5aa0 Avoid crashing if a directory has no pch files. 12 gadi atpakaļ
  Argyrios Kyrtzidis 1f01f7c160 [libclang] Allow building a precompiled preamble with compiler errors 12 gadi atpakaļ
  Argyrios Kyrtzidis cbdbbd1ba1 [frontend] Make -chain-include work when used with modules. 12 gadi atpakaļ
  Argyrios Kyrtzidis d560ce3b66 [Preprocessor] Remove PPMutationListener. 12 gadi atpakaļ
  Argyrios Kyrtzidis 62ba4ba485 [frontend] Initialize the diagnostic client before loading an ast file. 12 gadi atpakaļ
  Argyrios Kyrtzidis 3ad86fd2ef [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; 12 gadi atpakaļ
  Douglas Gregor f575d6e7c3 Rename the -cc1 option "-generate-module-index" to 12 gadi atpakaļ
  Douglas Gregor a6b00fc976 Implement the writer side of the global module index. 12 gadi atpakaļ
  James Dennett 18f43a6213 Documentation cleanup: fixing documentation for FrontendAction. 12 gadi atpakaļ
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 gadi atpakaļ
  Argyrios Kyrtzidis 8616f9af65 Turn FrontendInputFile into an immutable class and have it also accept 12 gadi atpakaļ
  Argyrios Kyrtzidis 8e1fbbc492 Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, 12 gadi atpakaļ
  Argyrios Kyrtzidis 4182ed6862 [PCH] Remove the stat cache from the PCH file. 12 gadi atpakaļ
  Douglas Gregor 4c0c7e8664 Teach the PCH validator to check the preprocessor options, especially 13 gadi atpakaļ
  Douglas Gregor 27ffa6caf9 If the precompiled header named by "-include" is actually a directory, 13 gadi atpakaļ
  Benjamin Kramer ac447fce02 Delete temporary output files when an error occurs during PCH reading. 13 gadi atpakaļ